Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-akcipher.rst20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
/Linux-v4.19/crypto/
Drsa-pkcs1pad.c274 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt()
375 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt()
431 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()
Dtestmgr.c2277 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_akcipher_one()
/Linux-v4.19/crypto/asymmetric_keys/
Dpublic_key.c124 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in public_key_verify_signature()
/Linux-v4.19/include/crypto/
Dakcipher.h224 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() function