Searched defs:keyslot (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/cryptsetup/lib/ |
H A D | setup.c | 165 static int keyslot_verify_or_find_empty(struct crypt_device *cd, int *keyslot) in keyslot_verify_or_find_empty() 466 static int volume_key_by_terminal_passphrase(struct crypt_device *cd, int keyslot, in volume_key_by_terminal_passphrase() 1311 int keyslot, in crypt_resume_by_passphrase() 1358 int keyslot, in crypt_resume_by_keyfile() 1413 int keyslot, // -1 any in crypt_keyslot_add_by_passphrase() 1492 int keyslot, in crypt_keyslot_add_by_keyfile() 1566 int keyslot, in crypt_keyslot_add_by_volume_key() 1617 int crypt_keyslot_destroy(struct crypt_device *cd, int keyslot) in crypt_keyslot_destroy() 1645 int keyslot, in crypt_activate_by_passphrase() 1703 int keyslot, in crypt_activate_by_keyfile() [all …]
|
/dflybsd-src/contrib/cryptsetup/luks/ |
H A D | keymanage.c | 812 crypt_keyslot_info LUKS_keyslot_info(struct luks_phdr *hdr, int keyslot) in LUKS_keyslot_info() 857 int LUKS_keyslot_set(struct luks_phdr *hdr, int keyslot, int enable) in LUKS_keyslot_set()
|