Searched refs:sc_ealgo (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/geom/eli/
H A Dg_eli_hmac.c137 switch (sc->sc_ealgo) {
H A Dg_eli_key.c254 switch (sc->sc_ealgo) {
H A Dg_eli_privacy.c304 crd->crd_alg = sc->sc_ealgo;
307 if (sc->sc_ealgo == CRYPTO_AES_XTS)
H A Dg_eli.c417 crie.cri_alg = sc->sc_ealgo;
419 if (sc->sc_ealgo == CRYPTO_AES_XTS)
877 G_ELI_DEBUG(0, "Encryption: %s %u", g_eli_algo2str(sc->sc_ealgo),
879 switch (sc->sc_ealgo) {
1304 indent, g_eli_algo2str(sc->sc_ealgo));
H A Dg_eli_integrity.c518 crde->crd_alg = sc->sc_ealgo;
521 if (sc->sc_ealgo == CRYPTO_AES_XTS)
H A Dg_eli.h200 u_int sc_ealgo; member in struct:g_eli_softc
631 sc->sc_ealgo = md->md_ealgo;
/freebsd-12-stable/stand/libsa/geli/
H A Dgeliboot.c299 switch (gdev->sc.sc_ealgo) {
346 error = geliboot_crypt(gdev->sc.sc_ealgo, 0, pbuf, secsize,

Completed in 164 milliseconds