hash_digest_size   35 crypto/hash_info.c const int hash_digest_size[HASH_ALGO__LAST] = {
hash_digest_size   57 crypto/hash_info.c EXPORT_SYMBOL_GPL(hash_digest_size);
hash_digest_size  788 drivers/char/tpm/tpm1-cmd.c 	chip->allocated_banks[0].digest_size = hash_digest_size[HASH_ALGO_SHA1];
hash_digest_size  829 drivers/char/tpm/tpm2-cmd.c 		bank->digest_size = hash_digest_size[crypto_algo];
hash_digest_size   37 include/crypto/hash_info.h extern const int hash_digest_size[HASH_ALGO__LAST];
hash_digest_size  421 security/integrity/ima/ima_crypto.c 		hash->length = hash_digest_size[ima_hash_algo];
hash_digest_size  661 security/integrity/ima/ima_main.c 	iint.ima_hash->length = hash_digest_size[ima_hash_algo];
hash_digest_size  834 security/keys/trusted.c 			digest_len = hash_digest_size[opt->hash];