Searched refs:akcipher_request_set_callback (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/crypto/ |
| A D | api-akcipher.rst | 20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
|
| /linux/crypto/ |
| A D | rsa-pkcs1pad.c | 283 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt() 382 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt() 440 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_sign() 572 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_verify()
|
| A D | akcipher.c | 196 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_akcipher_sync_prep()
|
| A D | testmgr.c | 4204 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_akcipher_one()
|
| /linux/include/crypto/ |
| A D | akcipher.h | 229 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() function
|
Completed in 22 milliseconds