Home
last modified time | relevance | path

Searched refs:oakley_hashdef (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dalgorithm.c55 static struct hash_algorithm oakley_hashdef[] = { variable
305 for (size_t i = 0; i < ARRAYLEN(oakley_hashdef); i++) in alg_oakley_hashdef()
306 if (doi == oakley_hashdef[i].doi) { in alg_oakley_hashdef()
308 oakley_hashdef[i].name); in alg_oakley_hashdef()
309 return &oakley_hashdef[i]; in alg_oakley_hashdef()
331 for (size_t i = 0; i < ARRAYLEN(oakley_hashdef); i++) in alg_oakley_hashdef_doi()
332 if (type == oakley_hashdef[i].type) { in alg_oakley_hashdef_doi()
333 res = oakley_hashdef[i].doi; in alg_oakley_hashdef_doi()