Lines Matching refs:cipher_key_len
26 unsigned int cipher_key_len = 0; in spum_dump_msg_hdr() local
218 cipher_key_len = 8; in spum_dump_msg_hdr()
222 cipher_key_len = 24; in spum_dump_msg_hdr()
226 cipher_key_len = 260; in spum_dump_msg_hdr()
232 cipher_key_len = 16; in spum_dump_msg_hdr()
236 cipher_key_len = 24; in spum_dump_msg_hdr()
240 cipher_key_len = 32; in spum_dump_msg_hdr()
250 name, cipher_key_len); in spum_dump_msg_hdr()
254 packet_dump(" KEY2: ", ptr, cipher_key_len); in spum_dump_msg_hdr()
255 ptr += cipher_key_len; in spum_dump_msg_hdr()
256 packet_dump(" KEY1: ", ptr, cipher_key_len); in spum_dump_msg_hdr()
257 ptr += cipher_key_len; in spum_dump_msg_hdr()
259 cipher_key_len *= 2; in spum_dump_msg_hdr()
261 packet_dump(" KEY: ", ptr, cipher_key_len); in spum_dump_msg_hdr()
262 ptr += cipher_key_len; in spum_dump_msg_hdr()
270 cipher_key_len); in spum_dump_msg_hdr()