Home
last modified time | relevance | path

Searched refs:fips_test_key (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/crypto/
H A Dgen-fips-testvecs.py12 fips_test_key = b"fips test key\0\0\0" variable
28 print_static_u8_array_definition("fips_test_key", fips_test_key)
31 ctx = hmac.new(fips_test_key, digestmod=alg)
/linux/lib/crypto/
H A Dfips.h11 static const u8 fips_test_key[] __initconst __maybe_unused = { variable
H A Dsha1.c348 hmac_sha1_usingrawkey(fips_test_key, sizeof(fips_test_key), in sha1_mod_init()
H A Dsha512.c423 hmac_sha512_usingrawkey(fips_test_key, sizeof(fips_test_key), in sha512_mod_init()
H A Dsha256.c496 hmac_sha256_usingrawkey(fips_test_key, sizeof(fips_test_key), in sha256_mod_init()