Searched refs:skcipher_fbk (Results 1 – 2 of 2) sorted by relevance
614 ctx->skcipher_fbk = crypto_alloc_skcipher(alg_name, 0, in starfive_aes_init_tfm()616 if (IS_ERR(ctx->skcipher_fbk)) in starfive_aes_init_tfm()617 return dev_err_probe(ctx->cryp->dev, PTR_ERR(ctx->skcipher_fbk), in starfive_aes_init_tfm()622 crypto_skcipher_reqsize(ctx->skcipher_fbk)); in starfive_aes_init_tfm()631 crypto_free_skcipher(ctx->skcipher_fbk); in starfive_aes_exit_tfm()778 skcipher_request_set_tfm(subreq, ctx->skcipher_fbk); in starfive_aes_do_fallback()871 return crypto_skcipher_setkey(ctx->skcipher_fbk, key, keylen); in starfive_aes_setkey()
173 struct crypto_skcipher *skcipher_fbk; member