Searched refs:crypto_aead_reqsize (Results 1 – 2 of 2) sorted by relevance
63 crypto_aead_reqsize(tfm), gfp); in aead_givcrypt_alloc()
880 static inline unsigned int crypto_aead_reqsize(struct crypto_aead *tfm) in crypto_aead_reqsize() function896 req = kmalloc(sizeof(*req) + crypto_aead_reqsize(tfm), gfp); in aead_request_alloc()