Searched refs:g_eli_softc (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_key_cache.c75 g_eli_key_fill(struct g_eli_softc *sc, struct g_eli_key *key, uint64_t keyno)
102 g_eli_key_allocate(struct g_eli_softc *sc, uint64_t keyno)
133 g_eli_key_find_last(struct g_eli_softc *sc)
148 g_eli_key_replace(struct g_eli_softc *sc, struct g_eli_key *key, uint64_t keyno)
166 g_eli_key_remove(struct g_eli_softc *sc, struct g_eli_key *key)
181 g_eli_key_init(struct g_eli_softc *sc)
236 g_eli_key_destroy(struct g_eli_softc *sc)
259 g_eli_key_hold(struct g_eli_softc *sc, off_t offset, size_t blocksize)
318 g_eli_key_drop(struct g_eli_softc *sc, uint8_t *rawkey)
H A Dg_eli.h177 struct g_eli_softc *w_softc;
187 struct g_eli_softc { struct
610 eli_metadata_softc(struct g_eli_softc *sc, const struct g_eli_metadata *md,
669 int g_eli_destroy(struct g_eli_softc *sc, boolean_t force);
678 void g_eli_crypto_read(struct g_eli_softc *sc, struct bio *bp, boolean_t fromworker);
681 void g_eli_auth_read(struct g_eli_softc *sc, struct bio *bp);
684 void g_eli_crypto_ivgen(struct g_eli_softc *sc, off_t offset, u_char *iv,
695 void g_eli_mkey_propagate(struct g_eli_softc *sc, const unsigned char *mkey);
716 void g_eli_key_fill(struct g_eli_softc *sc, struct g_eli_key *key,
719 void g_eli_key_init(struct g_eli_softc *s
[all...]
H A Dg_eli_privacy.c70 struct g_eli_softc *sc;
121 struct g_eli_softc *sc;
181 g_eli_crypto_read(struct g_eli_softc *sc, struct bio *bp, boolean_t fromworker)
231 struct g_eli_softc *sc;
H A Dg_eli.c188 struct g_eli_softc *sc;
231 struct g_eli_softc *sc;
273 struct g_eli_softc *sc;
319 struct g_eli_softc *sc;
337 struct g_eli_softc *sc;
408 struct g_eli_softc *sc;
477 g_eli_cancel(struct g_eli_softc *sc)
491 g_eli_takefirst(struct g_eli_softc *sc)
520 struct g_eli_softc *sc;
695 struct g_eli_softc *s
[all...]
H A Dg_eli_ctl.c173 static struct g_eli_softc *
176 struct g_eli_softc *sc;
202 struct g_eli_softc *sc;
398 struct g_eli_softc *sc;
620 struct g_eli_softc *sc;
729 struct g_eli_softc *sc;
841 g_eli_suspend_one(struct g_eli_softc *sc, struct gctl_req *req)
892 struct g_eli_softc *sc;
952 struct g_eli_softc *sc;
1031 g_eli_kill_one(struct g_eli_softc *s
[all...]
H A Dg_eli_integrity.c113 g_eli_auth_keygen(struct g_eli_softc *sc, off_t offset, u_char *key)
131 struct g_eli_softc *sc;
256 struct g_eli_softc *sc;
339 g_eli_auth_read(struct g_eli_softc *sc, struct bio *bp)
406 struct g_eli_softc *sc;
H A Dg_eli_hmac.c127 g_eli_crypto_ivgen(struct g_eli_softc *sc, off_t offset, u_char *iv,
H A Dg_eli_key.c215 g_eli_mkey_propagate(struct g_eli_softc *sc, const unsigned char *mkey)
/freebsd-11-stable/stand/libsa/geli/
H A Dgeliboot_internal.h62 struct g_eli_softc sc;

Completed in 63 milliseconds