Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dspu2.c371 u8 ciph_key_len; in spu2_dump_fmd_ctrl1() local
398 ciph_key_len = (ctrl1 & SPU2_CIPH_KEY_LEN) >> SPU2_CIPH_KEY_LEN_SHIFT; in spu2_dump_fmd_ctrl1()
399 packet_log(" Cipher key len %u\n", ciph_key_len); in spu2_dump_fmd_ctrl1()
476 static void spu2_dump_omd(u8 *omd, u16 hash_key_len, u16 ciph_key_len, in spu2_dump_omd() argument
489 if (ciph_key_len) { in spu2_dump_omd()
490 packet_log(" Cipher Key Length %u bytes\n", ciph_key_len); in spu2_dump_omd()
491 packet_dump(" KEY: ", ptr, ciph_key_len); in spu2_dump_omd()
492 ptr += ciph_key_len; in spu2_dump_omd()
514 u16 ciph_key_len; in spu2_dump_msg_hdr() local
530 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len, in spu2_dump_msg_hdr()
[all …]