OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:weakkey
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
algorithm.h
158
int (*
weakkey
) __P((vchar_t *));
member in struct:enc_algorithm
/external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c
435
const char *
weakkey
, *weakvalue;
local
439
((
weakkey
= strchr(svalue(mode), 'k')),
441
(
weakkey
|| weakvalue))) { /* is really weak? */
443
if (!
weakkey
) /* strong keys? */
[
all
...]
Completed in 547 milliseconds