Lines Matching full:passphrase
59 * @param[in] passphrase - passphrase for new keyslot.
60 * @param[in] passphraseSize - size of passphrase.
61 * @param[in] newPassphrase - new passphrase for the specified keyslot
68 const char* passphrase, size_t passphraseSize,
79 * @param[in] passphrase - passphrase for new keyslot.
80 * @param[in] passphrase_size - size of passphrase.
86 size_t volumeKeySize, const char* passphrase,
106 * passphrase.
108 * @param[in] passphrase - passphrase used to unlock volume key.
109 * @param[in] passphrase_size - size of passphrase.
116 const char* passphrase, size_t passphraseSize, uint32_t flags) = 0;
193 const char* passphrase, size_t passphraseSize, in cryptKeyslotChangeByPassphrase() argument
197 cd, keyslotOld, keyslotNew, passphrase, passphraseSize, in cryptKeyslotChangeByPassphrase()
203 const char* passphrase, in cryptKeyslotAddByVolumeKey() argument
207 cd, keyslot, volumeKey, volumeKeySize, passphrase, passphraseSize); in cryptKeyslotAddByVolumeKey()
218 const char* passphrase, size_t passphraseSize, uint32_t flags) override in cryptActivateByPassphrase() argument
220 return crypt_activate_by_passphrase(cd, name, keyslot, passphrase, in cryptActivateByPassphrase()