Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dcodecs.c16 const char *hex_end; in main() local
26 &hex_end); in main()
29 printf("dt1: %ld\n", (long) (hex_end - hex)); in main()
40 printf("dt2: %ld\n", (long) (hex_end - hex)); in main()
48 printf("dt3: %ld\n", (long) (hex_end - hex)); in main()
52 &bin_len, &hex_end) != -1) { in main()
55 printf("dt4: %ld\n", (long) (hex_end - hex)); in main()
59 &bin_len, &hex_end) != -1) { in main()
62 printf("dt5: %ld\n", (long) (hex_end - hex)); in main()
72 &bin_len, &hex_end) != 0) { in main()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c44 const char **const hex_end) in sodium_hex2bin() argument
91 if (hex_end != NULL) { in sodium_hex2bin()
92 *hex_end = &hex[hex_pos]; in sodium_hex2bin()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dutils.h65 const char ** const hex_end);