Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dkpp.c72 .extsize = crypto_alg_extsize,
H A Dinternal.h94 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
H A Dakcipher.c80 .extsize = crypto_alg_extsize,
H A Drng.c98 .extsize = crypto_alg_extsize,
H A Dacompress.c84 int extsize = crypto_alg_extsize(alg); in crypto_acomp_extsize()
H A Dscompress.c245 .extsize = crypto_alg_extsize,
H A Daead.c192 .extsize = crypto_alg_extsize,
H A Dalgapi.c1047 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize() function
1052 EXPORT_SYMBOL_GPL(crypto_alg_extsize);
H A Dahash.c489 return crypto_alg_extsize(alg); in crypto_ahash_extsize()
H A Dshash.c495 .extsize = crypto_alg_extsize,
H A Dskcipher.c737 .extsize = crypto_alg_extsize,