Home
last modified time | relevance | path

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

/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/
H A Dx509.h81 #define GNUTLS_KP_IPSEC_IKE "1.3.6.1.5.5.7.3.17" macro
/dports/security/gnutls/gnutls-3.6.16/src/
H A Dcerttool.c576 (crt, GNUTLS_KP_IPSEC_IKE, 0); in generate_certificate()
2032 (crq, GNUTLS_KP_IPSEC_IKE, 0); in generate_request()
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Doutput.c669 else if (strcmp(p, GNUTLS_KP_IPSEC_IKE) == 0) in print_key_purpose()