Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dsig.c59 .extsize = crypto_alg_extsize,
H A Dkpp.c93 .extsize = crypto_alg_extsize,
H A Dinternal.h156 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
H A Drng.c116 .extsize = crypto_alg_extsize,
H A Dacompress.c88 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize()
H A Dscompress.c244 .extsize = crypto_alg_extsize,
H A Dakcipher.c98 .extsize = crypto_alg_extsize,
H A Daead.c239 .extsize = crypto_alg_extsize,
H A Dalgapi.c1035 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
1040 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
H A Dahash.c458 return crypto_alg_extsize(alg); in crypto_ahash_extsize()
H A Dshash.c545 .extsize = crypto_alg_extsize,
H A Dskcipher.c773 .extsize = crypto_alg_extsize,