Home
last modified time | relevance | path

Searched refs:box_mac (Results 1 – 3 of 3) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/misc/cryptobox/
H A Dcryptobox.cpp114 const uint8_t* box_mac = &ciphertext[VERSION_CODE_LEN + PBKDF_SALT_LEN]; in decrypt_bin() local
142 if(!constant_time_compare(computed_mac.data(), box_mac, MAC_OUTPUT_LEN)) in decrypt_bin()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/misc/cryptobox/
H A Dcryptobox.cpp114 const uint8_t* box_mac = &ciphertext[VERSION_CODE_LEN + PBKDF_SALT_LEN]; in decrypt_bin() local
142 if(!constant_time_compare(computed_mac.data(), box_mac, MAC_OUTPUT_LEN)) in decrypt_bin()
/dports/security/botan2/Botan-2.18.2/src/lib/misc/cryptobox/
H A Dcryptobox.cpp114 const uint8_t* box_mac = &ciphertext[VERSION_CODE_LEN + PBKDF_SALT_LEN]; in decrypt_bin() local
142 if(!constant_time_compare(computed_mac.data(), box_mac, MAC_OUTPUT_LEN)) in decrypt_bin()