Lines Matching refs:packet_log

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