Home
last modified time | relevance | path

Searched refs:crypto_alg_extsize (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/crypto/
H A Dkpp.c70 .extsize = crypto_alg_extsize,
H A Dsig.c64 .extsize = crypto_alg_extsize,
H A Drng.c89 .extsize = crypto_alg_extsize,
H A Dinternal.h155 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
H A Dakcipher.c87 .extsize = crypto_alg_extsize,
H A Daead.c176 .extsize = crypto_alg_extsize,
H A Dalgapi.c994 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
999 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
H A Dshash.c217 .extsize = crypto_alg_extsize,
H A Dscompress.c362 .extsize = crypto_alg_extsize,
H A Dacompress.c118 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize()
H A Dlskcipher.c284 .extsize = crypto_alg_extsize,
H A Dskcipher.c560 return crypto_alg_extsize(alg); in crypto_skcipher_extsize()
H A Dahash.c849 return crypto_alg_extsize(alg); in crypto_ahash_extsize()