Home
last modified time | relevance | path

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

/dports/security/botan110/Botan-1.10.17/src/passhash/bcrypt/
H A Dbcrypt.cpp21 const byte OPENBSD_BASE64_SUB[256] = { in bcrypt_base64_encode() local
52 b64[i] = OPENBSD_BASE64_SUB[static_cast<byte>(b64[i])]; in bcrypt_base64_encode()
59 const byte OPENBSD_BASE64_SUB[256] = { in bcrypt_base64_decode() local
85 input[i] = OPENBSD_BASE64_SUB[static_cast<byte>(input[i])]; in bcrypt_base64_decode()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/passhash/bcrypt/
H A Dbcrypt.cpp21 const uint8_t OPENBSD_BASE64_SUB[256] = { in bcrypt_base64_encode() local
52 b64[i] = OPENBSD_BASE64_SUB[static_cast<uint8_t>(b64[i])]; in bcrypt_base64_encode()
59 const uint8_t OPENBSD_BASE64_SUB[256] = { in bcrypt_base64_decode() local
85 input[i] = OPENBSD_BASE64_SUB[static_cast<uint8_t>(input[i])]; in bcrypt_base64_decode()
/dports/security/botan2/Botan-2.18.2/src/lib/passhash/bcrypt/
H A Dbcrypt.cpp21 const uint8_t OPENBSD_BASE64_SUB[256] = { in bcrypt_base64_encode() local
52 b64[i] = OPENBSD_BASE64_SUB[static_cast<uint8_t>(b64[i])]; in bcrypt_base64_encode()
59 const uint8_t OPENBSD_BASE64_SUB[256] = { in bcrypt_base64_decode() local
85 input[i] = OPENBSD_BASE64_SUB[static_cast<uint8_t>(input[i])]; in bcrypt_base64_decode()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/passhash/bcrypt/
H A Dbcrypt.cpp21 const uint8_t OPENBSD_BASE64_SUB[256] = { in bcrypt_base64_encode() local
52 b64[i] = OPENBSD_BASE64_SUB[static_cast<uint8_t>(b64[i])]; in bcrypt_base64_encode()
59 const uint8_t OPENBSD_BASE64_SUB[256] = { in bcrypt_base64_decode() local
85 input[i] = OPENBSD_BASE64_SUB[static_cast<uint8_t>(input[i])]; in bcrypt_base64_decode()