Lines Matching refs:packet_log
54 packet_log("\n"); in spum_dump_msg_hdr()
55 packet_log("SPU Message header %p len: %u\n", buf, buf_len); in spum_dump_msg_hdr()
58 packet_log(" MH 0x%08x\n", be32_to_cpu(*((u32 *)ptr))); in spum_dump_msg_hdr()
60 packet_log(" SCTX present\n"); in spum_dump_msg_hdr()
62 packet_log(" BDESC present\n"); in spum_dump_msg_hdr()
64 packet_log(" MFM present\n"); in spum_dump_msg_hdr()
66 packet_log(" BD present\n"); in spum_dump_msg_hdr()
68 packet_log(" HASH present\n"); in spum_dump_msg_hdr()
70 packet_log(" SUPDT present\n"); in spum_dump_msg_hdr()
71 packet_log(" Opcode 0x%02x\n", spuh->mh.op_code); in spum_dump_msg_hdr()
78 packet_log(" SCTX[0] 0x%08x\n", pflags); in spum_dump_msg_hdr()
80 packet_log(" Size %u words\n", sctx_size); in spum_dump_msg_hdr()
83 packet_log(" SCTX[1] 0x%08x\n", cflags); in spum_dump_msg_hdr()
84 packet_log(" Inbound:%lu (1:decrypt/vrfy 0:encrypt/auth)\n", in spum_dump_msg_hdr()
86 packet_log(" Order:%lu (1:AuthFirst 0:EncFirst)\n", in spum_dump_msg_hdr()
88 packet_log(" ICV_IS_512:%lx\n", in spum_dump_msg_hdr()
93 packet_log(" Crypto Alg:%u Mode:%u Type:%u\n", in spum_dump_msg_hdr()
98 packet_log(" Hash Alg:%x Mode:%x Type:%x\n", in spum_dump_msg_hdr()
100 packet_log(" UPDT_Offset:%u\n", cflags & UPDT_OFST); in spum_dump_msg_hdr()
103 packet_log(" SCTX[2] 0x%08x\n", ecf); in spum_dump_msg_hdr()
104 packet_log(" WriteICV:%lu CheckICV:%lu ICV_SIZE:%u ", in spum_dump_msg_hdr()
108 packet_log("BD_SUPPRESS:%lu\n", in spum_dump_msg_hdr()
110 packet_log(" SCTX_IV:%lu ExplicitIV:%lu GenIV:%lu ", in spum_dump_msg_hdr()
114 packet_log("IV_OV_OFST:%lu EXP_IV_SIZE:%u\n", in spum_dump_msg_hdr()
156 packet_log(" Auth Key Type:%s Length:%u Bytes\n", in spum_dump_msg_hdr()
178 packet_log(" Auth Key Type:%s Length:%u Bytes\n", in spum_dump_msg_hdr()
221 packet_log(" Auth State Type:%s Length:%u Bytes\n", in spum_dump_msg_hdr()
263 packet_log(" Cipher Key Type:%s Length:%u Bytes\n", in spum_dump_msg_hdr()
285 packet_log(" IV Length:%u Bytes\n", iv_len); in spum_dump_msg_hdr()
297 packet_log(" BDESC[0] 0x%08x\n", be32_to_cpu(*((u32 *)ptr))); in spum_dump_msg_hdr()
298 packet_log(" OffsetMAC:%u LengthMAC:%u\n", in spum_dump_msg_hdr()
303 packet_log(" BDESC[1] 0x%08x\n", be32_to_cpu(*((u32 *)ptr))); in spum_dump_msg_hdr()
304 packet_log(" OffsetCrypto:%u LengthCrypto:%u\n", in spum_dump_msg_hdr()
309 packet_log(" BDESC[2] 0x%08x\n", be32_to_cpu(*((u32 *)ptr))); in spum_dump_msg_hdr()
310 packet_log(" OffsetICV:%u OffsetIV:%u\n", in spum_dump_msg_hdr()
321 packet_log(" BD[0] 0x%08x\n", be32_to_cpu(*((u32 *)ptr))); in spum_dump_msg_hdr()
322 packet_log(" Size:%ubytes PrevLength:%u\n", in spum_dump_msg_hdr()
329 packet_log(" Packet parsed incorrectly. "); in spum_dump_msg_hdr()
330 packet_log("buf:%p buf_len:%u buf+buf_len:%p ptr:%p\n", in spum_dump_msg_hdr()
334 packet_log("\n"); in spum_dump_msg_hdr()