Home
last modified time | relevance | path

Searched refs:crypto_skcipher_alg_chunksize (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/crypto/
Dskcipher.h283 static inline unsigned int crypto_skcipher_alg_chunksize( in crypto_skcipher_alg_chunksize() function
323 return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_chunksize()
/Linux-v4.19/crypto/
Dcts.c377 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in crypto_cts_create()
Dctr.c418 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in crypto_rfc3686_create()
Dauthenc.c457 inst->alg.chunksize = crypto_skcipher_alg_chunksize(enc); in crypto_authenc_create()
Dauthencesn.c479 inst->alg.chunksize = crypto_skcipher_alg_chunksize(enc); in crypto_authenc_esn_create()
Dchacha20poly1305.c668 inst->alg.chunksize = crypto_skcipher_alg_chunksize(chacha); in chachapoly_create()
Dccm.c533 inst->alg.chunksize = crypto_skcipher_alg_chunksize(ctr); in crypto_ccm_create_common()
Dgcm.c680 inst->alg.chunksize = crypto_skcipher_alg_chunksize(ctr); in crypto_gcm_create_common()
Dcryptd.c633 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in cryptd_create_skcipher()