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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dencode.c101 #define B64_WS 0xE0 macro
365 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0))
372 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */
422 while (conv_ascii2bin(*buf) == B64_WS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dencode.c103 #define B64_WS 0xE0 macro
381 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) {
387 * strip off stuff at the end of the line ascii2bin values B64_WS,
437 while (conv_ascii2bin(*buf) == B64_WS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dencode.c103 #define B64_WS 0xE0 macro
381 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) {
387 * strip off stuff at the end of the line ascii2bin values B64_WS,
437 while (conv_ascii2bin(*buf) == B64_WS) {

Completed in 166 milliseconds