Home
last modified time | relevance | path

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

/linux/crypto/
H A Dkpp.c70 .extsize = crypto_alg_extsize,
H A Drng.c89 .extsize = crypto_alg_extsize,
H A Dinternal.h139 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
H A Dacompress.c88 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize()
H A Daead.c175 .extsize = crypto_alg_extsize,
H A Dscompress.c266 .extsize = crypto_alg_extsize,
H A Dalgapi.c989 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
994 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
H A Dshash.c217 .extsize = crypto_alg_extsize,
H A Dlskcipher.c284 .extsize = crypto_alg_extsize,
H A Dahash.c493 return crypto_alg_extsize(alg); in crypto_ahash_extsize()
H A Dskcipher.c759 return crypto_alg_extsize(alg); in crypto_skcipher_extsize()