Searched refs:g_eli_algo2str (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/geom/eli/
H A Dg_eli.h426 g_eli_algo2str(u_int algo) function
468 printf(" ealgo: %s\n", g_eli_algo2str(md->md_ealgo));
471 printf(" aalgo: %s\n", g_eli_algo2str(md->md_aalgo));
H A Dg_eli.c905 G_ELI_DEBUG(0, "Encryption: %s %u", g_eli_algo2str(sc->sc_ealgo),
908 G_ELI_DEBUG(0, " Integrity: %s", g_eli_algo2str(sc->sc_aalgo));
1279 indent, g_eli_algo2str(sc->sc_aalgo));
1284 indent, g_eli_algo2str(sc->sc_ealgo));

Completed in 54 milliseconds