Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dskcipher.h208 static inline unsigned int crypto_skcipher_alg_chunksize( in crypto_skcipher_alg_chunksize() function
248 return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_chunksize()
/Linux-v5.4/crypto/
Dctr.c327 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in crypto_rfc3686_create()
Dcts.c381 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in crypto_cts_create()
Dauthencesn.c474 inst->alg.chunksize = crypto_skcipher_alg_chunksize(enc); in crypto_authenc_esn_create()
Dauthenc.c460 inst->alg.chunksize = crypto_skcipher_alg_chunksize(enc); in crypto_authenc_create()
Dessiv.c599 skcipher_inst->alg.chunksize = crypto_skcipher_alg_chunksize(skcipher_alg); in essiv_create()
Dchacha20poly1305.c653 inst->alg.chunksize = crypto_skcipher_alg_chunksize(chacha); in chachapoly_create()
Dccm.c535 inst->alg.chunksize = crypto_skcipher_alg_chunksize(ctr); in crypto_ccm_create_common()
Dcryptd.c438 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in cryptd_create_skcipher()
Dgcm.c664 inst->alg.chunksize = crypto_skcipher_alg_chunksize(ctr); in crypto_gcm_create_common()