MCPcopy Create free account
hub / github.com/F-Stack/f-stack / display_auth_info

Function display_auth_info

dpdk/examples/l2fwd-crypto/main.c:1546–1556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1544}
1545
1546static void
1547display_auth_info(struct l2fwd_crypto_options *options)
1548{
1549 printf("\n---- Authentication information ---\n");
1550 printf("Algorithm: %s\n",
1551 rte_cryptodev_get_auth_algo_string(options->auth_xform.auth.algo));
1552 rte_hexdump(stdout, "Auth key:",
1553 options->auth_xform.auth.key.data,
1554 options->auth_xform.auth.key.length);
1555 rte_hexdump(stdout, "IV:", options->auth_iv.data, options->auth_iv.length);
1556}
1557
1558static void
1559display_aead_info(struct l2fwd_crypto_options *options)

Callers 1

Calls 3

rte_hexdumpFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected