Home
last modified time | relevance | path

Searched defs:spec (Results 101 – 125 of 210) sorted by relevance

123456789

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_sm2.c53 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 Dhks_openssl_rsa.c39 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/update/updater/services/ui/view/component/
H A Dlabel_btn_adapter.cpp74 const UxLabelBtnInfo &spec = std::get<UxLabelBtnInfo>(info.specificInfo); in LabelBtnAdapter() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java247 public void setMagnificationSpec(int displayId, MagnificationSpec spec) { in setMagnificationSpec()
526 private static void generateInverseMatrix(MagnificationSpec spec, Matrix outMatrix) { in generateInverseMatrix()
541 private static void transformMagnificationSpecToMatrix(MagnificationSpec spec, in transformMagnificationSpecToMatrix()
722 final MagnificationSpec spec = instance.mWindowInfo.mMagnificationSpec; in initializeData() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_zip_test.cpp55 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 Ddhfwk_sa_manager_test.h67 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h59 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/aosp14/frameworks/base/core/java/android/text/util/
H A DLinkify.java658 LinkSpec spec = new LinkSpec(); in gatherLinks() local
680 LinkSpec spec = new LinkSpec(); in gatherTelLinks() local
701 LinkSpec spec = new LinkSpec(); in gatherMapLinks() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelControllerBase.java268 final String spec = CustomTile.toSpec(tile); in clickTile() local
291 QSTileView getTileView(String spec) { in getTileView()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_stub.cpp180 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 Ddistributed_hardware_stub_test.cpp350 uint32_t spec = 1; variable
365 uint32_t spec = 0; variable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DCameraAvailabilityListener.kt133 val spec = pathString.trim() regex
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java147 final int spec = View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED); in computePosition() local
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h65 struct dm_target_spec spec; member
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DMockSyntheticPasswordManager.java106 PBEKeySpec spec = new PBEKeySpec(passwordChars, salt, 10, outLen * 8); in scrypt() local
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/
H A Ddistributed_hardware_proxy_test.h68 std::string QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec()
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DSceneTransitions.kt47 val spec = transition(from, to) { it.from == from && it.to == to } regex
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_hmac.c44 int32_t HksMbedtlsHmacGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsHmacGenerateKey()
H A Dhks_mbedtls_x25519.c221 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_one_shot_timer.cpp35 void CalculateTimeoutTime(std::chrono::nanoseconds timestamp, timespec* spec) in CalculateTimeoutTime()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceRequestController.kt160 val spec = CustomTile.toSpec(componentName) regex
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_fullscreen_generic.cpp170 … 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 Dhks_local_engine.c107 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 Dcrypto_ecc_no_length_sign_sub_test.cpp80 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 Dcrypto_ecc_no_length_sign_test.cpp80 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()

123456789