Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-akcipher.rst20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
/Linux-v5.4/crypto/asymmetric_keys/
Dpublic_key.c187 req = akcipher_request_alloc(tfm, GFP_KERNEL); in software_key_eds_op()
278 req = akcipher_request_alloc(tfm, GFP_KERNEL); in public_key_verify_signature()
Dasym_tpm.c489 req = akcipher_request_alloc(tfm, GFP_KERNEL); in tpm_key_encrypt()
785 req = akcipher_request_alloc(tfm, GFP_KERNEL); in tpm_key_verify_signature()
/Linux-v5.4/include/crypto/
Dakcipher.h191 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc() function
/Linux-v5.4/crypto/
Dtestmgr.c3664 req = akcipher_request_alloc(tfm, GFP_KERNEL); in test_akcipher_one()