Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dalgorithm.h208 extern int algtype2doi __P((int, int));
Dcfparse.y1444 $$->alg = algtype2doi(cur_algclass, $1);
1478 int b = algtype2doi(cur_algclass, $1);
1998 $$ = algtype2doi(algclass_isakmp_dh, $1);
2069 doi = algtype2doi($1, $2);
Dalgorithm.c897 algtype2doi(class, type) in algtype2doi() function
Dpfkey.c2798 alg = ipsecdoi2pfkey_alg(algclass2doi(class), algtype2doi(class, calg));