Lines Matching refs:cert
4701 JNI_TRACE("ASN1_seq_unpack_X509_bio(%p) => failed to make cert stack", bio);
4720 bssl::UniquePtr<X509> cert(d2i_X509(nullptr, &tmp, static_cast<long>(CBS_len(&child))));
4721 if (!cert || tmp != CBS_data(&child) + CBS_len(&child)) {
4726 if (!sk_X509_push(path.get(), cert.get())) {
4730 OWNERSHIP_TRANSFERRED(cert);
6145 X509* cert = reinterpret_cast<X509*>(static_cast<uintptr_t>(certificates[i]));
6146 if (cert == nullptr || !SSL_add1_chain_cert(ssl, cert)) {
7104 X509* cert = sk_X509_value(cert_chain, i);
7105 if (!sk_X509_push(chain.get(), cert)) {
7110 X509_up_ref(cert);
8058 // Compare the certificate's serial number with the one from the Cert ID
8074 // Hash the issuer's name and compare the hash with the one from the Cert ID