Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h223 extern int isakmpsa_switch_authmethod(int authmethod);
225 static inline int isakmpsa_switch_authmethod(int authmethod) in isakmpsa_switch_authmethod() function
Dremoteconf.c1133 isakmpsa_switch_authmethod(int authmethod) in isakmpsa_switch_authmethod() function
1179isakmpsa_switch_authmethod(proposal->authmethod), isakmpsa_switch_authmethod(p->authmethod)); in checkisakmpsa()
1180 …if (isakmpsa_switch_authmethod(proposal->authmethod) != isakmpsa_switch_authmethod(p->authmethod) … in checkisakmpsa()
Dipsec_doi.c2719 authmethod = isakmpsa_switch_authmethod(sa->authmethod); in setph1attr()