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 2438 struct sshkey *certificates[SSH_MAX_CERTIFICATE_FILES]; local
2452 memset(certificates, 0, sizeof(certificates));
2499 * If no certificates have been explicitly listed then try
2528 fatal_f("too many certificates");
2551 certificates[n_certs] = public;
2566 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:__anon181
  /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
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_local.h 75 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_SignedData_st
123 STACK_OF(CMS_CertificateChoices) *certificates; member in struct:CMS_OriginatorInfo_st

Completed in 28 milliseconds