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/
Dalgorithm.h209 extern int algtype2doi(int, int);
Dcfparse.y1778 $$->alg = algtype2doi(cur_algclass, $1);
1833 int b = algtype2doi(cur_algclass, $1);
2441 $$ = algtype2doi(algclass_isakmp_dh, $1);
2512 doi = algtype2doi($1, $2);
Dalgorithm.c862 algtype2doi(int class, int type) in algtype2doi() function
Dpfkey.c3578 alg = ipsecdoi2pfkey_alg(algclass2doi(class), algtype2doi(class, calg)); in pk_checkalg()