Symbol: packet_log
drivers/crypto/bcm/cipher.c
1454
packet_log("BD:\n");
drivers/crypto/bcm/cipher.c
1560
packet_log("response data: ");
drivers/crypto/bcm/cipher.c
419
packet_log("payload:\n");
drivers/crypto/bcm/spu.c
100
packet_log("IV_OV_OFST:%lu EXP_IV_SIZE:%u\n",
drivers/crypto/bcm/spu.c
142
packet_log(" Auth Key Type:%s Length:%u Bytes\n",
drivers/crypto/bcm/spu.c
164
packet_log(" Auth Key Type:%s Length:%u Bytes\n",
drivers/crypto/bcm/spu.c
207
packet_log(" Auth State Type:%s Length:%u Bytes\n",
drivers/crypto/bcm/spu.c
245
packet_log(" Cipher Key Type:%s Length:%u Bytes\n",
drivers/crypto/bcm/spu.c
267
packet_log(" IV Length:%u Bytes\n", iv_len);
drivers/crypto/bcm/spu.c
278
packet_log(" BDESC[0] 0x%08x\n", be32_to_cpup((__be32 *)ptr));
drivers/crypto/bcm/spu.c
279
packet_log(" OffsetMAC:%u LengthMAC:%u\n",
drivers/crypto/bcm/spu.c
284
packet_log(" BDESC[1] 0x%08x\n", be32_to_cpup((__be32 *)ptr));
drivers/crypto/bcm/spu.c
285
packet_log(" OffsetCrypto:%u LengthCrypto:%u\n",
drivers/crypto/bcm/spu.c
290
packet_log(" BDESC[2] 0x%08x\n", be32_to_cpup((__be32 *)ptr));
drivers/crypto/bcm/spu.c
291
packet_log(" OffsetICV:%u OffsetIV:%u\n",
drivers/crypto/bcm/spu.c
301
packet_log(" BD[0] 0x%08x\n", be32_to_cpup((__be32 *)ptr));
drivers/crypto/bcm/spu.c
302
packet_log(" Size:%ubytes PrevLength:%u\n",
drivers/crypto/bcm/spu.c
309
packet_log(" Packet parsed incorrectly. ");
drivers/crypto/bcm/spu.c
310
packet_log("buf:%p buf_len:%u buf+buf_len:%p ptr:%p\n",
drivers/crypto/bcm/spu.c
314
packet_log("\n");
drivers/crypto/bcm/spu.c
40
packet_log("\n");
drivers/crypto/bcm/spu.c
41
packet_log("SPU Message header %p len: %u\n", buf, buf_len);
drivers/crypto/bcm/spu.c
44
packet_log(" MH 0x%08x\n", be32_to_cpup((__be32 *)ptr));
drivers/crypto/bcm/spu.c
46
packet_log(" SCTX present\n");
drivers/crypto/bcm/spu.c
48
packet_log(" BDESC present\n");
drivers/crypto/bcm/spu.c
50
packet_log(" MFM present\n");
drivers/crypto/bcm/spu.c
52
packet_log(" BD present\n");
drivers/crypto/bcm/spu.c
54
packet_log(" HASH present\n");
drivers/crypto/bcm/spu.c
56
packet_log(" SUPDT present\n");
drivers/crypto/bcm/spu.c
57
packet_log(" Opcode 0x%02x\n", spuh->mh.op_code);
drivers/crypto/bcm/spu.c
64
packet_log(" SCTX[0] 0x%08x\n", pflags);
drivers/crypto/bcm/spu.c
66
packet_log(" Size %u words\n", sctx_size);
drivers/crypto/bcm/spu.c
69
packet_log(" SCTX[1] 0x%08x\n", cflags);
drivers/crypto/bcm/spu.c
70
packet_log(" Inbound:%lu (1:decrypt/vrfy 0:encrypt/auth)\n",
drivers/crypto/bcm/spu.c
72
packet_log(" Order:%lu (1:AuthFirst 0:EncFirst)\n",
drivers/crypto/bcm/spu.c
74
packet_log(" ICV_IS_512:%lx\n",
drivers/crypto/bcm/spu.c
79
packet_log(" Crypto Alg:%u Mode:%u Type:%u\n",
drivers/crypto/bcm/spu.c
84
packet_log(" Hash Alg:%x Mode:%x Type:%x\n",
drivers/crypto/bcm/spu.c
86
packet_log(" UPDT_Offset:%u\n", cflags & UPDT_OFST);
drivers/crypto/bcm/spu.c
89
packet_log(" SCTX[2] 0x%08x\n", ecf);
drivers/crypto/bcm/spu.c
90
packet_log(" WriteICV:%lu CheckICV:%lu ICV_SIZE:%u ",
drivers/crypto/bcm/spu.c
94
packet_log("BD_SUPPRESS:%lu\n",
drivers/crypto/bcm/spu.c
96
packet_log(" SCTX_IV:%lu ExplicitIV:%lu GenIV:%lu ",
drivers/crypto/bcm/spu2.c
322
packet_log(" FMD CTRL0 %#16llx\n", ctrl0);
drivers/crypto/bcm/spu2.c
324
packet_log(" encrypt\n");
drivers/crypto/bcm/spu2.c
326
packet_log(" decrypt\n");
drivers/crypto/bcm/spu2.c
330
packet_log(" Cipher type: %s\n", ciph_name);
drivers/crypto/bcm/spu2.c
335
packet_log(" Cipher mode: %s\n", ciph_mode_name);
drivers/crypto/bcm/spu2.c
339
packet_log(" CFB %#x\n", cfb);
drivers/crypto/bcm/spu2.c
342
packet_log(" protocol %#x\n", proto);
drivers/crypto/bcm/spu2.c
345
packet_log(" hash first\n");
drivers/crypto/bcm/spu2.c
347
packet_log(" cipher first\n");
drivers/crypto/bcm/spu2.c
350
packet_log(" check tag\n");
drivers/crypto/bcm/spu2.c
354
packet_log(" Hash type: %s\n", hash_name);
drivers/crypto/bcm/spu2.c
359
packet_log(" Hash mode: %s\n", hash_mode_name);
drivers/crypto/bcm/spu2.c
363
packet_log(" Cipher pad: %#2llx\n",
drivers/crypto/bcm/spu2.c
379
packet_log(" FMD CTRL1 %#16llx\n", ctrl1);
drivers/crypto/bcm/spu2.c
381
packet_log(" Tag after payload\n");
drivers/crypto/bcm/spu2.c
383
packet_log(" Msg includes ");
drivers/crypto/bcm/spu2.c
385
packet_log("FD ");
drivers/crypto/bcm/spu2.c
387
packet_log("AAD1 ");
drivers/crypto/bcm/spu2.c
389
packet_log("NAAD ");
drivers/crypto/bcm/spu2.c
391
packet_log("AAD2 ");
drivers/crypto/bcm/spu2.c
393
packet_log("ESN ");
drivers/crypto/bcm/spu2.c
394
packet_log("\n");
drivers/crypto/bcm/spu2.c
397
packet_log(" Hash key len %u\n", hash_key_len);
drivers/crypto/bcm/spu2.c
400
packet_log(" Cipher key len %u\n", ciph_key_len);
drivers/crypto/bcm/spu2.c
403
packet_log(" Generate IV\n");
drivers/crypto/bcm/spu2.c
406
packet_log(" IV included in hash\n");
drivers/crypto/bcm/spu2.c
409
packet_log(" Return IV in output before payload\n");
drivers/crypto/bcm/spu2.c
412
packet_log(" Length of returned IV %u bytes\n",
drivers/crypto/bcm/spu2.c
416
packet_log(" IV offset %u\n", iv_offset);
drivers/crypto/bcm/spu2.c
419
packet_log(" Input IV len %u bytes\n", iv_len);
drivers/crypto/bcm/spu2.c
422
packet_log(" Hash tag length %u bytes\n", hash_tag_len);
drivers/crypto/bcm/spu2.c
424
packet_log(" Return ");
drivers/crypto/bcm/spu2.c
427
packet_log("FMD ");
drivers/crypto/bcm/spu2.c
429
packet_log("OMD ");
drivers/crypto/bcm/spu2.c
431
packet_log("OMD IV ");
drivers/crypto/bcm/spu2.c
433
packet_log("FD ");
drivers/crypto/bcm/spu2.c
435
packet_log("AAD1 ");
drivers/crypto/bcm/spu2.c
437
packet_log("NAAD ");
drivers/crypto/bcm/spu2.c
439
packet_log("AAD2 ");
drivers/crypto/bcm/spu2.c
441
packet_log("Payload");
drivers/crypto/bcm/spu2.c
442
packet_log("\n");
drivers/crypto/bcm/spu2.c
448
packet_log(" FMD CTRL2 %#16llx\n", ctrl2);
drivers/crypto/bcm/spu2.c
450
packet_log(" AAD1 offset %llu length %llu bytes\n",
drivers/crypto/bcm/spu2.c
453
packet_log(" AAD2 offset %llu\n",
drivers/crypto/bcm/spu2.c
455
packet_log(" Payload offset %llu\n",
drivers/crypto/bcm/spu2.c
462
packet_log(" FMD CTRL3 %#16llx\n", ctrl3);
drivers/crypto/bcm/spu2.c
464
packet_log(" Payload length %llu bytes\n", ctrl3 & SPU2_PL_LEN);
drivers/crypto/bcm/spu2.c
465
packet_log(" TLS length %llu bytes\n",
drivers/crypto/bcm/spu2.c
482
packet_log(" OMD:\n");
drivers/crypto/bcm/spu2.c
485
packet_log(" Hash Key Length %u bytes\n", hash_key_len);
drivers/crypto/bcm/spu2.c
491
packet_log(" Cipher Key Length %u bytes\n", ciph_key_len);
drivers/crypto/bcm/spu2.c
497
packet_log(" Hash IV Length %u bytes\n", hash_iv_len);
drivers/crypto/bcm/spu2.c
503
packet_log(" Cipher IV Length %u bytes\n", ciph_iv_len);
drivers/crypto/bcm/spu2.c
520
packet_log("\n");
drivers/crypto/bcm/spu2.c
521
packet_log("SPU2 message header %p len: %u\n", buf, buf_len);
drivers/crypto/bcm/spu2.c
537
packet_log
drivers/crypto/bcm/spu2.c
541
packet_log("\n");