Lines Matching refs:cipher_key_len
40 unsigned int cipher_key_len = 0; in spum_dump_msg_hdr() local
232 cipher_key_len = 8; in spum_dump_msg_hdr()
236 cipher_key_len = 24; in spum_dump_msg_hdr()
240 cipher_key_len = 260; in spum_dump_msg_hdr()
246 cipher_key_len = 16; in spum_dump_msg_hdr()
250 cipher_key_len = 24; in spum_dump_msg_hdr()
254 cipher_key_len = 32; in spum_dump_msg_hdr()
264 name, cipher_key_len); in spum_dump_msg_hdr()
268 packet_dump(" KEY2: ", ptr, cipher_key_len); in spum_dump_msg_hdr()
269 ptr += cipher_key_len; in spum_dump_msg_hdr()
270 packet_dump(" KEY1: ", ptr, cipher_key_len); in spum_dump_msg_hdr()
271 ptr += cipher_key_len; in spum_dump_msg_hdr()
273 cipher_key_len *= 2; in spum_dump_msg_hdr()
275 packet_dump(" KEY: ", ptr, cipher_key_len); in spum_dump_msg_hdr()
276 ptr += cipher_key_len; in spum_dump_msg_hdr()
284 cipher_key_len); in spum_dump_msg_hdr()