Searched refs:ciph_iv_len (Results 1 – 1 of 1) sorted by relevance
478 u16 hash_iv_len, u16 ciph_iv_len) in spu2_dump_omd() argument502 if (ciph_iv_len) { in spu2_dump_omd()503 packet_log(" Cipher IV Length %u bytes\n", ciph_iv_len); in spu2_dump_omd()504 packet_dump(" cipher IV: ", ptr, ciph_iv_len); in spu2_dump_omd()517 u16 ciph_iv_len; in spu2_dump_msg_hdr() local530 ciph_iv_len = (ctrl1 & SPU2_IV_LEN) >> SPU2_IV_LEN_SHIFT; in spu2_dump_msg_hdr()532 ciph_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()
Completed in 5 milliseconds