Searched refs:INVALIDPARAM_ERROR (Results 1 - 10 of 10) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/ |
H A D | bc_signeddata_generator.cpp | 37 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in GenerateSignedData() 39 return INVALIDPARAM_ERROR; in GenerateSignedData() 42 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in GenerateSignedData() 44 return INVALIDPARAM_ERROR; in GenerateSignedData() 52 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in GenerateSignedData() 54 return INVALIDPARAM_ERROR; in GenerateSignedData() 59 return INVALIDPARAM_ERROR; in GenerateSignedData() [all...] |
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/ |
H A D | bc_pkcs7_generator.cpp | 38 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in GenerateSignedData() 40 return INVALIDPARAM_ERROR; in GenerateSignedData() 43 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, "signerConfig is NULL"); in GenerateSignedData() 44 return INVALIDPARAM_ERROR; in GenerateSignedData() 52 return INVALIDPARAM_ERROR; in GenerateSignedData()
|
/developtools/hapsigner/hapsigntool_cpp/profile/src/ |
H A D | profile_sign_tool.cpp | 32 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in GenerateP7b() 34 return INVALIDPARAM_ERROR; in GenerateP7b() 39 return INVALIDPARAM_ERROR; in GenerateP7b()
|
H A D | pkcs7_data.cpp | 33 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in PKCS7AddAttribute() 35 return INVALIDPARAM_ERROR; in PKCS7AddAttribute() 42 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in PKCS7AddAttribute() 58 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in I2dPkcs7Str() 60 return INVALIDPARAM_ERROR; in I2dPkcs7Str() 179 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, "pkcs in GetContent() [all...] |
/developtools/hapsigner/hapsigntool_cpp/common/include/ |
H A D | signature_tools_errno.h | 60 const int INVALIDPARAM_ERROR = -110; member
|
/developtools/hapsigner/hapsigntool_cpp/signer/src/ |
H A D | local_signer.cpp | 83 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR,
|
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/src/ |
H A D | cms_utils.cpp | 57 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, "can't get signerinfo from pkcs7"); in CheckOwnerID()
|
/developtools/hapsigner/hapsigntool_cpp/api/src/ |
H A D | sign_tool_service_impl.cpp | 284 PrintErrorNumberMsg("INVALIDPARAM_ERROR", in GenerateCsr() 285 INVALIDPARAM_ERROR, in GenerateCsr() 291 PrintErrorNumberMsg("INVALIDPARAM_ERROR", in GenerateCsr() 292 INVALIDPARAM_ERROR, in GenerateCsr() 613 return INVALIDPARAM_ERROR; in GetProvisionContent()
|
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
H A D | sign_provider.cpp | 769 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, 771 return INVALIDPARAM_ERROR; 787 return INVALIDPARAM_ERROR;
|
/developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
H A D | cmd_util.cpp | 377 PrintErrorNumberMsg("INVALIDPARAM_ERROR", INVALIDPARAM_ERROR, in Convert2Params()
|
Completed in 6 milliseconds