Lines Matching refs:packet_log

321 	packet_log(" FMD CTRL0 %#16llx\n", ctrl0);
323 packet_log(" encrypt\n");
325 packet_log(" decrypt\n");
329 packet_log(" Cipher type: %s\n", ciph_name);
334 packet_log(" Cipher mode: %s\n", ciph_mode_name);
338 packet_log(" CFB %#x\n", cfb);
341 packet_log(" protocol %#x\n", proto);
344 packet_log(" hash first\n");
346 packet_log(" cipher first\n");
349 packet_log(" check tag\n");
353 packet_log(" Hash type: %s\n", hash_name);
358 packet_log(" Hash mode: %s\n", hash_mode_name);
362 packet_log(" Cipher pad: %#2llx\n",
378 packet_log(" FMD CTRL1 %#16llx\n", ctrl1);
380 packet_log(" Tag after payload\n");
382 packet_log(" Msg includes ");
384 packet_log("FD ");
386 packet_log("AAD1 ");
388 packet_log("NAAD ");
390 packet_log("AAD2 ");
392 packet_log("ESN ");
393 packet_log("\n");
396 packet_log(" Hash key len %u\n", hash_key_len);
399 packet_log(" Cipher key len %u\n", ciph_key_len);
402 packet_log(" Generate IV\n");
405 packet_log(" IV included in hash\n");
408 packet_log(" Return IV in output before payload\n");
411 packet_log(" Length of returned IV %u bytes\n",
415 packet_log(" IV offset %u\n", iv_offset);
418 packet_log(" Input IV len %u bytes\n", iv_len);
421 packet_log(" Hash tag length %u bytes\n", hash_tag_len);
423 packet_log(" Return ");
426 packet_log("FMD ");
428 packet_log("OMD ");
430 packet_log("OMD IV ");
432 packet_log("FD ");
434 packet_log("AAD1 ");
436 packet_log("NAAD ");
438 packet_log("AAD2 ");
440 packet_log("Payload");
441 packet_log("\n");
447 packet_log(" FMD CTRL2 %#16llx\n", ctrl2);
449 packet_log(" AAD1 offset %llu length %llu bytes\n",
452 packet_log(" AAD2 offset %llu\n",
454 packet_log(" Payload offset %llu\n",
461 packet_log(" FMD CTRL3 %#16llx\n", ctrl3);
463 packet_log(" Payload length %llu bytes\n", ctrl3 & SPU2_PL_LEN);
464 packet_log(" TLS length %llu bytes\n",
481 packet_log(" OMD:\n");
484 packet_log(" Hash Key Length %u bytes\n", hash_key_len);
490 packet_log(" Cipher Key Length %u bytes\n", ciph_key_len);
496 packet_log(" Hash IV Length %u bytes\n", hash_iv_len);
502 packet_log(" Cipher IV Length %u bytes\n", ciph_iv_len);
519 packet_log("\n");
520 packet_log("SPU2 message header %p len: %u\n", buf, buf_len);
536 packet_log
540 packet_log("\n");