HomeSort by: relevance | last modified time | path
    Searched defs:certtype (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
oakley.c 1332 int certtype; local
1350 certtype = oakley_get_certtype(iph1->rmconf->peerscert);
1351 switch (certtype) {
1385 "peers_cert certtype %d was not expected\n",
1386 certtype);
1472 certtype = oakley_get_certtype(iph1->cert_p);
1473 if (certtype == ISAKMP_CERT_NONE)
1474 certtype = oakley_get_certtype(iph1->rmconf->peerscert);
1475 switch (certtype) {
1491 "cannot check signature for certtype %d\n"
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
cert.c 870 enum certtype { PROXY_CERT, EE_CERT, CA_CERT }; enum
874 enum certtype type, size_t depth)
2002 enum certtype type;

Completed in 45 milliseconds