Home
last modified time | relevance | path

Searched refs:key_u32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/crypto/intel/keembay/
Docs-hcu.c393 u32 key_u32[OCS_HCU_HW_KEY_LEN_U32]; in ocs_hcu_write_key() local
400 memcpy(key_u32, key, len); in ocs_hcu_write_key()
406 memzero_explicit((u8 *)key_u32 + len, OCS_HCU_HW_KEY_LEN - len); in ocs_hcu_write_key()
425 writel(key_u32[OCS_HCU_HW_KEY_LEN_U32 - 1 - i], in ocs_hcu_write_key()
428 memzero_explicit(key_u32, OCS_HCU_HW_KEY_LEN); in ocs_hcu_write_key()
Docs-aes.c480 const u32 *key_u32; in ocs_aes_set_key() local
502 key_u32 = (const u32 *)key; in ocs_aes_set_key()
506 iowrite32(key_u32[i], in ocs_aes_set_key()
/linux-6.12.1/drivers/net/phy/
Dnxp-c45-tja11xx-macsec.c495 u32 *key_u32 = (u32 *)ctx->sa.key; in nxp_c45_sa_set_key() local
502 value = (__force u32)cpu_to_be32(key_u32[i]); in nxp_c45_sa_set_key()