Lines Matching refs:certs
104 STACK_OF(X509)* certs = NULL;
105 std::shared_ptr<LocalSigner> signer = std::make_shared<LocalSigner>(pkey, certs);
661 STACK_OF(X509)* certs = NULL;
663 signer = std::make_shared<LocalSigner>(pkey, certs);
698 STACK_OF(X509)* certs = NULL;
701 std::shared_ptr<Signer> signer = std::make_shared<LocalSigner>(pkey, certs);
736 STACK_OF(X509)* certs = sk_X509_new(NULL);
739 std::shared_ptr<Signer> signer = std::make_shared<LocalSigner>(pkey, certs);
777 STACK_OF(X509)* certs = signer->GetCertificates();
779 X509* cert = sk_X509_value(certs, 0);