OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oakley_encdef
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
algorithm.c
105
static struct enc_algorithm
oakley_encdef
[] = {
variable in typeref:struct:enc_algorithm
435
for (size_t i = 0; i < ARRAYLEN(
oakley_encdef
); i++)
436
if (doi ==
oakley_encdef
[i].doi) {
438
oakley_encdef
[i].name);
439
return &
oakley_encdef
[i];
461
for (size_t i = 0; i < ARRAYLEN(
oakley_encdef
); i++)
462
if (type ==
oakley_encdef
[i].type) {
463
res =
oakley_encdef
[i].doi;
oakley.c
2691
if (iph1->approval->enctype > ARRAYLEN(
oakley_encdef
)
2692
||
oakley_encdef
[iph1->approval->enctype].weakkey == NULL) {
2698
if ((
oakley_encdef
[iph1->approval->enctype].weakkey)(iph1->key)) {
Completed in 52 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026