| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/ |
| H A D | ISigner.java | |
| H A D | SignerFactory.java | [all...] |
| H A D | LocalSigner.java | |
| H A D | RemoteSigner.java | |
| /developtools/hapsigner/hapsigntool_cpp/hap/config/include/ |
| H A D | signer_config.h | 55 std::shared_ptr<Signer> signer; member in OHOS::SignatureTools::SignerConfig
|
| /developtools/hapsigner/hapsigntool_cpp/signer/src/ |
| H A D | signer_factory.cpp | 35 std::shared_ptr<Signer> signer = std::make_shared<LocalSigner>(keyPair, certs); in GetSigner() local 78 Signer* signer = remoteSignerCreator(keyAliasType, signServerType, onlineAuthModeType, usernameType, userPwdType); in LoadRemoteSigner() local
|
| /developtools/hapsigner/hapsigntool_cpp/hap/sign/src/ |
| H A D | bc_pkcs7_generator.cpp | 66 int BCPkcs7Generator::PackagePKCS7(const std::string& content, const std::shared_ptr<Signer>& signer, in PackagePKCS7() argument
|
| /third_party/node/deps/npm/node_modules/sigstore/dist/ |
| H A D | config.js | |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/ |
| H A D | VerifyHelper.java | 167 Date getSignTime(SignerInformation signer) { in getSignTime() argument
|
| H A D | ProfileSignTool.java | 111 public static byte[] signProfile(byte[] content, ISigner signer, String sigAlg) { in signProfile() argument [all...] |
| /developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/ |
| H A D | bc_signeddata_generator.cpp | 74 int BCSignedDataGenerator::PackageSignedData(const std::string& content, const std::shared_ptr<Signer>& signer, in PackageSignedData() argument
|
| /developtools/hapsigner/hapsigntool_cpp_test/fuzztest/profile/profile001_fuzzer/ |
| H A D | profile001_fuzzer.cpp | 49 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in SignProfileTest001() local 81 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in SignProfileTest002() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/config/ |
| H A D | SignerConfig.java | 64 private ISigner signer; field in SignerConfig [all...] |
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/ |
| H A D | pkcs7_data_test.cpp | 190 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 299 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 330 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local
|
| H A D | provision_test.cpp | 105 std::shared_ptr<LocalSigner> signer = std::make_shared<LocalSigner>(pkey, certs); in HWTEST_F() local 144 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 526 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 625 std::shared_ptr<Signer> signer in HWTEST_F() local 662 std::shared_ptr<Signer> signer = NULL; HWTEST_F() local 701 std::shared_ptr<Signer> signer = std::make_shared<LocalSigner>(pkey, certs); HWTEST_F() local 739 std::shared_ptr<Signer> signer = std::make_shared<LocalSigner>(pkey, certs); HWTEST_F() local 776 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); HWTEST_F() local [all...] |
| H A D | sign_profile_test.cpp | 279 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 411 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 451 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 527 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 563 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); in HWTEST_F() local 600 std::shared_ptr<Signer> signer = factory.GetSigner(adapter); HWTEST_F() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
| H A D | pk7_smime.c | 217 X509 *signer; in PKCS7_verify() local 389 X509 *signer; in STACK_OF() local [all...] |
| /third_party/openssl/test/ |
| H A D | ocspapitest.c | 115 X509 *signer = NULL, *tmp; in test_resp_signer() local [all...] |
| /third_party/openssl/crypto/pkcs7/ |
| H A D | pk7_smime.c | 217 X509 *signer; in PKCS7_verify() local 389 X509 *signer; in STACK_OF() local [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| H A D | HapVerify.java | 224 private VerifyResult parserSigner(ByteBuffer signer) { in parserSigner() argument 228 private VerifyResult parserSigner(ByteBuffer signer, boolean verifyContent) { in parserSigner() argument
|
| /third_party/mbedtls/library/ |
| H A D | pkcs7.c | 243 static void pkcs7_free_signer_info(mbedtls_pkcs7_signer_info *signer) in pkcs7_free_signer_info() argument 277 pkcs7_get_signer_info(unsigned char **p, unsigned char *end, mbedtls_pkcs7_signer_info *signer, mbedtls_x509_buf *alg) pkcs7_get_signer_info() argument 407 mbedtls_pkcs7_signer_info *signer = pkcs7_get_signers_info_set() local 428 mbedtls_pkcs7_signer_info *signer = signers_set->next; pkcs7_get_signers_info_set() local 653 mbedtls_pkcs7_signer_info *signer; mbedtls_pkcs7_data_or_hash_verify() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ocsp/ |
| H A D | ocsp_cl.c | 80 OCSP_request_sign(OCSP_REQUEST *req, X509 *signer, EVP_PKEY *key, const EVP_MD *dgst, STACK_OF(X509) *certs, unsigned long flags) OCSP_request_sign() argument
|
| H A D | ocsp_vfy.c | 30 static int ocsp_verify_signer(X509 *signer, int response, in ocsp_verify_signer() argument 101 X509 *signer, * in OCSP_basic_verify() local 76 ocsp_verify(OCSP_REQUEST *req, OCSP_BASICRESP *bs, X509 *signer, unsigned long flags) ocsp_verify() argument 162 OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer, STACK_OF(X509) *extra_certs) OCSP_resp_get0_signer() argument 171 X509 *signer; ocsp_find_signer() local 225 X509 *signer, *sca; ocsp_check_issuer() local 388 X509 *signer; OCSP_request_verify() local 425 X509 *signer; ocsp_req_find_signer() local [all...] |
| H A D | ocsp_srv.c | 167 OCSP_basic_sign_ctx(OCSP_BASICRESP *brsp, X509 *signer, EVP_MD_CTX *ctx, STACK_OF(X509) *certs, unsigned long flags) OCSP_basic_sign_ctx() argument 215 OCSP_basic_sign(OCSP_BASICRESP *brsp, X509 *signer, EVP_PKEY *key, const EVP_MD *dgst, STACK_OF(X509) *certs, unsigned long flags) OCSP_basic_sign() argument [all...] |
| /third_party/openssl/crypto/ocsp/ |
| H A D | ocsp_vfy.c | 30 static int ocsp_verify_signer(X509 *signer, int response, in ocsp_verify_signer() argument 101 X509 *signer, * in OCSP_basic_verify() local 76 ocsp_verify(OCSP_REQUEST *req, OCSP_BASICRESP *bs, X509 *signer, unsigned long flags) ocsp_verify() argument 162 OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer, STACK_OF(X509) *extra_certs) OCSP_resp_get0_signer() argument 171 X509 *signer; ocsp_find_signer() local 225 X509 *signer, *sca; ocsp_check_issuer() local 388 X509 *signer; OCSP_request_verify() local 425 X509 *signer; ocsp_req_find_signer() local [all...] |