Searched refs:akcipher_request_set_callback (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/Documentation/crypto/ | 
| D | api-akcipher.rst | 20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
 | 
| /Linux-v5.4/crypto/ | 
| D | rsa-pkcs1pad.c | 262 	akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,  in pkcs1pad_encrypt()363 	akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,  in pkcs1pad_decrypt()
 421 	akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,  in pkcs1pad_sign()
 551 	akcipher_request_set_callback(&req_ctx->child_req, req->base.flags,  in pkcs1pad_verify()
 
 | 
| D | testmgr.c | 3732 	akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG,  in test_akcipher_one()
 | 
| /Linux-v5.4/crypto/asymmetric_keys/ | 
| D | public_key.c | 214 	akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG |  in software_key_eds_op()306 	akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG |  in public_key_verify_signature()
 
 | 
| D | asym_tpm.c | 498 	akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG |  in tpm_key_encrypt()795 	akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG |  in tpm_key_verify_signature()
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | akcipher.h | 224 static inline void akcipher_request_set_callback(struct akcipher_request *req,  in akcipher_request_set_callback()  function
 |