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

/linux-master/crypto/
H A Dkpp.c93 .extsize = crypto_alg_extsize,
H A Dsig.c59 .extsize = crypto_alg_extsize,
H A Drng.c116 .extsize = crypto_alg_extsize,
H A Dacompress.c88 int extsize = crypto_alg_extsize(alg);
H A Dinternal.h156 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
H A Dakcipher.c98 .extsize = crypto_alg_extsize,
H A Daead.c239 .extsize = crypto_alg_extsize,
H A Dscompress.c266 .extsize = crypto_alg_extsize,
H A Dshash.c275 .extsize = crypto_alg_extsize,
H A Dalgapi.c1035 unsigned int crypto_alg_extsize(struct crypto_alg *alg) function
1040 EXPORT_SYMBOL_GPL(crypto_alg_extsize); variable
H A Dlskcipher.c346 .extsize = crypto_alg_extsize,
H A Dahash.c537 return crypto_alg_extsize(alg);
H A Dskcipher.c800 return crypto_alg_extsize(alg);

Completed in 164 milliseconds