Searched refs:hex_end (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dcodecs.c16 const char *hex_end; local
26 &hex_end);
29 printf("dt1: %ld\n", (long) (hex_end - hex));
37 if (sodium_hex2bin(buf1, 1U, hex, 8U, NULL, &bin_len, &hex_end) != -1) {
40 printf("dt2: %ld\n", (long) (hex_end - hex));
43 if (sodium_hex2bin(buf1, 4U, hex, 12U, ":", &bin_len, &hex_end) != -1) {
48 printf("dt3: %ld\n", (long) (hex_end - hex));
52 &bin_len, &hex_end) != -1) {
55 printf("dt4: %ld\n", (long) (hex_end - hex));
59 &bin_len, &hex_end) !
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dcodecs.c44 const char **const hex_end)
91 if (hex_end != NULL) {
92 *hex_end = &hex[hex_pos];
41 sodium_hex2bin(unsigned char *const bin, const size_t bin_maxlen, const char *const hex, const size_t hex_len, const char *const ignore, size_t *const bin_len, const char **const hex_end) argument
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dutils.h65 const char ** const hex_end);

Completed in 126 milliseconds