Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/evp/
H A 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()
/onnv-gate/usr/src/lib/libkmf/include/
H A Dpem_encode.h88 #define B64_WS 0xE0 macro
/onnv-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c274 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) { in PEM_DecodeBlock()