Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsig.c49 .extsize = crypto_alg_extsize,
H A Dkpp.c70 .extsize = crypto_alg_extsize,
H A Drng.c89 .extsize = crypto_alg_extsize,
H A Dinternal.h158 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 Dakcipher.c74 .extsize = crypto_alg_extsize,
H A Daead.c175 .extsize = crypto_alg_extsize,
H A Dscompress.c266 .extsize = crypto_alg_extsize,
H A Dalgapi.c995 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
1000 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()