Home
last modified time | relevance | path

Searched refs:B64_NOT_BASE64 (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/evp/
Dencode.c103 #define B64_NOT_BASE64(a) (((a)|0x13) == 0xF3) macro
260 if (!B64_NOT_BASE64(v)) in EVP_DecodeUpdate()
373 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n-1])))) in EVP_DecodeBlock()
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
Dencode.c103 #define B64_NOT_BASE64(a) (((a)|0x13) == 0xF3) macro
260 if (!B64_NOT_BASE64(v)) in EVP_DecodeUpdate()
373 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n-1])))) in EVP_DecodeBlock()