Home
last modified time | relevance | path

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

/drivers/crypto/bcm/
A Dspu2.c372 u8 ciph_key_len; in spu2_dump_fmd_ctrl1() local
399 ciph_key_len = (ctrl1 & SPU2_CIPH_KEY_LEN) >> SPU2_CIPH_KEY_LEN_SHIFT; in spu2_dump_fmd_ctrl1()
400 packet_log(" Cipher key len %u\n", ciph_key_len); in spu2_dump_fmd_ctrl1()
477 static void spu2_dump_omd(u8 *omd, u16 hash_key_len, u16 ciph_key_len, in spu2_dump_omd() argument
490 if (ciph_key_len) { in spu2_dump_omd()
491 packet_log(" Cipher Key Length %u bytes\n", ciph_key_len); in spu2_dump_omd()
492 packet_dump(" KEY: ", ptr, ciph_key_len); in spu2_dump_omd()
493 ptr += ciph_key_len; in spu2_dump_omd()
515 u16 ciph_key_len; in spu2_dump_msg_hdr() local
531 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len, in spu2_dump_msg_hdr()
[all …]

Completed in 6 milliseconds