Home
last modified time | relevance | path

Searched defs:spec (Results 26 – 50 of 113) sorted by relevance

12345

/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp498 static HcfResult ConstructEcc224CommParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224CommParamsSpec()
526 static HcfResult ConstructEcc224PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224PubKeyParamsSpec()
657 HcfAsyKeyParamsSpec **spec) in ConstructSm2256PubKeyParamsSpec()
706 HcfAsyKeyParamsSpec **spec) in ConstructSm2256PriKeyParamsSpec()
792 HcfEccCommParamsSpec *eccCommSpec, HcfAsyKeyParamsSpec **spec) in ConstructSm2256KeyPairParamsSpec()
869 HcfAsyKeyParamsSpec **spec) in ConstructAlg25519KeyPairParamsSpec()
951 HcfAsyKeyParamsSpec **spec) in ConstructAlg25519PubKeyParamsSpec()
1018 HcfAsyKeyParamsSpec **spec) in ConstructAlg25519PriKeyParamsSpec()
1066 HcfDhCommParamsSpec *dhCommParamsSpec, HcfAsyKeyParamsSpec **spec) in ConstructDhPubKeyParamsSpec()
1113 HcfDhCommParamsSpec *dhCommParamsSpec, HcfAsyKeyParamsSpec **spec) in ConstructDhPriKeyParamsSpec()
[all …]
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_handler.cpp77 itimerspec spec {}; in Create() local
113 itimerspec spec {timespec {}, ts}; in Set() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_test.cpp68 struct DlpUsageSpec spec = { in initDlpFileCiper() local
135 struct DlpUsageSpec spec; variable
428 struct DlpUsageSpec spec; variable
454 struct DlpUsageSpec spec; variable
490 struct DlpUsageSpec spec; variable
526 struct DlpUsageSpec spec; variable
943 struct DlpUsageSpec spec; variable
973 struct DlpUsageSpec spec; variable
1006 struct DlpUsageSpec spec; variable
1122 struct DlpUsageSpec spec = { variable
[all …]
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ecdh.c55 const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksMbedtlsEcdh()
H A Dhks_mbedtls_dh.c112 int32_t HksMbedtlsDhGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsDhGenerateKey()
228 const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksMbedtlsDhAgreeKey()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_curve25519.c75 int32_t HksOpensslCurve25519GenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslCurve25519GenerateKey()
142 const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksOpensslX25519AgreeKey()
184 const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksOpensslEd25519AgreeKey()
H A Dhks_openssl_hmac.c51 static int32_t HmacGenKeyCheckParam(const struct HksKeySpec *spec) in HmacGenKeyCheckParam()
61 int32_t HksOpensslHmacGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslHmacGenerateKey()
H A Dhks_openssl_dh.c158 int32_t HksOpensslDhGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslDhGenerateKey()
273 const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksOpensslDhAgreeKey()
H A Dhks_openssl_sm4.c38 static int32_t Sm4GenKeyCheckParam(const struct HksKeySpec *spec) in Sm4GenKeyCheckParam()
47 int32_t HksOpensslSm4GenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslSm4GenerateKey()
H A Dhks_openssl_ecc.c109 static int32_t EccSaveKeyMaterial(const EC_KEY *eccKey, const struct HksKeySpec *spec, in EccSaveKeyMaterial()
163 int32_t HksOpensslEccGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslEccGenerateKey()
436 const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksOpensslEcdhAgreeKey()
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dsm2_crypto_util_impl.cpp24 HcfBlob Sm2CryptoUtilImpl::GenCipherTextBySpec(Sm2CipherTextSpec spec, char *mode, int32_t *errCode) in GenCipherTextBySpec()
H A Dcrypto_ffi.cpp408 int32_t FfiOHOSCipherInitByGcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) in FfiOHOSCipherInitByGcm()
452 int32_t FfiOHOSCipherInitByCcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) in FfiOHOSCipherInitByCcm()
1078 … int64_t FFiOHOSAsyKeyGeneratorByDsaCommonSpec(HcfDsaCommParamsSpec *spec, int32_t *errCode) in FFiOHOSAsyKeyGeneratorByDsaCommonSpec()
1087 … int64_t FFiOHOSAsyKeyGeneratorByDsaPubKeySpec(HcfDsaPubKeyParamsSpec *spec, int32_t *errCode) in FFiOHOSAsyKeyGeneratorByDsaPubKeySpec()
1105 … int64_t FFiOHOSAsyKeyGeneratorByEccCommonSpec(HcfEccCommParamsSpec *spec, int32_t *errCode) in FFiOHOSAsyKeyGeneratorByEccCommonSpec()
1114 … int64_t FFiOHOSAsyKeyGeneratorByEccPriKeySpec(HcfEccPriKeyParamsSpec *spec, int32_t *errCode) in FFiOHOSAsyKeyGeneratorByEccPriKeySpec()
1123 … int64_t FFiOHOSAsyKeyGeneratorByEccPubKeySpec(HcfEccPubKeyParamsSpec *spec, int32_t *errCode) in FFiOHOSAsyKeyGeneratorByEccPubKeySpec()
1141 … int64_t FFiOHOSAsyKeyGeneratorByRsaPubKeySpec(HcfRsaPubKeyParamsSpec *spec, int32_t *errCode) in FFiOHOSAsyKeyGeneratorByRsaPubKeySpec()
1186 … int64_t FFiOHOSAsyKeyGeneratorByDhPriKeySpec(HcfDhPriKeyParamsSpec *spec, int32_t *errCode) in FFiOHOSAsyKeyGeneratorByDhPriKeySpec()
1195 … int64_t FFiOHOSAsyKeyGeneratorByDhPubKeySpec(HcfDhPubKeyParamsSpec *spec, int32_t *errCode) in FFiOHOSAsyKeyGeneratorByDhPubKeySpec()
[all …]
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_hmac_key.cpp66 HksKeySpec spec = { variable
H A Dhks_crypto_hal_ecc_key.cpp180 HksKeySpec spec = { variable
/ohos5.0/base/security/certificate_manager/test/fuzz_test/cminit_fuzzer/
H A Dcminit_fuzzer.cpp47 struct CmSignatureSpec spec; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
H A Ddistributed_hardware_fwk_kit.cpp119 bool DistributedHardwareFwkKit::IsQueryLocalSysSpecTypeValid(QueryLocalSysSpecType spec) in IsQueryLocalSysSpecTypeValid()
124 std::string DistributedHardwareFwkKit::QueryLocalSysSpec(enum QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dalg_25519_common_param_spec.c50 …t ConstructAlg25519KeyPairParamsSpec(const char *algoName, bool choose, HcfAsyKeyParamsSpec **spec) in ConstructAlg25519KeyPairParamsSpec()
129 …lt ConstructAlg25519PubKeyParamsSpec(const char *algoName, bool choose, HcfAsyKeyParamsSpec **spec) in ConstructAlg25519PubKeyParamsSpec()
194 …lt ConstructAlg25519PriKeyParamsSpec(const char *algoName, bool choose, HcfAsyKeyParamsSpec **spec) in ConstructAlg25519PriKeyParamsSpec()
H A Dcrypto_dh_asy_key_generator_by_spec_test.cpp100 static void DestroyTestDhPriKeySpec(HcfDhPriKeyParamsSpec *spec) in DestroyTestDhPriKeySpec()
113 static void DestroyTestDhPubKeySpec(HcfDhPubKeyParamsSpec *spec) in DestroyTestDhPubKeySpec()
123 static void DestroyTestDhKeyPairSpec(HcfDhKeyPairParamsSpec *spec) in DestroyTestDhKeyPairSpec()
138 …tic HcfResult ConstructDHKeyCommParamsSpec(int32_t pLen, int32_t skLen, HcfDhCommParamsSpec **spec) in ConstructDHKeyCommParamsSpec()
172 HcfDhCommParamsSpec *dhCommParamsSpec, HcfAsyKeyParamsSpec **spec) in ConstructDHKeyPairParamsCommonSpec()
213 HcfDhCommParamsSpec *dhCommParamsSpec, HcfAsyKeyParamsSpec **spec) in ConstructDHKeyPairParamsSpec()
254 HcfAsyKeyParamsSpec **spec) in ConstructDHPubKeyParamsSpec()
299 HcfAsyKeyParamsSpec **spec) in ConstructDHPriKeyParamsSpec()
H A Dcrypto_ecc_key_agreement_by_spec_test.cpp77 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec()
111 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec()
145 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec()
179 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec()
H A Dcrypto_asy_key_generator_cov_test.cpp520 static HcfResult ConstructEcc224CommParamsSpec(HcfEccCommParamsSpec **spec) in ConstructEcc224CommParamsSpec()
555 static HcfResult ConstructEcc224PubKeyParamsSpec(HcfEccPubKeyParamsSpec **spec) in ConstructEcc224PubKeyParamsSpec()
595 static HcfResult ConstructEcc224PriKeyParamsSpec(HcfEccPriKeyParamsSpec **spec) in ConstructEcc224PriKeyParamsSpec()
633 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfEccKeyPairParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec()
675 static void FreeEccCommSpec(HcfEccCommParamsSpec *spec) in FreeEccCommSpec()
681 static void FreeEccPubSpec(HcfEccPubKeyParamsSpec *spec) in FreeEccPubSpec()
687 static void FreeEccPriSpec(HcfEccPriKeyParamsSpec *spec) in FreeEccPriSpec()
693 static void FreeEccKeyPairSpec(HcfEccKeyPairParamsSpec *spec) in FreeEccKeyPairSpec()
H A Dcrypto_key_utils_test.cpp47 static HcfResult ConstructEcc224CommParamsSpec(HcfEccCommParamsSpec **spec) in ConstructEcc224CommParamsSpec()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/
H A Dhks_openssl_rsa_test.cpp71 HksKeySpec spec = { variable
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_key_operation.c299 static void FillKeySpec(const struct HksParamSet *paramSet, struct CmKeyProperties *spec) in FillKeySpec()
315 static void TranslateToHuksProperties(const struct CmSignatureSpec *spec, struct CmKeyProperties *k… in TranslateToHuksProperties()
389 …tic int32_t AddParamsToParamSet(const struct CmBlob *commonUri, const struct CmSignatureSpec *spec, in AddParamsToParamSet()
446 …c int32_t ConstructInitParamSet(const struct CmBlob *commonUri, const struct CmSignatureSpec *spec, in ConstructInitParamSet()
522 …it(const struct CmContext *context, const struct CmBlob *alias, const struct CmSignatureSpec *spec, in CmKeyOpInit()
/ohos5.0/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.cpp27 const UxBoxProgressInfo &spec = std::get<UxBoxProgressInfo>(info.specificInfo); in BoxProgressAdapter() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
H A Ddistributed_hardware_fwk_kit_test.cpp278 QueryLocalSysSpecType spec = QueryLocalSysSpecType::MIN; variable
294 QueryLocalSysSpecType spec = QueryLocalSysSpecType::HISTREAMER_AUDIO_ENCODER; variable

12345