Lines Matching refs:packet_log

332 	packet_log(" FMD CTRL0 %#16llx\n", ctrl0);  in spu2_dump_fmd_ctrl0()
334 packet_log(" encrypt\n"); in spu2_dump_fmd_ctrl0()
336 packet_log(" decrypt\n"); in spu2_dump_fmd_ctrl0()
340 packet_log(" Cipher type: %s\n", ciph_name); in spu2_dump_fmd_ctrl0()
345 packet_log(" Cipher mode: %s\n", ciph_mode_name); in spu2_dump_fmd_ctrl0()
349 packet_log(" CFB %#x\n", cfb); in spu2_dump_fmd_ctrl0()
352 packet_log(" protocol %#x\n", proto); in spu2_dump_fmd_ctrl0()
355 packet_log(" hash first\n"); in spu2_dump_fmd_ctrl0()
357 packet_log(" cipher first\n"); in spu2_dump_fmd_ctrl0()
360 packet_log(" check tag\n"); in spu2_dump_fmd_ctrl0()
364 packet_log(" Hash type: %s\n", hash_name); in spu2_dump_fmd_ctrl0()
369 packet_log(" Hash mode: %s\n", hash_mode_name); in spu2_dump_fmd_ctrl0()
373 packet_log(" Cipher pad: %#2llx\n", in spu2_dump_fmd_ctrl0()
389 packet_log(" FMD CTRL1 %#16llx\n", ctrl1); in spu2_dump_fmd_ctrl1()
391 packet_log(" Tag after payload\n"); in spu2_dump_fmd_ctrl1()
393 packet_log(" Msg includes "); in spu2_dump_fmd_ctrl1()
395 packet_log("FD "); in spu2_dump_fmd_ctrl1()
397 packet_log("AAD1 "); in spu2_dump_fmd_ctrl1()
399 packet_log("NAAD "); in spu2_dump_fmd_ctrl1()
401 packet_log("AAD2 "); in spu2_dump_fmd_ctrl1()
403 packet_log("ESN "); in spu2_dump_fmd_ctrl1()
404 packet_log("\n"); in spu2_dump_fmd_ctrl1()
407 packet_log(" Hash key len %u\n", hash_key_len); in spu2_dump_fmd_ctrl1()
410 packet_log(" Cipher key len %u\n", ciph_key_len); in spu2_dump_fmd_ctrl1()
413 packet_log(" Generate IV\n"); in spu2_dump_fmd_ctrl1()
416 packet_log(" IV included in hash\n"); in spu2_dump_fmd_ctrl1()
419 packet_log(" Return IV in output before payload\n"); in spu2_dump_fmd_ctrl1()
422 packet_log(" Length of returned IV %u bytes\n", in spu2_dump_fmd_ctrl1()
426 packet_log(" IV offset %u\n", iv_offset); in spu2_dump_fmd_ctrl1()
429 packet_log(" Input IV len %u bytes\n", iv_len); in spu2_dump_fmd_ctrl1()
432 packet_log(" Hash tag length %u bytes\n", hash_tag_len); in spu2_dump_fmd_ctrl1()
434 packet_log(" Return "); in spu2_dump_fmd_ctrl1()
437 packet_log("FMD "); in spu2_dump_fmd_ctrl1()
439 packet_log("OMD "); in spu2_dump_fmd_ctrl1()
441 packet_log("OMD IV "); in spu2_dump_fmd_ctrl1()
443 packet_log("FD "); in spu2_dump_fmd_ctrl1()
445 packet_log("AAD1 "); in spu2_dump_fmd_ctrl1()
447 packet_log("NAAD "); in spu2_dump_fmd_ctrl1()
449 packet_log("AAD2 "); in spu2_dump_fmd_ctrl1()
451 packet_log("Payload"); in spu2_dump_fmd_ctrl1()
452 packet_log("\n"); in spu2_dump_fmd_ctrl1()
458 packet_log(" FMD CTRL2 %#16llx\n", ctrl2); in spu2_dump_fmd_ctrl2()
460 packet_log(" AAD1 offset %llu length %llu bytes\n", in spu2_dump_fmd_ctrl2()
463 packet_log(" AAD2 offset %llu\n", in spu2_dump_fmd_ctrl2()
465 packet_log(" Payload offset %llu\n", in spu2_dump_fmd_ctrl2()
472 packet_log(" FMD CTRL3 %#16llx\n", ctrl3); in spu2_dump_fmd_ctrl3()
474 packet_log(" Payload length %llu bytes\n", ctrl3 & SPU2_PL_LEN); in spu2_dump_fmd_ctrl3()
475 packet_log(" TLS length %llu bytes\n", in spu2_dump_fmd_ctrl3()
492 packet_log(" OMD:\n"); in spu2_dump_omd()
495 packet_log(" Hash Key Length %u bytes\n", hash_key_len); in spu2_dump_omd()
501 packet_log(" Cipher Key Length %u bytes\n", ciph_key_len); in spu2_dump_omd()
507 packet_log(" Hash IV Length %u bytes\n", hash_iv_len); in spu2_dump_omd()
513 packet_log(" Cipher IV Length %u bytes\n", ciph_iv_len); in spu2_dump_omd()
530 packet_log("\n"); in spu2_dump_msg_hdr()
531 packet_log("SPU2 message header %p len: %u\n", buf, buf_len); in spu2_dump_msg_hdr()
547 packet_log in spu2_dump_msg_hdr()
551 packet_log("\n"); in spu2_dump_msg_hdr()