Searched refs:hexstr (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/stand/libsa/ |
| H A D | uuid_to_string.c | 44 static const char *hexstr = "0123456789abcdef"; in tohex() local 49 walker[i] = hexstr[val & 0xf]; in tohex()
|
| /freebsd-13.1/crypto/openssl/crypto/ts/ |
| H A D | ts_verify_ctx.c | 71 unsigned char *hexstr, long len) in TS_VERIFY_CTX_set_imprint() argument 74 ctx->imprint = hexstr; in TS_VERIFY_CTX_set_imprint()
|
| /freebsd-13.1/contrib/ldns/drill/ |
| H A D | work.c | 22 hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len) in hexstr2bin() argument 35 c = hexstr[i]; in hexstr2bin()
|
| /freebsd-13.1/tests/sys/opencrypto/ |
| H A D | poly1305_test.c | 242 parse_hex(const struct poly1305_kat *kat, const char *hexstr, void *voutput, in parse_hex() argument 256 it = hexstr; in parse_hex()
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | ntp-keygen.c | 852 u_char hexstr[2 * MD5SIZE + 1]; in gen_md5() local 886 hexstr[2 * j] = hex[keystr[j] >> 4]; in gen_md5() 887 hexstr[2 * j + 1] = hex[keystr[j] & 0xf]; in gen_md5() 889 hexstr[2 * MD5SIZE] = '\0'; in gen_md5() 891 hexstr); in gen_md5()
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | proto.h | 46 extern int hexstr(const uschar **);
|
| H A D | b.c | 303 int hexstr(const uschar **pp) /* find and eval hex string at pp, return new p */ in hexstr() function 346 c = hexstr(&p); /* this adds a null if number is invalid */ in quoted()
|
| H A D | FIXES | 1097 fixed silly bug in hex parsing in hexstr().
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | ts.c | 892 unsigned char *hexstr = OPENSSL_hexstr2buf(digest, &imprint_len); in create_verify_ctx() local 894 if (TS_VERIFY_CTX_set_imprint(ctx, hexstr, imprint_len) == NULL) { in create_verify_ctx()
|
| /freebsd-13.1/sbin/ifconfig/ |
| H A D | ifieee80211.c | 5622 int hexstr; in get_string() local 5627 hexstr = (val[0] == '0' && tolower((u_char)val[1]) == 'x'); in get_string() 5628 if (hexstr) in get_string() 5637 if (hexstr) { in get_string() 5648 if (hexstr) in get_string() 5654 if (hexstr) { in get_string() 5665 if (!hexstr && len == 1 && buf[0] == '-') { in get_string()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ts.h | 480 unsigned char *hexstr, long len);
|