Searched refs:akcipher_request_set_callback (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/crypto/ |
H A D | api-akcipher.rst | 20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
|
/openbmc/linux/crypto/ |
H A D | rsa-pkcs1pad.c | 260 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 D | akcipher.c | 227 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_akcipher_sync_prep()
|
H A D | testmgr.c | 4163 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_akcipher_one()
|
/openbmc/linux/include/crypto/ |
H A D | akcipher.h | 254 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() function
|