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

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dotp.c556 int hex2bin(char *hex, unsigned char *bin, int binlen) function
674 hex2bin(buf, otp, OTP_HASH_SIZE);
816 r = hex2bin(c+strlen(OTP_HEX_TYPE), cur_otp, OTP_HASH_SIZE);
824 r = hex2bin(c+strlen(OTP_INIT_HEX_TYPE), cur_otp, OTP_HASH_SIZE);
840 r = hex2bin(c, cur_otp, OTP_HASH_SIZE);
894 r = hex2bin(new_resp, new_otp, OTP_HASH_SIZE);
/macosx-10.9.5/ruby-104/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c292 #define hex2bin(c) (('0'<=c&&c<='9') ? (c-'0') : \ macro
4628 return (hex2bin(c2) << 4) | hex2bin(c3);
4682 c |= hex2bin(buf[i]);
4696 c += hex2bin(buf[i]);
4907 return ((hex2bin(c2)<<4) + hex2bin(c3));
6565 unicode_subchar += hex2bin(p[i]);
6571 unicode_subchar |= hex2bin(p[i]);
6577 unicode_subchar += hex2bin(
[all...]

Completed in 207 milliseconds