Lines Matching defs:hex_end
16 const char *hex_end;
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) != -1) {
62 printf("dt5: %ld\n", (long) (hex_end - hex));
72 &bin_len, &hex_end) != 0) {
75 printf("dt6: %ld\n", (long) (hex_end - hex));