OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testkey
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/vax/boot/boot/
consio.c
84
int
testkey
(void);
110
testkey
(void)
function
/src/external/bsd/ntp/dist/sntp/tests/
packetHandling.c
81
struct key
testkey
;
local
94
testkey
.next = NULL;
95
testkey
.key_id = 30;
96
strlcpy(
testkey
.key_seq, key, sizeof(
testkey
.key_seq));
97
testkey
.key_len = strlen(
testkey
.key_seq);
98
strlcpy(
testkey
.typen, "SHAKE128", sizeof(
testkey
.typen));
99
testkey
.typei = keytype_from_text(testkey.typen, NULL)
[
all
...]
Completed in 35 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026