Home
last modified time | relevance | path

Searched refs:akcipher_request_set_tfm (Results 1 – 6 of 6) sorted by relevance

/linux/include/crypto/
A Dakcipher.h164 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() function
203 akcipher_request_set_tfm(req, tfm); in akcipher_request_alloc()
/linux/drivers/crypto/starfive/
A Djh7110-rsa.c296 akcipher_request_set_tfm(req, ctx->akcipher_fbk); in starfive_rsa_enc()
298 akcipher_request_set_tfm(req, tfm); in starfive_rsa_enc()
327 akcipher_request_set_tfm(req, ctx->akcipher_fbk); in starfive_rsa_dec()
329 akcipher_request_set_tfm(req, tfm); in starfive_rsa_dec()
/linux/crypto/
A Drsa-pkcs1pad.c282 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt()
381 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt()
439 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_sign()
571 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()
A Dakcipher.c184 akcipher_request_set_tfm(req, data->tfm); in crypto_akcipher_sync_prep()
/linux/drivers/crypto/aspeed/
A Daspeed-acry.c152 akcipher_request_set_tfm(req, ctx->fallback_tfm); in aspeed_acry_do_fallback()
159 akcipher_request_set_tfm(req, cipher); in aspeed_acry_do_fallback()
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c810 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_enc()
812 akcipher_request_set_tfm(req, tfm); in hpre_rsa_enc()
858 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_dec()
860 akcipher_request_set_tfm(req, tfm); in hpre_rsa_dec()

Completed in 15 milliseconds