Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dakcipher.h161 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() function
198 akcipher_request_set_tfm(req, tfm); in akcipher_request_alloc()
/Linux-v5.4/crypto/
Drsa-pkcs1pad.c261 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt()
362 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt()
420 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_sign()
550 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()