Home
last modified time | relevance | path

Searched refs:sc_ivctx (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/geom/eli/
H A Dg_eli_key.c255 SHA256_Init(&sc->sc_ivctx); in g_eli_mkey_propagate()
256 SHA256_Update(&sc->sc_ivctx, sc->sc_ivkey, in g_eli_mkey_propagate()
H A Dg_eli_hmac.c145 bcopy(&sc->sc_ivctx, &ctx, sizeof(ctx)); in g_eli_crypto_ivgen()
H A Dg_eli_ctl.c903 explicit_bzero(&sc->sc_ivctx, sizeof(sc->sc_ivctx)); in g_eli_suspend_one()
H A Dg_eli.h203 SHA256_CTX sc_ivctx; member
/freebsd/stand/libsa/geli/
H A Dgeliboot.c301 SHA256_Init(&gdev->sc.sc_ivctx); in geli_probe()
302 SHA256_Update(&gdev->sc.sc_ivctx, gdev->sc.sc_ivkey, in geli_probe()