Lines Matching refs:ciph_key_len
372 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
528 ciph_key_len = (ctrl1 & SPU2_CIPH_KEY_LEN) >> SPU2_CIPH_KEY_LEN_SHIFT; in spu2_dump_msg_hdr()
531 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len, in spu2_dump_msg_hdr()
535 omd_len = hash_key_len + ciph_key_len + hash_iv_len + ciph_iv_len; in spu2_dump_msg_hdr()