Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-akcipher.rst20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
/openbmc/linux/crypto/
H A Drsa-pkcs1pad.c260 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt()
359 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt()
417 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_sign()
549 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_verify()
H A Dakcipher.c227 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_akcipher_sync_prep()
H A Dtestmgr.c4163 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_akcipher_one()
/openbmc/linux/include/crypto/
H A Dakcipher.h254 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() function