Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.h150 struct skcipher_request sk_fbk_req; member
H A Dotx2_cptvf_algs.c334 skcipher_request_set_tfm(&rctx->sk_fbk_req, ctx->fbk_cipher); in skcipher_do_fallback()
335 skcipher_request_set_callback(&rctx->sk_fbk_req, in skcipher_do_fallback()
339 skcipher_request_set_crypt(&rctx->sk_fbk_req, req->src, in skcipher_do_fallback()
341 ret = is_enc ? crypto_skcipher_encrypt(&rctx->sk_fbk_req) : in skcipher_do_fallback()
342 crypto_skcipher_decrypt(&rctx->sk_fbk_req); in skcipher_do_fallback()