Home
last modified time | relevance | path

Searched refs:crypto_skcipher_chunksize (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/crypto/
Dctr.h25 int blocksize = crypto_skcipher_chunksize(tfm); in crypto_ctr_encrypt_walk()
Dskcipher.h293 static inline unsigned int crypto_skcipher_chunksize( in crypto_skcipher_chunksize() function
/Linux-v5.10/crypto/
Dalgif_skcipher.c59 unsigned int bs = crypto_skcipher_chunksize(tfm); in _skcipher_recvmsg()