Searched refs:akcipher_request_set_callback (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/Documentation/crypto/ |
D | api-akcipher.rst | 20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
|
/linux-6.14.4/crypto/ |
D | rsa-pkcs1pad.c | 161 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt() 260 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt()
|
D | akcipher.c | 201 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_akcipher_sync_prep()
|
D | rsassa-pkcs1.c | 252 akcipher_request_set_callback(child_req, CRYPTO_TFM_REQ_MAY_SLEEP, in rsassa_pkcs1_verify()
|
D | testmgr.c | 4165 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_akcipher_one()
|
/linux-6.14.4/include/crypto/ |
D | akcipher.h | 215 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() function
|