Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dstream.c19 static char hex[2 * 192 + 1]; variable
H A Dscalarmult.c23 static char hex[crypto_scalarmult_BYTES * 2 + 1]; variable
H A Dkdf.c11 char hex[crypto_kdf_BYTES_MAX * 2 + 1]; in tv_kdf() local
H A Dkx.c19 char hex[65]; in tv_kx() local
H A Dcodecs.c15 const char *hex; in main() local
H A Dxchacha20.c105 char *hex; in tv_stream_xchacha20() local
302 char hex[65]; in tv_box_xchacha20poly1305() local
H A Daead_aes256gcm.c3091 char *hex; in tv() local
/f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/
H A Dzgenhostid.c99 const char *hex = "0123456789abcdefABCDEF"; in main() local
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c245 local unsigned char *h2b(const char *hex, unsigned *len) in h2b()
284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf()
507 local int try(char *hex, char *id, int err) in try()
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c14 sodium_bin2hex(char *const hex, const size_t hex_maxlen, in sodium_bin2hex()
42 const char *const hex, const size_t hex_len, in sodium_hex2bin()
/f-stack/freebsd/contrib/ngatm/netnatm/misc/
H A Dstraddr.c134 static char hex[16] = "0123456789abcdef"; in uni_prefix2str() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.c172 ngx_uint_t width, sign, hex, max_width, frac_width, scale, n; in ngx_vslprintf() local
504 static u_char hex[] = "0123456789abcdef"; in ngx_sprintf_num() local
1126 static u_char hex[] = "0123456789abcdef"; in ngx_hex_dump() local
1445 static u_char hex[] = "0123456789ABCDEF"; in ngx_escape_uri() local
/f-stack/freebsd/sys/
H A Dlibkern.h77 hex2ascii(int hex) in hex2ascii()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cjson.c739 static int hexdigit2int(char hex) in hexdigit2int()
752 static int decode_hex4(const char *hex) in decode_hex4()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c143 hex_key_to_raw(char *hex, int hexlen, uint8_t *out) in hex_key_to_raw()
H A Dlibzfs_dataset.c1283 char *hex = NULL; /* internal label string */ in zfs_valid_proplist() local
/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c366 const char *hex; in ng_pptpgre_newhook() local
H A Dng_l2tp.c407 const char *hex; in ng_l2tp_newhook() local
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c773 static u_char hex[] = "0123456789ABCDEF"; in ngx_stream_log_escape() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c995 static u_char hex[] = "0123456789ABCDEF"; in ngx_http_log_escape() local