Home
last modified time | relevance | path

Searched defs:entityCert (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dpkcs7_data.cpp773 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()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dprofile_test.cpp947 X509* entityCert = sk_X509_value(certs, 0); variable