Home
last modified time | relevance | path

Searched refs:sk_fbk_req (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.h150 struct skcipher_request sk_fbk_req; member
A Dotx2_cptvf_algs.c333 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