OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hex_end
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/test/default/
codecs.c
16
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
) != -1)
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026