Searched refs:sk_fbk_req (Results 1 – 2 of 2) sorted by relevance
150 struct skcipher_request sk_fbk_req; member
333 skcipher_request_set_tfm(&rctx->sk_fbk_req, ctx->fbk_cipher); in skcipher_do_fallback()334 skcipher_request_set_callback(&rctx->sk_fbk_req, in skcipher_do_fallback()338 skcipher_request_set_crypt(&rctx->sk_fbk_req, req->src, in skcipher_do_fallback()340 ret = is_enc ? crypto_skcipher_encrypt(&rctx->sk_fbk_req) : in skcipher_do_fallback()341 crypto_skcipher_decrypt(&rctx->sk_fbk_req); in skcipher_do_fallback()
Completed in 6 milliseconds