Home
last modified time | relevance | path

Searched refs:aead_request_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dcrypto.h824 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
/linux-3.4.99/crypto/
Dtestmgr.c393 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead()