Home
last modified time | relevance | path

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

/crypto/
Dkpp.c72 .extsize = crypto_alg_extsize,
Dinternal.h84 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
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.c202 .extsize = crypto_alg_extsize,
Dalgapi.c1020 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
1025 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
Dshash.c435 .extsize = crypto_alg_extsize,
Dahash.c509 return crypto_alg_extsize(alg); in crypto_ahash_extsize()
Dskcipher.c589 return crypto_alg_extsize(alg); in crypto_skcipher_extsize()