Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dsha.c32 static const u32 std_iv_sha256[SHA256_DIGEST_SIZE / sizeof(u32)] = { variable
431 .std_iv = std_iv_sha256,
449 .std_iv = std_iv_sha256,
H A Dcommon.c400 static const u32 std_iv_sha256[SHA256_DIGEST_SIZE / sizeof(u32)] = { variable
481 memcpy(authiv, std_iv_sha256, auth_ivsize); in qce_setup_regs_aead()