HomeSort by: relevance | last modified time | path
    Searched defs:hex_end (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
codecs.c 16 const char *hex_end; local in function:main
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)
    [all...]
codecs.c 16 const char *hex_end; local in function:main
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)
    [all...]

Completed in 22 milliseconds