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

  /src/external/bsd/ppp/dist/pppd/
eap-tls.c 404 } cert_info; local
406 cert_info.s_slot_cert_id = certfile;
407 cert_info.cert = NULL;
409 if (!ENGINE_ctrl_cmd( cert_engine, "LOAD_CERT_CTRL", 0, &cert_info, NULL, 0 ) )
415 if (cert_info.cert)
418 dbglog( "subject = %s", X509_NAME_oneline( X509_get_subject_name( cert_info.cert ), NULL, 0 ) );
419 cert = cert_info.cert;
  /src/external/bsd/ntp/dist/include/
ntp_crypto.h 31 #include "ntp_calendar.h" /* for fields in the cert_info structure */
158 struct cert_info { struct
159 struct cert_info *link; /* forward link */
190 extern struct cert_info *cinfo; /* host certificate information */
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 175 X509_CINF cert_info; member in struct:x509_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 175 X509_CINF cert_info; member in struct:x509_st
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 161 X509_CINF cert_info; member in struct:x509_st

Completed in 26 milliseconds