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

/linux-master/include/crypto/
H A Dakcipher.h189 static inline void akcipher_request_set_tfm(struct akcipher_request *req, function
228 akcipher_request_set_tfm(req, tfm);
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c290 akcipher_request_set_tfm(req, ctx->akcipher_fbk);
292 akcipher_request_set_tfm(req, tfm);
322 akcipher_request_set_tfm(req, ctx->akcipher_fbk);
324 akcipher_request_set_tfm(req, tfm);
/linux-master/crypto/
H A Drsa-pkcs1pad.c282 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
381 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
439 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
571 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child);
H A Dakcipher.c215 akcipher_request_set_tfm(req, data->tfm);
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c152 akcipher_request_set_tfm(req, ctx->fallback_tfm);
159 akcipher_request_set_tfm(req, cipher);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c808 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm);
810 akcipher_request_set_tfm(req, tfm);
856 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm);
858 akcipher_request_set_tfm(req, tfm);

Completed in 224 milliseconds