Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A 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.3-rc2/crypto/
A Dctr.c306 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in crypto_rfc3686_create()
A Dcts.c366 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in crypto_cts_create()
A Dauthencesn.c439 inst->alg.chunksize = crypto_skcipher_alg_chunksize(enc); in crypto_authenc_esn_create()
A Dauthenc.c426 inst->alg.chunksize = crypto_skcipher_alg_chunksize(enc); in crypto_authenc_create()
A Dessiv.c587 skcipher_inst->alg.chunksize = crypto_skcipher_alg_chunksize(skcipher_alg); in essiv_create()
A Dchacha20poly1305.c618 inst->alg.chunksize = crypto_skcipher_alg_chunksize(chacha); in chachapoly_create()
A Dccm.c510 inst->alg.chunksize = crypto_skcipher_alg_chunksize(ctr); in crypto_ccm_create_common()
A Dcryptd.c407 inst->alg.chunksize = crypto_skcipher_alg_chunksize(alg); in cryptd_create_skcipher()
A Dgcm.c637 inst->alg.chunksize = crypto_skcipher_alg_chunksize(ctr); in crypto_gcm_create_common()

Completed in 20 milliseconds