Symbol: oakley_get_certtype
crypto/dist/ipsec-tools/src/racoon/cfparse.y
2578
if (oakley_get_certtype(cur_rmconf->peerscert) == ISAKMP_CERT_PLAINRSA) {
crypto/dist/ipsec-tools/src/racoon/oakley.c
1350
certtype = oakley_get_certtype(iph1->rmconf->peerscert);
crypto/dist/ipsec-tools/src/racoon/oakley.c
1363
switch (oakley_get_certtype(iph1->cert_p)) {
crypto/dist/ipsec-tools/src/racoon/oakley.c
1434
oakley_get_certtype(iph1->rmconf->peerscert));
crypto/dist/ipsec-tools/src/racoon/oakley.c
1472
certtype = oakley_get_certtype(iph1->cert_p);
crypto/dist/ipsec-tools/src/racoon/oakley.c
1474
certtype = oakley_get_certtype(iph1->rmconf->peerscert);
crypto/dist/ipsec-tools/src/racoon/oakley.c
1603
switch (oakley_get_certtype(iph1->rmconf->mycert)) {
crypto/dist/ipsec-tools/src/racoon/oakley.c
1616
oakley_get_certtype(iph1->rmconf->mycert));
crypto/dist/ipsec-tools/src/racoon/oakley.c
1678
switch (oakley_get_certtype(iph1->rmconf->mycert)) {
crypto/dist/ipsec-tools/src/racoon/oakley.c
1706
oakley_get_certtype(iph1->rmconf->mycert));
crypto/dist/ipsec-tools/src/racoon/oakley.c
2205
type = oakley_get_certtype(rmconf->peerscert);
crypto/dist/ipsec-tools/src/racoon/oakley.c
2208
type = oakley_get_certtype(rmconf->cacert);
crypto/dist/ipsec-tools/src/racoon/oakley.c
2273
s_isakmp_certtype(oakley_get_certtype(iph1->cr_p)));
crypto/dist/ipsec-tools/src/racoon/oakley.c
2275
type = oakley_get_certtype(iph1->cr_p);
crypto/dist/ipsec-tools/src/racoon/oakley.c
2276
if (type != oakley_get_certtype(iph1->rmconf->mycert)) {
crypto/dist/ipsec-tools/src/racoon/oakley.h
193
extern int oakley_get_certtype(vchar_t *);
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
252
if (oakley_get_certtype(rmsel->certificate_request) !=
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
253
oakley_get_certtype(rmconf->mycert)){
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
966
oakley_get_certtype(p->mycert) == ISAKMP_CERT_X509SIGN
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
970
switch (oakley_get_certtype(p->peerscert)) {
crypto/dist/ipsec-tools/src/racoon/remoteconf.c
986
oakley_get_certtype(p->peerscert));