Searched refs:akcipher_request_set_callback (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-akcipher.rst | 20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | rsa-pkcs1pad.c | 263 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_encrypt() 364 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_decrypt() 422 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_sign() 554 akcipher_request_set_callback(&req_ctx->child_req, req->base.flags, in pkcs1pad_verify()
|
| H A D | testmgr.c | 4021 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_akcipher_one()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | public_key.c | 218 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in software_key_eds_op() 375 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in public_key_verify_signature()
|
| H A D | asym_tpm.c | 483 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in tpm_key_encrypt() 779 akcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in tpm_key_verify_signature()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | akcipher.h | 226 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback() function
|