Searched refs:keyloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/
H A Dzfs_load-key_common.kshlib66 typeset keyloc=$(get_prop keylocation $ds)
68 if [[ "$keyloc" != "$location" ]]; then
69 log_fail "Expected keylocation $location, got $keyloc"
/freebsd-13-stable/sbin/gbde/
H A Dgbde.c325 u_char keyloc[16]; local
347 read(ffd, keyloc, sizeof keyloc);
350 memset(keyloc, 0, sizeof keyloc);
353 error = g_bde_decrypt_lock(sc, sc->sha2, keyloc, mediasize,
393 u_char keyloc[16]; local
415 i = g_bde_keyloc_encrypt(sc->sha2, off[0], off[1], keyloc);
422 write(ffd, keyloc, sizeof keyloc);
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c498 zfs_keylocation_t keyloc = ZFS_KEYLOCATION_NONE; local
506 ret = zfs_prop_parse_keylocation(hdl, keylocation, &keyloc,
512 switch (keyloc) {

Completed in 97 milliseconds