Home
last modified time | relevance | path

Searched refs:akcipher_request_set_callback (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/Documentation/crypto/
H A Dapi-akcipher.rst20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
/linux-6.15/crypto/
H A Drsa-pkcs1pad.c161 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()
H A Dakcipher.c201 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_akcipher_sync_prep()
H A Drsassa-pkcs1.c252 akcipher_request_set_callback(child_req, CRYPTO_TFM_REQ_MAY_SLEEP, in rsassa_pkcs1_verify()
H A Dtestmgr.c4010 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_akcipher_one()
/linux-6.15/include/crypto/
H A Dakcipher.h215 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() function