Home
last modified time | relevance | path

Searched refs:B64_BASE64 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dencode.c70 #define B64_BASE64(a) (!B64_NOT_BASE64(a)) macro
340 } else if (eof > 0 && B64_BASE64(v)) { in EVP_DecodeUpdate()
357 if (B64_BASE64(v)) { in EVP_DecodeUpdate()
/third_party/openssl/crypto/evp/
H A Dencode.c70 #define B64_BASE64(a) (!B64_NOT_BASE64(a)) macro
340 } else if (eof > 0 && B64_BASE64(v)) { in EVP_DecodeUpdate()
357 if (B64_BASE64(v)) { in EVP_DecodeUpdate()

Completed in 2 milliseconds