Home
last modified time | relevance | path

Searched defs:spec (Results 151 – 175 of 210) sorted by relevance

123456789

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_crypto_ed25519.c99 int32_t HksEd25519GenerateKey(const struct HksKeySpec *spec, struct HksBlob *keyOut) in HksEd25519GenerateKey()
H A Dhks_mbedtls_rsa.c150 int32_t HksMbedtlsRsaGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsRsaGenerateKey()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.cpp49 std::shared_ptr<PipelineSpec> spec = strategy_->GeneratePipelineSpec(mode); in CreatePipeline() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_manager_test.cpp396 struct DlpUsageSpec spec = { variable
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c209 static void FreeEccCommParamObject(HcfEccCommParamsSpecSpi *spec) in FreeEccCommParamObject()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp182 std::string DistributedHardwareService::QueryLocalSysSpec(const QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp397 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; in Sign() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java246 String spec = split[1]; in populateSettingsList() local
/aosp14/frameworks/base/libs/securebox/src/com/android/security/
H A DSecureBox.java354 GCMParameterSpec spec = new GCMParameterSpec(GCM_TAG_LEN_BYTES * 8, nonce); in aesGcmInternal() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp19 const std::shared_ptr<PipelineSpec>& spec) : hostStreamMgr_(streamMgr), pipelineSpec_(spec) in StreamPipelineStrategy()
/ohos5.0/base/security/certificate_manager/test/unittest/inner_permission_test/
H A Dcm_inner_permission_test.cpp396 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; variable
/ohos5.0/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp270 HcfGcmParamsSpec spec = {}; in TestSm4GcmCipher() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_dsa.c266 int32_t HksOpensslDsaGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslDsaGenerateKey()
/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java338 AlgorithmParameterSpec spec, in KeyGenParameterSpec()
1086 public Builder setAlgorithmParameterSpec(@NonNull AlgorithmParameterSpec spec) { in setAlgorithmParameterSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp183 std::string DistributedHardwareProxy::QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp121 QueryLocalSysSpecType spec = specType[data[0] % QUERY_LOCAL_SYS_SIZE]; in FwkServicesQueryLocalSysSpecFuzzTest() local
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java648 final MagnificationSpec spec = transformMatrixAndSpec.second; in findAccessibilityNodeInfosByViewId() local
723 final MagnificationSpec spec = transformMatrixAndSpec.second; in findAccessibilityNodeInfosByText() local
799 final MagnificationSpec spec = transformMatrixAndSpec.second; in findAccessibilityNodeInfoByAccessibilityId() local
877 final MagnificationSpec spec = transformMatrixAndSpec.second; in findFocus() local
953 final MagnificationSpec spec = transformMatrixAndSpec.second; in focusSearch() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/capturer/
H A Dmodule_inner_capturer_sink.c146 static void SinkReconfigureCb(pa_sink *s, pa_sample_spec *spec, bool passthrough) in SinkReconfigureCb()
/ohos5.0/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/src/
H A Dcert_manager_api.c206 CM_API_EXPORT int32_t CmInit(const struct CmBlob *authUri, const struct CmSignatureSpec *spec, stru… in CmInit()
/ohos5.0/base/security/certificate_manager/test/unittest/common_permission_test/
H A Dcm_common_permission_test.cpp420 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_NONE, CM_DIGEST_SHA256 }; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_cfb_cipher_test.cpp727 HcfCcmParamsSpec spec = {}; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_render_slot.cpp762 const auto spec = in CreateNewPso() local
768 const auto spec = in CreateNewPso() local
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_sign_verify.cpp51 struct CmSignatureSpec *spec = nullptr; member
199 static napi_value ParseSpec(napi_env env, napi_value object, CmSignatureSpec *&spec) in ParseSpec()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java177 public String spec; field in QSTile.State
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockFindingClassVisitor.java294 String spec = "()V"; in methodCall() local

123456789