Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Dsha.c27 static const u32 std_iv_sha1[SHA256_DIGEST_SIZE / sizeof(u32)] = { variable
421 .std_iv = std_iv_sha1,
439 .std_iv = std_iv_sha1,
H A Dcommon.c396 static const u32 std_iv_sha1[SHA256_DIGEST_SIZE / sizeof(u32)] = { variable
478 memcpy(authiv, std_iv_sha1, auth_ivsize); in qce_setup_regs_aead()