Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.h153 struct skcipher_request sk_fbk_req; member
Dotx2_cptvf_algs.c335 skcipher_request_set_tfm(&rctx->sk_fbk_req, ctx->fbk_cipher); in skcipher_do_fallback()
336 skcipher_request_set_callback(&rctx->sk_fbk_req, in skcipher_do_fallback()
340 skcipher_request_set_crypt(&rctx->sk_fbk_req, req->src, in skcipher_do_fallback()
342 ret = is_enc ? crypto_skcipher_encrypt(&rctx->sk_fbk_req) : in skcipher_do_fallback()
343 crypto_skcipher_decrypt(&rctx->sk_fbk_req); in skcipher_do_fallback()