Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dskcipher.h282 static inline unsigned int crypto_skcipher_alg_chunksize( in crypto_skcipher_alg_chunksize() function
302 return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_chunksize()
/linux-6.1.9/crypto/
Dctr.c306 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in crypto_rfc3686_create()
Dcts.c366 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in crypto_cts_create()
Dauthencesn.c442 inst->alg.chunksize = crypto_skcipher_alg_chunksize(enc); in crypto_authenc_esn_create()
Dauthenc.c428 inst->alg.chunksize = crypto_skcipher_alg_chunksize(enc); in crypto_authenc_create()
Dessiv.c582 skcipher_inst->alg.chunksize = crypto_skcipher_alg_chunksize(skcipher_alg); in essiv_create()
Dchacha20poly1305.c618 inst->alg.chunksize = crypto_skcipher_alg_chunksize(chacha); in chachapoly_create()
Dccm.c511 inst->alg.chunksize = crypto_skcipher_alg_chunksize(ctr); in crypto_ccm_create_common()
Dcryptd.c403 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in cryptd_create_skcipher()
Dgcm.c639 inst->alg.chunksize = crypto_skcipher_alg_chunksize(ctr); in crypto_gcm_create_common()