Home
last modified time | relevance | path

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

/linux-6.14.4/crypto/
Dkpp.c70 .extsize = crypto_alg_extsize,
Dsig.c64 .extsize = crypto_alg_extsize,
Dinternal.h139 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
Drng.c89 .extsize = crypto_alg_extsize,
Dacompress.c88 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize()
Dakcipher.c87 .extsize = crypto_alg_extsize,
Daead.c175 .extsize = crypto_alg_extsize,
Dscompress.c266 .extsize = crypto_alg_extsize,
Dalgapi.c994 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
999 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
Dshash.c217 .extsize = crypto_alg_extsize,
Dlskcipher.c284 .extsize = crypto_alg_extsize,
Dahash.c509 return crypto_alg_extsize(alg); in crypto_ahash_extsize()
Dskcipher.c596 return crypto_alg_extsize(alg); in crypto_skcipher_extsize()