Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/internal/
Daead.h155 static inline unsigned int crypto_aead_chunksize(struct crypto_aead *tfm) in crypto_aead_chunksize() function
/Linux-v6.6/crypto/
Dskcipher.c553 walk->stride = crypto_aead_chunksize(tfm); in skcipher_walk_aead_common()