Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dinternal.h111 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
Dkpp.c79 .extsize = crypto_alg_extsize,
Dakcipher.c80 .extsize = crypto_alg_extsize,
Dacompress.c84 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize()
Drng.c98 .extsize = crypto_alg_extsize,
Dscompress.c245 .extsize = crypto_alg_extsize,
Daead.c192 .extsize = crypto_alg_extsize,
Dalgapi.c1000 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
1005 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
Dshash.c495 .extsize = crypto_alg_extsize,
Dahash.c489 return crypto_alg_extsize(alg); in crypto_ahash_extsize()
Dskcipher.c731 .extsize = crypto_alg_extsize,