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

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dencode.c105 #define B64_NOT_BASE64(a) (((a)|0x13) == 0xF3) macro
106 #define B64_BASE64(a) !B64_NOT_BASE64(a)
390 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n - 1]))))

Completed in 52 milliseconds