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

/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dencode.c101 #define B64_WS 0xE0 macro
364 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0))
371 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */
421 while (conv_ascii2bin(*buf) == B64_WS)

Completed in 22 milliseconds