OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex_end
(Results
1 - 3
of
3
) 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
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
codecs.c
44
const char **const
hex_end
)
91
if (
hex_end
!= NULL) {
92
*
hex_end
= &hex[hex_pos];
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
utils.h
65
const char ** const
hex_end
);
Completed in 14 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026