Searched defs:hex2bin (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips_utl.h80 int hex2bin(const char *in, unsigned char *out) function
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dotp.c564 int hex2bin(char *hex, unsigned char *bin, int binlen) function
/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c292 #define hex2bin(c) (('0'<=c&&c<='9') ? (c-'0') : \ macro
[all...]

Completed in 102 milliseconds