Searched refs:CRYPT_FLAG_VERIFY_IF_POSSIBLE (Results 1 – 5 of 5) sorted by relevance
527 #define CRYPT_FLAG_VERIFY_IF_POSSIBLE (1 << 2) macro
405 const int verify_if_possible = how2verify & CRYPT_FLAG_VERIFY_IF_POSSIBLE; in get_key()
461 flags |= CRYPT_FLAG_VERIFY_IF_POSSIBLE; in key_from_terminal()
304 …= 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()
309 CRYPT_FLAG_VERIFY_IF_POSSIBLE, so that in no case password verification is done