crypto_alg_extsize   84 crypto/acompress.c 	int extsize = crypto_alg_extsize(alg);
crypto_alg_extsize  202 crypto/aead.c  	.extsize = crypto_alg_extsize,
crypto_alg_extsize  509 crypto/ahash.c 	return crypto_alg_extsize(alg);
crypto_alg_extsize   80 crypto/akcipher.c 	.extsize = crypto_alg_extsize,
crypto_alg_extsize 1035 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_alg_extsize);
crypto_alg_extsize   83 crypto/internal.h unsigned int crypto_alg_extsize(struct crypto_alg *alg);
crypto_alg_extsize   72 crypto/kpp.c   	.extsize = crypto_alg_extsize,
crypto_alg_extsize  102 crypto/rng.c   	.extsize = crypto_alg_extsize,
crypto_alg_extsize  245 crypto/scompress.c 	.extsize = crypto_alg_extsize,
crypto_alg_extsize  435 crypto/shash.c 	.extsize = crypto_alg_extsize,
crypto_alg_extsize  589 crypto/skcipher.c 	return crypto_alg_extsize(alg);