Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dencode.c68 #define B64_ERROR 0xFF macro
114 return B64_ERROR; in conv_ascii2bin()
122 return B64_ERROR; in conv_ascii2bin()
333 if (v == B64_ERROR) { in EVP_DecodeUpdate()