Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dsig.c49 .extsize = crypto_alg_extsize,
Dkpp.c70 .extsize = crypto_alg_extsize,
Drng.c89 .extsize = crypto_alg_extsize,
Dinternal.h158 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
Dacompress.c88 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize()
Dakcipher.c74 .extsize = crypto_alg_extsize,
Daead.c175 .extsize = crypto_alg_extsize,
Dscompress.c266 .extsize = crypto_alg_extsize,
Dalgapi.c995 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
1000 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
Dshash.c217 .extsize = crypto_alg_extsize,
Dlskcipher.c284 .extsize = crypto_alg_extsize,
Dahash.c493 return crypto_alg_extsize(alg); in crypto_ahash_extsize()
Dskcipher.c759 return crypto_alg_extsize(alg); in crypto_skcipher_extsize()