Searched refs:akcipher_request_set_callback (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/Documentation/crypto/ |
D | api-akcipher.rst | 20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
|
/linux-5.19.10/crypto/ |
D | rsa-pkcs1pad.c | 263 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt() 364 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt() 422 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_sign() 556 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_verify()
|
D | testmgr.c | 4054 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_akcipher_one()
|
/linux-5.19.10/crypto/asymmetric_keys/ |
D | public_key.c | 262 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in software_key_eds_op() 433 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in public_key_verify_signature()
|
/linux-5.19.10/include/crypto/ |
D | akcipher.h | 226 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() function
|