Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dskcipher.h71 crypto_skcipher_reqsize(tfm)] CRYPTO_MINALIGN_ATTR; \
383 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize() function
426 crypto_skcipher_reqsize(tfm), gfp); in skcipher_request_alloc()
/linux-4.4.14/crypto/
Dalgif_skcipher.c515 unsigned int reqsize = crypto_skcipher_reqsize(tfm); in skcipher_recvmsg_async()
926 unsigned int len = sizeof(*ctx) + crypto_skcipher_reqsize(skcipher); in skcipher_accept_parent_nokey()