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

  /src/crypto/external/bsd/openssh/dist/
ssh.c 2482 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES]; local
2496 memset(certificates, 0, sizeof(certificates));
2543 * If no certificates have been explicitly listed then try
2572 fatal_f("too many certificates");
2595 certificates[n_certs] = public;
2610 memcpy(options.certificates, certificates, sizeof(certificates));
readconf.h 112 int num_certificate_files; /* Number of extra certificates for ssh. */
115 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES]; member in struct:__anon1125
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_local.h 76 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_SignedData_st
124 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_OriginatorInfo_st
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_local.h 78 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_SignedData_st
124 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_OriginatorInfo_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_local.h 69 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_SignedData_st
114 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_OriginatorInfo_st

Completed in 29 milliseconds