Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Dencode.c101 #define B64_WS 0xE0 macro
365 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) in EVP_DecodeBlock()
422 while (conv_ascii2bin(*buf) == B64_WS) in EVP_DecodeValid()
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
Dencode.c101 #define B64_WS 0xE0 macro
365 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) in EVP_DecodeBlock()
422 while (conv_ascii2bin(*buf) == B64_WS) in EVP_DecodeValid()