Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dkpp.c81 .extsize = crypto_alg_extsize,
Dinternal.h97 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
Dakcipher.c88 .extsize = crypto_alg_extsize,
Dacompress.c93 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize()
Drng.c104 .extsize = crypto_alg_extsize,
Dscompress.c268 .extsize = crypto_alg_extsize,
Daead.c172 .extsize = crypto_alg_extsize,
Dalgapi.c1042 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
1047 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
Dahash.c482 return crypto_alg_extsize(alg); in crypto_ahash_extsize()
Dshash.c438 .extsize = crypto_alg_extsize,
Dskcipher.c584 return crypto_alg_extsize(alg); in crypto_skcipher_extsize()