Home
last modified time | relevance | path

Searched refs:crypt_header_restore (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/cryptsetup/lib/
HDlibcryptsetup.sym46 crypt_header_restore;
HDlibcryptsetup.h487 int crypt_header_restore(struct crypt_device *cd,
HDsetup.c1229 int crypt_header_restore(struct crypt_device *cd, in crypt_header_restore() function
/dragonfly/contrib/cryptsetup/src/
HDcryptsetup.c616 r = crypt_header_restore(cd, CRYPT_LUKS1, opt_header_backup_file); in action_luksRestore()