HomeSort by relevance Sort by last modified time
    Searched refs:conv_ascii2bin (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
encode.c 65 #define conv_ascii2bin(a) (data_ascii2bin[(a)&0x7f]) macro
74 #define conv_ascii2bin(a) (data_ascii2bin[os_toascii[a]&0x7f]) macro
247 if ((inl == 0) || ((n == 0) && (conv_ascii2bin(in[0]) == B64_EOF)))
258 v=conv_ascii2bin(tmp);
364 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0))
372 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n-1]))))
379 a=conv_ascii2bin(*(f++));
380 b=conv_ascii2bin(*(f++));
381 c=conv_ascii2bin(*(f++));
382 d=conv_ascii2bin(*(f++))
    [all...]
  /external/openssl/crypto/evp/
encode.c 65 #define conv_ascii2bin(a) (data_ascii2bin[(a)&0x7f]) macro
74 #define conv_ascii2bin(a) (data_ascii2bin[os_toascii[a]&0x7f]) macro
247 if ((inl == 0) || ((n == 0) && (conv_ascii2bin(in[0]) == B64_EOF)))
258 v=conv_ascii2bin(tmp);
364 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0))
372 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n-1]))))
379 a=conv_ascii2bin(*(f++));
380 b=conv_ascii2bin(*(f++));
381 c=conv_ascii2bin(*(f++));
382 d=conv_ascii2bin(*(f++))
    [all...]

Completed in 810 milliseconds