Home
last modified time | relevance | path

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

/include/crypto/
Daead.h63 crypto_aead_reqsize(tfm), gfp); in aead_givcrypt_alloc()
/include/linux/
Dcrypto.h880 static inline unsigned int crypto_aead_reqsize(struct crypto_aead *tfm) in crypto_aead_reqsize() function
896 req = kmalloc(sizeof(*req) + crypto_aead_reqsize(tfm), gfp); in aead_request_alloc()