Searched refs:akcipher_request_set_crypt (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/Documentation/crypto/ | 
| D | api-akcipher.rst | 20 …cipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_request_set_crypt
 | 
| /Linux-v5.15/crypto/ | 
| D | rsa-pkcs1pad.c | 267 	akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg,  in pkcs1pad_encrypt()368 	akcipher_request_set_crypt(&req_ctx->child_req, req->src,  in pkcs1pad_decrypt()
 426 	akcipher_request_set_crypt(&req_ctx->child_req, req_ctx->in_sg,  in pkcs1pad_sign()
 556 	akcipher_request_set_crypt(&req_ctx->child_req, req->src,  in pkcs1pad_verify()
 
 | 
| D | testmgr.c | 3997 		akcipher_request_set_crypt(req, src_tab, NULL, m_size, c_size);  in test_akcipher_one()4000 		akcipher_request_set_crypt(req, src_tab, &dst, m_size,  in test_akcipher_one()
 4060 	akcipher_request_set_crypt(req, &src, &dst, c_size, out_len_max);  in test_akcipher_one()
 
 | 
| /Linux-v5.15/crypto/asymmetric_keys/ | 
| D | public_key.c | 217 	akcipher_request_set_crypt(req, &in_sg, &out_sg, params->in_len,  in software_key_eds_op()371 	akcipher_request_set_crypt(req, src_sg, NULL, sig->s_size,  in public_key_verify_signature()
 
 | 
| D | asym_tpm.c | 480 	akcipher_request_set_crypt(req, &in_sg, &out_sg, params->in_len,  in tpm_key_encrypt()776 	akcipher_request_set_crypt(req, src_sg, NULL, sig->s_size,  in tpm_key_verify_signature()
 
 | 
| /Linux-v5.15/include/crypto/ | 
| D | akcipher.h | 248 static inline void akcipher_request_set_crypt(struct akcipher_request *req,  in akcipher_request_set_crypt()  function
 |