Searched defs:entityCert (Results 1 – 2 of 2) sorted by relevance
773 static PKCS7_SIGNER_INFO* Pkcs7AddSignerInfo(PKCS7* pkcs7, X509* entityCert, const EVP_MD* hash, in… in Pkcs7AddSignerInfo()788 PKCS7* PKCS7Data::Pkcs7Sign(X509* entityCert, STACK_OF(X509)* certs, const EVP_MD* hash, in Pkcs7Sign()
947 X509* entityCert = sk_X509_value(certs, 0); variable