Home
last modified time | relevance | path

Searched refs:fips_test_hmac_sha256_value (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crypto/
H A Dfips.h22 static const u8 fips_test_hmac_sha256_value[] __initconst __maybe_unused = { variable
H A Dsha256.c499 if (memcmp(fips_test_hmac_sha256_value, mac, sizeof(mac)) != 0) in sha256_mod_init()