Searched refs:conv_bin2ascii (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.c64 #define conv_bin2ascii(a) (data_bin2ascii[(a)&0x3f]) macro
70 * (No need for conversion in the conv_bin2ascii macro, as the
73 #define conv_bin2ascii(a) (data_bin2ascii[(a)&0x3f]) macro
200 *(t++)=conv_bin2ascii(l>>18L);
201 *(t++)=conv_bin2ascii(l>>12L);
202 *(t++)=conv_bin2ascii(l>> 6L);
203 *(t++)=conv_bin2ascii(l );
210 *(t++)=conv_bin2ascii(l>>18L);
211 *(t++)=conv_bin2ascii(l>>12L);
212 *(t++)=(i == 1)?'=':conv_bin2ascii(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dencode.c66 # define conv_bin2ascii(a) (data_bin2ascii[(a)&0x3f]) macro
71 * (text) format again. (No need for conversion in the conv_bin2ascii macro,
74 # define conv_bin2ascii(a) (data_bin2ascii[(a)&0x3f]) macro
220 *(t++) = conv_bin2ascii(l >> 18L);
221 *(t++) = conv_bin2ascii(l >> 12L);
222 *(t++) = conv_bin2ascii(l >> 6L);
223 *(t++) = conv_bin2ascii(l);
229 *(t++) = conv_bin2ascii(l >> 18L);
230 *(t++) = conv_bin2ascii(l >> 12L);
231 *(t++) = (i == 1) ? '=' : conv_bin2ascii(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dencode.c66 # define conv_bin2ascii(a) (data_bin2ascii[(a)&0x3f]) macro
71 * (text) format again. (No need for conversion in the conv_bin2ascii macro,
74 # define conv_bin2ascii(a) (data_bin2ascii[(a)&0x3f]) macro
220 *(t++) = conv_bin2ascii(l >> 18L);
221 *(t++) = conv_bin2ascii(l >> 12L);
222 *(t++) = conv_bin2ascii(l >> 6L);
223 *(t++) = conv_bin2ascii(l);
229 *(t++) = conv_bin2ascii(l >> 18L);
230 *(t++) = conv_bin2ascii(l >> 12L);
231 *(t++) = (i == 1) ? '=' : conv_bin2ascii(
[all...]

Completed in 107 milliseconds