Searched refs:algtype2doi (Results 1 – 4 of 4) sorted by relevance
209 extern int algtype2doi(int, int);
1778 $$->alg = algtype2doi(cur_algclass, $1);1833 int b = algtype2doi(cur_algclass, $1);2441 $$ = algtype2doi(algclass_isakmp_dh, $1);2512 doi = algtype2doi($1, $2);
862 algtype2doi(int class, int type) in algtype2doi() function
3578 alg = ipsecdoi2pfkey_alg(algclass2doi(class), algtype2doi(class, calg)); in pk_checkalg()