Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/crypto/
Dapi-akcipher.rst20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
/linux-5.19.10/crypto/asymmetric_keys/
Dpublic_key.c235 req = akcipher_request_alloc(tfm, GFP_KERNEL); in software_key_eds_op()
399 req = akcipher_request_alloc(tfm, GFP_KERNEL); in public_key_verify_signature()
/linux-5.19.10/include/crypto/
Dakcipher.h193 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc() function
/linux-5.19.10/crypto/
Dtestmgr.c3985 req = akcipher_request_alloc(tfm, GFP_KERNEL); in test_akcipher_one()