Home
last modified time | relevance | path

Searched refs:CRYPT_FLAG_VERIFY_IF_POSSIBLE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/cryptsetup/lib/
HDlibcryptsetup.h527 #define CRYPT_FLAG_VERIFY_IF_POSSIBLE (1 << 2) macro
HDutils.c405 const int verify_if_possible = how2verify & CRYPT_FLAG_VERIFY_IF_POSSIBLE; in get_key()
HDsetup.c461 flags |= CRYPT_FLAG_VERIFY_IF_POSSIBLE; in key_from_terminal()
/dragonfly/contrib/cryptsetup/src/
HDcryptsetup.c304 …= opt_verify_passphrase ? CRYPT_FLAG_VERIFY : (!opt_batch_mode?CRYPT_FLAG_VERIFY_IF_POSSIBLE : 0), in _action_luksFormat_generateMK()
502 … = opt_verify_passphrase ? CRYPT_FLAG_VERIFY : (!opt_batch_mode?CRYPT_FLAG_VERIFY_IF_POSSIBLE : 0), in action_luksAddKey()
/dragonfly/contrib/cryptsetup/
HDChangeLog309 CRYPT_FLAG_VERIFY_IF_POSSIBLE, so that in no case password verification is done