OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CKN_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay.h
20
#define
MAX_CKN_LEN
32 /* 32 bytes, 256 bits */
50
u8 name[
MAX_CKN_LEN
];
ieee802_1x_kay.c
3174
if (ckn_len < 1 || ckn_len >
MAX_CKN_LEN
) {
3177
ckn_len,
MAX_CKN_LEN
);
3686
if (ckn->len >
MAX_CKN_LEN
) {
Completed in 20 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026