Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/crypto/
Drsa-pkcs1pad.c273 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt()
374 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt()
430 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_sign()
548 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()