Lines Matching refs:packet_log
322 packet_log(" FMD CTRL0 %#16llx\n", ctrl0); in spu2_dump_fmd_ctrl0()
324 packet_log(" encrypt\n"); in spu2_dump_fmd_ctrl0()
326 packet_log(" decrypt\n"); in spu2_dump_fmd_ctrl0()
330 packet_log(" Cipher type: %s\n", ciph_name); in spu2_dump_fmd_ctrl0()
335 packet_log(" Cipher mode: %s\n", ciph_mode_name); in spu2_dump_fmd_ctrl0()
339 packet_log(" CFB %#x\n", cfb); in spu2_dump_fmd_ctrl0()
342 packet_log(" protocol %#x\n", proto); in spu2_dump_fmd_ctrl0()
345 packet_log(" hash first\n"); in spu2_dump_fmd_ctrl0()
347 packet_log(" cipher first\n"); in spu2_dump_fmd_ctrl0()
350 packet_log(" check tag\n"); in spu2_dump_fmd_ctrl0()
354 packet_log(" Hash type: %s\n", hash_name); in spu2_dump_fmd_ctrl0()
359 packet_log(" Hash mode: %s\n", hash_mode_name); in spu2_dump_fmd_ctrl0()
363 packet_log(" Cipher pad: %#2llx\n", in spu2_dump_fmd_ctrl0()
379 packet_log(" FMD CTRL1 %#16llx\n", ctrl1); in spu2_dump_fmd_ctrl1()
381 packet_log(" Tag after payload\n"); in spu2_dump_fmd_ctrl1()
383 packet_log(" Msg includes "); in spu2_dump_fmd_ctrl1()
385 packet_log("FD "); in spu2_dump_fmd_ctrl1()
387 packet_log("AAD1 "); in spu2_dump_fmd_ctrl1()
389 packet_log("NAAD "); in spu2_dump_fmd_ctrl1()
391 packet_log("AAD2 "); in spu2_dump_fmd_ctrl1()
393 packet_log("ESN "); in spu2_dump_fmd_ctrl1()
394 packet_log("\n"); in spu2_dump_fmd_ctrl1()
397 packet_log(" Hash key len %u\n", hash_key_len); in spu2_dump_fmd_ctrl1()
400 packet_log(" Cipher key len %u\n", ciph_key_len); in spu2_dump_fmd_ctrl1()
403 packet_log(" Generate IV\n"); in spu2_dump_fmd_ctrl1()
406 packet_log(" IV included in hash\n"); in spu2_dump_fmd_ctrl1()
409 packet_log(" Return IV in output before payload\n"); in spu2_dump_fmd_ctrl1()
412 packet_log(" Length of returned IV %u bytes\n", in spu2_dump_fmd_ctrl1()
416 packet_log(" IV offset %u\n", iv_offset); in spu2_dump_fmd_ctrl1()
419 packet_log(" Input IV len %u bytes\n", iv_len); in spu2_dump_fmd_ctrl1()
422 packet_log(" Hash tag length %u bytes\n", hash_tag_len); in spu2_dump_fmd_ctrl1()
424 packet_log(" Return "); in spu2_dump_fmd_ctrl1()
427 packet_log("FMD "); in spu2_dump_fmd_ctrl1()
429 packet_log("OMD "); in spu2_dump_fmd_ctrl1()
431 packet_log("OMD IV "); in spu2_dump_fmd_ctrl1()
433 packet_log("FD "); in spu2_dump_fmd_ctrl1()
435 packet_log("AAD1 "); in spu2_dump_fmd_ctrl1()
437 packet_log("NAAD "); in spu2_dump_fmd_ctrl1()
439 packet_log("AAD2 "); in spu2_dump_fmd_ctrl1()
441 packet_log("Payload"); in spu2_dump_fmd_ctrl1()
442 packet_log("\n"); in spu2_dump_fmd_ctrl1()
448 packet_log(" FMD CTRL2 %#16llx\n", ctrl2); in spu2_dump_fmd_ctrl2()
450 packet_log(" AAD1 offset %llu length %llu bytes\n", in spu2_dump_fmd_ctrl2()
453 packet_log(" AAD2 offset %llu\n", in spu2_dump_fmd_ctrl2()
455 packet_log(" Payload offset %llu\n", in spu2_dump_fmd_ctrl2()
462 packet_log(" FMD CTRL3 %#16llx\n", ctrl3); in spu2_dump_fmd_ctrl3()
464 packet_log(" Payload length %llu bytes\n", ctrl3 & SPU2_PL_LEN); in spu2_dump_fmd_ctrl3()
465 packet_log(" TLS length %llu bytes\n", in spu2_dump_fmd_ctrl3()
482 packet_log(" OMD:\n"); in spu2_dump_omd()
485 packet_log(" Hash Key Length %u bytes\n", hash_key_len); in spu2_dump_omd()
491 packet_log(" Cipher Key Length %u bytes\n", ciph_key_len); in spu2_dump_omd()
497 packet_log(" Hash IV Length %u bytes\n", hash_iv_len); in spu2_dump_omd()
503 packet_log(" Cipher IV Length %u bytes\n", ciph_iv_len); in spu2_dump_omd()
520 packet_log("\n"); in spu2_dump_msg_hdr()
521 packet_log("SPU2 message header %p len: %u\n", buf, buf_len); in spu2_dump_msg_hdr()
537 packet_log in spu2_dump_msg_hdr()
541 packet_log("\n"); in spu2_dump_msg_hdr()