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