Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/internal/
Daead.h158 static inline unsigned int crypto_aead_chunksize(struct crypto_aead *tfm) in crypto_aead_chunksize() function
/Linux-v5.10/crypto/
Dskcipher.c540 walk->stride = crypto_aead_chunksize(tfm); in skcipher_walk_aead_common()