OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oakley_encdef
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
algorithm.c
105
static struct enc_algorithm
oakley_encdef
[] = {
variable in typeref:struct:enc_algorithm
447
for (i = 0; i < ARRAYLEN(
oakley_encdef
); i++)
448
if (doi ==
oakley_encdef
[i].doi) {
450
oakley_encdef
[i].name);
451
return &
oakley_encdef
[i];
475
for (i = 0; i < ARRAYLEN(
oakley_encdef
); i++)
476
if (type ==
oakley_encdef
[i].type) {
477
res =
oakley_encdef
[i].doi;
oakley.c
[
all
...]
Completed in 445 milliseconds