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

/freebsd-9.3-release/lib/librpcsvc/
H A Dxcrypt.c50 static void hex2bin( int, char *, char * );
72 hex2bin(len, secret, buf);
105 hex2bin(len, secret, buf);
141 hex2bin(int len, char *hexnum, char *binnum) function
/freebsd-9.3-release/crypto/openssl/fips/des/
H A Dfips_desmovs.c409 len = hex2bin((char *)ibuf + 6, aKey);
419 len = hex2bin(ibuf + 7, aKey);
434 len = hex2bin(ibuf + 7, aKey + n * 8);
456 len = hex2bin((char *)ibuf + 5, iVec);
477 len = hex2bin(ibuf + 12, plaintext);
513 len = hex2bin(ibuf + 13, ciphertext);
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips_utl.h51 int hex2bin(const char *in, unsigned char *out);
80 int hex2bin(const char *in, unsigned char *out) function
117 *plen = hex2bin(in, p);
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dssvs.c134 int slen = hex2bin(value, seed);
361 n = hex2bin(value, msg);
426 n = hex2bin(value, msg);
/freebsd-9.3-release/crypto/openssl/fips/aes/
H A Dfips_aesavs.c618 len = hex2bin((char *)ibuf + 6, aKey);
639 len = hex2bin((char *)ibuf + 5, iVec);
660 len = hex2bin(ibuf + 12, plaintext);
696 len = hex2bin(ibuf + 13, ciphertext);
/freebsd-9.3-release/usr.sbin/keyserv/
H A Dsetkey.c476 hex2bin(hex, bin, size) function
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote.c185 static int hex2bin (const char *hex, char *bin, int count);
1878 result = hex2bin (bufp, display_buf, n);
2142 end = hex2bin (tmp, msg, strlen (tmp) / 2);
2382 hex2bin (const char *hex, char *bin, int count)
3000 fieldsize = hex2bin (p, regs, DEPRECATED_REGISTER_RAW_SIZE (reg->regnum));
3188 fieldsize = hex2bin (p, regs, DEPRECATED_REGISTER_RAW_SIZE (reg->regnum));
3819 if ((i = hex2bin (p, myaddr, todo)) < todo)
4946 i = hex2bin (buf2, readbuf, len);
4971 i = hex2bin (buf2, readbuf, len);
2376 hex2bin (const char *hex, char *bin, int count) function

Completed in 97 milliseconds