Home
last modified time | relevance | path

Searched defs:options (Results 51 - 68 of 68) sorted by relevance

123

/developtools/smartperf_host/trace_streamer/src/proto_reader/protoc_plugin/
H A Dproto_reader_plugin.cpp23 Generate(const FileDescriptor *file, const std::string &options, GeneratorContext *context, std::string *error) const Generate() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java224 public SignerConfig createSignerConfigs(List<X509Certificate> certificates, Optional<X509CRL> crl, Options options) in createSignerConfigs() argument
248 public boolean signBin(Options options) { in signBin() argument
280 public boolean signElf(Options options) { in signElf() argument
321 sign(Options options) sign() argument
437 getX509Certificates(Options options) getX509Certificates() argument
677 checkParams(Options options) checkParams() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_hap.cpp142 int32_t VerifyHap::Verify(const std::string& filePath, Options* options) in Verify() argument
186 int32_t VerifyHap::Verify(RandomAccessFile& hapFile, Options* options, const std::string& filePath) in Verify() argument
383 int32_t VerifyHap::WriteVerifyOutput(Pkcs7Context& pkcs7Context, std::vector<int8_t>& profile, Options* options) in WriteVerifyOutput() argument
[all...]
H A Dverify_elf.cpp39 bool VerifyElf::Verify(Options* options) in Verify() argument
74 VerifyElfFile(const std::string& elfFile, std::vector<int8_t>& profileVec, Options* options, Pkcs7Context& pkcs7Context) VerifyElfFile() argument
105 VerifyP7b(std::unordered_map<int8_t, SigningBlock>& signBlockMap, Options* options, Pkcs7Context& pkcs7Context, std::vector<int8_t>& profileVec, std::string& profileJson) VerifyP7b() argument
356 CheckParams(Options* options) CheckParams() argument
[all...]
/developtools/hdc/hdc_rust/src/cffi/
H A Dserial_struct.h60 string options; member
111 const char* options; member
H A Duart.cpp372 struct termios options, oldttys1; local
[all...]
/developtools/hdc/src/host/
H A Dmain.cpp435 string options; in main() local
H A Dext_client.cpp377 uv_process_options_t options = { 0 }; in ExternalExecFunc() local
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
H A DSignAppParameters.java186 keyStoreFileToOptions(Options options) keyStoreFileToOptions() argument
199 appCertFileToOptions(Options options) appCertFileToOptions() argument
212 remoteSignParamToOptions(Options options) remoteSignParamToOptions() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dcmd_util.cpp27 bool CmdUtil::String2Bool(Options* options, const std::string& option) in String2Bool() argument
45 Options* options = param->GetOptions(); in UpdateParamForVariantCertInt() local
76 Options* options = param->GetOptions(); UpdateParamForVariantInt() local
110 Options* options = param->GetOptions(); UpdateParamForVariantBoolKeyUsage() local
134 Options* options = param->GetOptions(); UpdateParamForVariantBoolProfileSigned() local
155 UpdateParamForCheckOutFile(Options* options, const std::initializer_list<std::string>& outFileKeys) UpdateParamForCheckOutFile() argument
196 UpdateParamForCheckInFile(Options* options, const std::initializer_list<std::string>& inFileKeys) UpdateParamForCheckInFile() argument
228 Options* options = param->GetOptions(); UpdateParamForCheckSignAlg() local
242 Options* options = param->GetOptions(); UpdateParamForInform() local
262 Options* options = param->GetOptions(); UpdateParamForOutform() local
282 Options* options = param->GetOptions(); UpdateParamForCheckRemoteSignProfile() local
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H A Dgenerate_general_ca_test.cpp1783 Options options; in HWTEST_F() local
/developtools/hdc/src/common/
H A Dtransfer.h28 string options; member
H A Duart.cpp139 struct termios options; in SetSerial() local
[all...]
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dcert_tools.cpp75 static bool UpdateConstraint(Options* options) in UpdateConstraint() argument
103 SetBisicConstraints(Options* options, X509* cert) SetBisicConstraints() argument
139 SetBisicConstraintsPathLen(Options* options, X509* cert) SetBisicConstraintsPathLen() argument
162 SignForSubCert(X509* cert, X509_REQ* subcsr, X509_REQ* rootcsr, EVP_PKEY* caPrikey, Options* options) SignForSubCert() argument
206 SignCsrGenerateCert(X509_REQ* rootcsr, X509_REQ* subcsr, EVP_PKEY* keyPair, Options* options) SignCsrGenerateCert() argument
257 GenerateRootCertificate(EVP_PKEY* keyPair, X509_REQ* certReq, Options* options) GenerateRootCertificate() argument
289 GenerateSubCert(EVP_PKEY* keyPair, X509_REQ* rootcsr, Options* options) GenerateSubCert() argument
320 SetKeyUsage(X509* cert, Options* options) SetKeyUsage() argument
359 SetkeyUsageExt(X509* cert, Options* options) SetkeyUsageExt() argument
382 SetExpandedInformation(X509* cert, Options* options) SetExpandedInformation() argument
394 SetPubkeyAndSignCert(X509* cert, X509_REQ* issuercsr, X509_REQ* certReq, EVP_PKEY* keyPair, Options* options) SetPubkeyAndSignCert() argument
423 GenerateCert(EVP_PKEY* keyPair, X509_REQ* certReq, Options* options) GenerateCert() argument
855 String2Bool(Options* options, const std::string& option) String2Bool() argument
[all...]
H A Dsign_tool_service_impl.cpp37 bool SignToolServiceImpl::GenerateCA(Options* options) in GenerateCA() argument
70 bool SignToolServiceImpl::GenerateRootCertToFile(Options* options, EVP_PKEY* rootKey) in GenerateRootCertToFile() argument
105 GenerateSubCertToFile(Options* options, EVP_PKEY* rootKey) GenerateSubCertToFile() argument
138 HandleIssuerKeyAliasEmpty(Options* options) HandleIssuerKeyAliasEmpty() argument
168 HandleIsserKeyAliasNotEmpty(Options* options) HandleIsserKeyAliasNotEmpty() argument
180 OutputModeOfCert(X509* cert, Options* options) OutputModeOfCert() argument
196 GenerateCert(Options* options) GenerateCert() argument
241 GenerateKeyStore(Options* options) GenerateKeyStore() argument
270 GenerateCsr(Options* options) GenerateCsr() argument
355 GenerateAppCert(Options* options) GenerateAppCert() argument
399 GenerateProfileCert(Options* options) GenerateProfileCert() argument
478 SignProfile(Options* options) SignProfile() argument
500 SignHap(Options* options) SignHap() argument
523 VerifyProfile(Options* options) VerifyProfile() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dcode_signing.cpp512 Options* options = m_signConfig->GetOptions(); in GenerateSignature() local
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp51 bool SignProvider::InitSigerConfig(SignerConfig& signerConfig, STACK_OF(X509)* publicCerts, Options* options) in InitSigerConfig() argument
68 int SignProvider::CheckParmaAndInitConfig(SignerConfig& signerConfig, Options* options, std::string& suffix) in CheckParmaAndInitConfig() argument
213 bool SignProvider::Sign(Options* options) in Sign() argument
269 bool SignProvider::SignElf(Options* options) in SignElf() argument
316 SignBin(Options* options) SignBin() argument
385 Options* options, SignerConfig& inOut) global() member
465 GetX509Certificates(Options* options, STACK_OF(X509)** X509Vec) GetX509Certificates() argument
500 GetPublicCerts(Options* options, STACK_OF(X509)** ret) GetPublicCerts() argument
568 SetSignParams(Options* options, std::unordered_set<std::string>& paramSet) SetSignParams() argument
582 CheckParams(Options* options) CheckParams() argument
[all...]
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h24150 char *options; member
28025 struct dentry *options; member
44414 unsigned int options; member
49919 struct fat_mount_options options; member
66243 u16 options; global() member
66309 __le16 options; global() member
68519 u64 options; global() member
68638 __le32 options; global() member
68677 __le32 options; global() member
96279 unsigned int options; global() member
101348 struct list_head options; global() member
112946 char options[16]; global() member
115572 u32 options; global() member
117655 unsigned int options: 30; global() member
126793 __be16 options; global() member
136420 __u32 options; global() member
149473 long unsigned int options; global() member
154096 u16 options; global() member
159930 __u32 options; global() member
[all...]

Completed in 448 milliseconds

123