OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KZP_ID_LEN
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
jpake.h
36
#define
KZP_ID_LEN
16 /* Length of client and server IDs */
jpake.c
205
*id = xmalloc(
KZP_ID_LEN
);
206
*id_len =
KZP_ID_LEN
;
Completed in 47 milliseconds