Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/crypto/
Dapi-akcipher.rst20 …:functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_re…
/Linux-v6.6/include/crypto/
Dakcipher.h221 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc() function
/Linux-v6.6/crypto/
Dtestmgr.c4094 req = akcipher_request_alloc(tfm, GFP_KERNEL); in test_akcipher_one()