Home
last modified time | relevance | path

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

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