Lines Matching refs:certificates
98 // Get a list of unique certificates in the certificate database. (One
99 // instance of all certificates.)
114 // Import certificates and private keys from PKCS #12 blob into the module.
121 // Export the given certificates and private keys into a PKCS #12 blob,
123 // Returns the number of certificates successfully exported.
131 X509Certificate* FindRootInList(const CertificateList& certificates) const;
133 // Import CA certificates.
134 // Tries to import all the certificates given. The root will be trusted
135 // according to |trust_bits|. Any certificates that could not be imported
138 // |not_imported| should be checked for any certificates that were not
140 bool ImportCACerts(const CertificateList& certificates,
147 // Any certificates that could not be imported will be listed in
150 // |not_imported| should be checked for any certificates that were not
152 bool ImportServerCert(const CertificateList& certificates,