Lines Matching refs:packet_log

40 	packet_log("\n");
41 packet_log("SPU Message header %p len: %u\n", buf, buf_len);
44 packet_log(" MH 0x%08x\n", be32_to_cpu(*((u32 *)ptr)));
46 packet_log(" SCTX present\n");
48 packet_log(" BDESC present\n");
50 packet_log(" MFM present\n");
52 packet_log(" BD present\n");
54 packet_log(" HASH present\n");
56 packet_log(" SUPDT present\n");
57 packet_log(" Opcode 0x%02x\n", spuh->mh.op_code);
64 packet_log(" SCTX[0] 0x%08x\n", pflags);
66 packet_log(" Size %u words\n", sctx_size);
69 packet_log(" SCTX[1] 0x%08x\n", cflags);
70 packet_log(" Inbound:%lu (1:decrypt/vrfy 0:encrypt/auth)\n",
72 packet_log(" Order:%lu (1:AuthFirst 0:EncFirst)\n",
74 packet_log(" ICV_IS_512:%lx\n",
79 packet_log(" Crypto Alg:%u Mode:%u Type:%u\n",
84 packet_log(" Hash Alg:%x Mode:%x Type:%x\n",
86 packet_log(" UPDT_Offset:%u\n", cflags & UPDT_OFST);
89 packet_log(" SCTX[2] 0x%08x\n", ecf);
90 packet_log(" WriteICV:%lu CheckICV:%lu ICV_SIZE:%u ",
94 packet_log("BD_SUPPRESS:%lu\n",
96 packet_log(" SCTX_IV:%lu ExplicitIV:%lu GenIV:%lu ",
100 packet_log("IV_OV_OFST:%lu EXP_IV_SIZE:%u\n",
142 packet_log(" Auth Key Type:%s Length:%u Bytes\n",
164 packet_log(" Auth Key Type:%s Length:%u Bytes\n",
207 packet_log(" Auth State Type:%s Length:%u Bytes\n",
245 packet_log(" Cipher Key Type:%s Length:%u Bytes\n",
267 packet_log(" IV Length:%u Bytes\n", iv_len);
279 packet_log(" BDESC[0] 0x%08x\n", be32_to_cpu(*((u32 *)ptr)));
280 packet_log(" OffsetMAC:%u LengthMAC:%u\n",
285 packet_log(" BDESC[1] 0x%08x\n", be32_to_cpu(*((u32 *)ptr)));
286 packet_log(" OffsetCrypto:%u LengthCrypto:%u\n",
291 packet_log(" BDESC[2] 0x%08x\n", be32_to_cpu(*((u32 *)ptr)));
292 packet_log(" OffsetICV:%u OffsetIV:%u\n",
303 packet_log(" BD[0] 0x%08x\n", be32_to_cpu(*((u32 *)ptr)));
304 packet_log(" Size:%ubytes PrevLength:%u\n",
311 packet_log(" Packet parsed incorrectly. ");
312 packet_log("buf:%p buf_len:%u buf+buf_len:%p ptr:%p\n",
316 packet_log("\n");