Lines Matching refs:ciph_key_len
382 u8 ciph_key_len; in spu2_dump_fmd_ctrl1() local
409 ciph_key_len = (ctrl1 & SPU2_CIPH_KEY_LEN) >> SPU2_CIPH_KEY_LEN_SHIFT; in spu2_dump_fmd_ctrl1()
410 packet_log(" Cipher key len %u\n", ciph_key_len); in spu2_dump_fmd_ctrl1()
487 static void spu2_dump_omd(u8 *omd, u16 hash_key_len, u16 ciph_key_len, in spu2_dump_omd() argument
500 if (ciph_key_len) { in spu2_dump_omd()
501 packet_log(" Cipher Key Length %u bytes\n", ciph_key_len); in spu2_dump_omd()
502 packet_dump(" KEY: ", ptr, ciph_key_len); in spu2_dump_omd()
503 ptr += ciph_key_len; in spu2_dump_omd()
509 ptr += ciph_key_len; in spu2_dump_omd()
525 u16 ciph_key_len; in spu2_dump_msg_hdr() local
538 ciph_key_len = (ctrl1 & SPU2_CIPH_KEY_LEN) >> SPU2_CIPH_KEY_LEN_SHIFT; in spu2_dump_msg_hdr()
541 spu2_dump_omd(omd, hash_key_len, ciph_key_len, hash_iv_len, in spu2_dump_msg_hdr()
545 omd_len = hash_key_len + ciph_key_len + hash_iv_len + ciph_iv_len; in spu2_dump_msg_hdr()