Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dalgorithm.h209 extern int algtype2doi __P((int, int));
H A Dcfparse.y1768 $$->alg = algtype2doi(cur_algclass, $1);
1823 int b = algtype2doi(cur_algclass, $1);
2431 $$ = algtype2doi(algclass_isakmp_dh, $1);
2502 doi = algtype2doi($1, $2);
H A Dalgorithm.c906 algtype2doi(class, type) in algtype2doi() function
H A Dpfkey.c3624 alg = ipsecdoi2pfkey_alg(algclass2doi(class), algtype2doi(class, calg));