/ohos5.0/base/security/crypto_framework/frameworks/key/ |
H A D | key_utils.c | 210 HcfDhCommParamsSpec *spec = (HcfDhCommParamsSpec *)HcfMalloc(sizeof(HcfDhCommParamsSpec), 0); in CreateDhCommonSpecImpl() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
H A D | hks_crypto_hal_rsa_key.cpp | 226 HksKeySpec spec = { variable
|
H A D | hks_crypto_hal_dsa_sign.cpp | 85 HksKeySpec spec = { in RunTestCase() local
|
/ohos5.0/base/security/certificate_manager/test/unittest/src/ |
H A D | cm_abort_test.cpp | 124 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; variable
|
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | img_view_adapter.cpp | 80 const UxImageInfo &spec = std::get<UxImageInfo>(info.specificInfo); in ImgViewAdapter() local
|
H A D | label_btn_adapter.cpp | 74 const UxLabelBtnInfo &spec = std::get<UxLabelBtnInfo>(info.specificInfo); in LabelBtnAdapter() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_engine.c | 54 static int32_t GenKeyCheckParam(const struct HksKeySpec *spec, const struct HksBlob *key) in GenKeyCheckParam() 95 const struct HksKeySpec *spec, const struct HksBlob *sharedKey) in AgreeKeyCheckParam() 325 int32_t HksCryptoHalGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksCryptoHalGenerateKey() 336 const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksCryptoHalAgreeKey()
|
H A D | hks_openssl_sm2.c | 53 static int32_t EvpPkeyToKeyMaterialEc(const struct HksKeySpec *spec, const EVP_PKEY *pkey, struct H… in EvpPkeyToKeyMaterialEc() 109 int32_t HksOpensslSm2GenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslSm2GenerateKey()
|
H A D | hks_openssl_rsa.c | 39 static int32_t RsaGenKeyCheckParam(const struct HksKeySpec *spec) in RsaGenKeyCheckParam() 231 int32_t HksOpensslRsaGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslRsaGenerateKey()
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_zip_test.cpp | 55 struct DlpUsageSpec spec = { in initDlpFileCiper() local
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/ |
H A D | dhfwk_sa_manager_test.h | 67 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/ |
H A D | distributed_hardware_stub_test.h | 59 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/ |
H A D | distributed_hardware_proxy_test.h | 68 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ |
H A D | distributed_hardware_stub.cpp | 180 QueryLocalSysSpecType spec = (QueryLocalSysSpecType)specInt; in QueryLocalSysSpecInner() local 324 bool DistributedHardwareStub::ValidQueryLocalSpec(uint32_t spec) in ValidQueryLocalSpec()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/ |
H A D | distributed_hardware_stub_test.cpp | 350 uint32_t spec = 1; variable 365 uint32_t spec = 0; variable
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_hmac.c | 44 int32_t HksMbedtlsHmacGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsHmacGenerateKey()
|
H A D | hks_mbedtls_x25519.c | 221 int32_t HksMbedtlsX25519GenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsX25519GenerateKey() 315 const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksMbedtlsX25519KeyAgreement() 796 const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) in HksMbedtlsEd25519KeyAgreement()
|
H A D | hks_mbedtls_ecc.c | 215 int32_t HksMbedtlsEccGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsEccGenerateKey()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_one_shot_timer.cpp | 35 void CalculateTimeoutTime(std::chrono::nanoseconds timestamp, timespec* spec) in CalculateTimeoutTime()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_fullscreen_generic.cpp | 170 … const auto* spec = reinterpret_cast<const ShaderSpecializationRenderPod*>(dataView.data()); in GetPsoHandle() local
|
H A D | render_node_compute_generic.cpp | 188 … const auto* spec = reinterpret_cast<const ShaderSpecializationRenderPod*>(dataView.data()); in GetPsoHandle() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/core/src/ |
H A D | hks_local_engine.c | 107 struct HksKeySpec spec = {0}; in HksLocalGenerateKey() local 130 struct HksKeySpec spec = {0}; in HksLocalAgreeKey() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/ |
H A D | crypto_ecc_no_length_sign_sub_test.cpp | 80 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec() 114 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec() 148 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec() 182 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec()
|
H A D | crypto_ecc_no_length_sign_test.cpp | 80 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec() 114 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec() 148 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec() 182 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec()
|
H A D | crypto_ecc_no_length_verify_test.cpp | 83 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec() 117 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec() 151 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec() 185 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec()
|