zero_hash_size    218 drivers/crypto/ux500/hash/hash_core.c 		u8 *zero_hash, u32 *zero_hash_size, bool *zero_digest)
zero_hash_size    232 drivers/crypto/ux500/hash/hash_core.c 			*zero_hash_size = SHA1_DIGEST_SIZE;
zero_hash_size    238 drivers/crypto/ux500/hash/hash_core.c 			*zero_hash_size = SHA256_DIGEST_SIZE;
zero_hash_size    251 drivers/crypto/ux500/hash/hash_core.c 				*zero_hash_size = SHA1_DIGEST_SIZE;
zero_hash_size    256 drivers/crypto/ux500/hash/hash_core.c 				*zero_hash_size = SHA256_DIGEST_SIZE;
zero_hash_size    986 drivers/crypto/ux500/hash/hash_core.c 		u32 zero_hash_size = 0;
zero_hash_size    993 drivers/crypto/ux500/hash/hash_core.c 				&zero_hash_size, &zero_digest);
zero_hash_size    994 drivers/crypto/ux500/hash/hash_core.c 		if (!ret && likely(zero_hash_size == ctx->digestsize) &&
zero_hash_size   1006 drivers/crypto/ux500/hash/hash_core.c 				zero_hash_size == ctx->digestsize ?