Searched refs:g_bde_key (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/geom/bde/ |
| HD | g_bde.h | 99 struct g_bde_key { struct 136 struct g_bde_key key; argument 155 int g_bde_encode_lock(u_char *sha2, struct g_bde_key *gl, u_char *ptr); 156 int g_bde_decode_lock(struct g_bde_softc *sc, struct g_bde_key *gl, u_char *ptr); 163 uint64_t g_bde_max_sector(struct g_bde_key *lp);
|
| HD | g_bde_lock.c | 147 g_bde_encode_lock(u_char *sha2, struct g_bde_key *gl, u_char *ptr) in g_bde_encode_lock() 217 g_bde_decode_lock(struct g_bde_softc *sc, struct g_bde_key *gl, u_char *ptr) in g_bde_decode_lock() 357 struct g_bde_key *gl; in g_bde_decrypt_lockx()
|
| HD | g_bde_crypt.c | 235 g_bde_max_sector(struct g_bde_key *kp) in g_bde_max_sector() 275 struct g_bde_key *kp; in g_bde_map_sector()
|
| HD | g_bde.c | 118 struct g_bde_key *kp; in g_bde_create_geom()
|
| /freebsd-11-stable/sbin/gbde/ |
| HD | gbde.c | 380 cmd_nuke(struct g_bde_key *gl, int dfd , int key) in cmd_nuke() 400 cmd_write(struct g_bde_key *gl, struct g_bde_softc *sc, int dfd , int key, const char *l_opt) in cmd_write() 490 cmd_destroy(struct g_bde_key *gl, int nkey) in cmd_destroy() 519 cmd_init(struct g_bde_key *gl, int dfd, const char *f_opt, int i_opt, const char *l_opt) in cmd_init() 748 struct g_bde_key *gl; in main()
|