Home
last modified time | relevance | path

Searched refs:akcipher_request_alloc (Results 1 – 4 of 4) 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/asymmetric_keys/
Dpublic_key.c105 req = akcipher_request_alloc(tfm, GFP_KERNEL); in public_key_verify_signature()
/Linux-v4.19/include/crypto/
Dakcipher.h191 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc() function
/Linux-v4.19/crypto/
Dtestmgr.c2245 req = akcipher_request_alloc(tfm, GFP_KERNEL); in test_akcipher_one()