Home
last modified time | relevance | path

Searched refs:entityCert (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dpkcs7_data.cpp772 static PKCS7_SIGNER_INFO* Pkcs7AddSignerInfo(PKCS7* pkcs7, X509* entityCert, const EVP_MD* hash, int flags) in Pkcs7AddSignerInfo() argument
775 if ((info = Pkcs7AddSignature(pkcs7, entityCert, hash)) == NULL) { in Pkcs7AddSignerInfo()
778 if (!PKCS7_add_certificate(pkcs7, entityCert)) { in Pkcs7AddSignerInfo()
787 PKCS7* PKCS7Data::Pkcs7Sign(X509* entityCert, STACK_OF(X509)* certs, const EVP_MD* hash, in Pkcs7Sign() argument
795 !Pkcs7AddSignerInfo(pkcs7, entityCert, hash, flags) || in Pkcs7Sign()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H A Dprofile_test.cpp947 X509* entityCert = sk_X509_value(certs, 0);
948 X509* entityCopy = X509_dup(entityCert);

Completed in 3 milliseconds