Searched refs:ciph_key_len (Results 1 – 1 of 1) sorted by relevance
382 u8 ciph_key_len; in spu2_dump_fmd_ctrl1() local409 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() argument500 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[all …]