Home
last modified time | relevance | path

Searched defs:spec (Results 226 - 250 of 843) sorted by relevance

12345678910>>...34

/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp100 MultiVertexArrayTest::Spec spec; in init() local
170 MultiVertexArrayTest::Spec spec; in init() local
241 MultiVertexArrayTest::Spec spec; init() local
309 MultiVertexArrayTest::Spec spec; init() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H A Dcm_ipc_client.c198 int32_t CmClientInit(const struct CmBlob *authUri, const struct CmSignatureSpec *spec, struct CmBlob *handle) in CmClientInit() argument
/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, struct CmBlob *handle) in CmInit() argument
/base/security/certificate_manager/test/unittest/src/
H A Dcm_finish_test.cpp79 static void TestSign(const struct CmBlob *keyUri, const struct CmSignatureSpec *spec, in TestSign() argument
99 static void TestVerify(const struct CmBlob *keyUri, const struct CmSignatureSpec *spec, in TestVerify() argument
128 static void TestSignVerify(uint32_t alg, bool isValidSignature, struct CmSignatureSpec *spec) in TestSignVerify() argument
163 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; ProducerSessionMaxTest() local
306 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
318 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 }; HWTEST_F() local
330 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
342 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 }; HWTEST_F() local
367 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
381 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; HWTEST_F() local
395 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA512 }; HWTEST_F() local
407 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA384 }; HWTEST_F() local
420 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA224 }; HWTEST_F() local
432 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA1 }; HWTEST_F() local
445 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_NONE }; HWTEST_F() local
458 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_MD5 }; HWTEST_F() local
470 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA224 }; HWTEST_F() local
483 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA256 }; HWTEST_F() local
495 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA384 }; HWTEST_F() local
507 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA512 }; HWTEST_F() local
520 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA1 }; HWTEST_F() local
532 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA1 }; HWTEST_F() local
544 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA224 }; HWTEST_F() local
557 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA384 }; HWTEST_F() local
569 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA512 }; HWTEST_F() local
582 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA224 }; HWTEST_F() local
594 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA384 }; HWTEST_F() local
607 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_NONE }; HWTEST_F() local
619 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_SHA512 }; HWTEST_F() local
632 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 }; HWTEST_F() local
645 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA384 }; HWTEST_F() local
657 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA512 }; HWTEST_F() local
669 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, 0 }; HWTEST_F() local
[all...]
/base/security/crypto_framework/common/src/
H A Dasy_key_params.c48 void FreeDsaCommParamsSpec(HcfDsaCommParamsSpec *spec) in FreeDsaCommParamsSpec() argument
63 FreeDhCommParamsSpec(HcfDhCommParamsSpec *spec) FreeDhCommParamsSpec() argument
76 DestroyDsaCommParamsSpec(HcfDsaCommParamsSpec *spec) DestroyDsaCommParamsSpec() argument
82 DestroyDsaPubKeySpec(HcfDsaPubKeyParamsSpec *spec) DestroyDsaPubKeySpec() argument
93 DestroyDsaKeyPairSpec(HcfDsaKeyPairParamsSpec *spec) DestroyDsaKeyPairSpec() argument
109 DestroyDhCommParamsSpec(HcfDhCommParamsSpec *spec) DestroyDhCommParamsSpec() argument
115 DestroyDhPubKeySpec(HcfDhPubKeyParamsSpec *spec) DestroyDhPubKeySpec() argument
126 DestroyDhPriKeySpec(HcfDhPriKeyParamsSpec *spec) DestroyDhPriKeySpec() argument
140 DestroyDhKeyPairSpec(HcfDhKeyPairParamsSpec *spec) DestroyDhKeyPairSpec() argument
177 FreeEccCommParamsSpec(HcfEccCommParamsSpec *spec) FreeEccCommParamsSpec() argument
195 DestroyEccCommParamsSpec(HcfEccCommParamsSpec *spec) DestroyEccCommParamsSpec() argument
201 DestroyEccPubKeySpec(HcfEccPubKeyParamsSpec *spec) DestroyEccPubKeySpec() argument
211 DestroyEccPriKeySpec(HcfEccPriKeyParamsSpec *spec) DestroyEccPriKeySpec() argument
225 DestroyEccKeyPairSpec(HcfEccKeyPairParamsSpec *spec) DestroyEccKeyPairSpec() argument
240 FreeRsaCommParamsSpec(HcfRsaCommParamsSpec *spec) FreeRsaCommParamsSpec() argument
251 DestroyRsaCommParamsSpec(HcfRsaCommParamsSpec *spec) DestroyRsaCommParamsSpec() argument
257 DestroyRsaPubKeySpec(HcfRsaPubKeyParamsSpec *spec) DestroyRsaPubKeySpec() argument
268 DestroyRsaKeyPairSpec(HcfRsaKeyPairParamsSpec *spec) DestroyRsaKeyPairSpec() argument
284 DestroyDsaParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyDsaParamsSpec() argument
302 DestroyDhParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyDhParamsSpec() argument
323 DestroyEccParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyEccParamsSpec() argument
344 DestroyRsaParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyRsaParamsSpec() argument
362 DestroyAlg25519PubKeySpec(HcfAlg25519PubKeyParamsSpec *spec) DestroyAlg25519PubKeySpec() argument
379 DestroyAlg25519PriKeySpec(HcfAlg25519PriKeyParamsSpec *spec) DestroyAlg25519PriKeySpec() argument
396 DestroyAlg25519KeyPairSpec(HcfAlg25519KeyPairParamsSpec *spec) DestroyAlg25519KeyPairSpec() argument
418 DestroyAlg25519ParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyAlg25519ParamsSpec() argument
446 FindAsyKeySpecFreeAbility(HcfAsyKeyParamsSpec *spec) FindAsyKeySpecFreeAbility() argument
457 FreeAsyKeySpec(HcfAsyKeyParamsSpec *spec) FreeAsyKeySpec() argument
471 DestroySm2CipherTextSpec(Sm2CipherTextSpec *spec) DestroySm2CipherTextSpec() argument
[all...]
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sm2_crypto_util.cpp121 Sm2CipherTextSpec *spec = nullptr; in JsGenCipherTextBySpec() local
158 CheckSm2CipherTextSpec(Sm2CipherTextSpec *spec) CheckSm2CipherTextSpec() argument
194 BuildSm2CipherTextSpecToNapiValue(napi_env env, Sm2CipherTextSpec *spec, napi_value *instance) BuildSm2CipherTextSpecToNapiValue() argument
215 ConvertSm2CipherTextSpecToNapiValue(napi_env env, Sm2CipherTextSpec *spec) ConvertSm2CipherTextSpecToNapiValue() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c210 static void FreeEccCommParamObject(HcfEccCommParamsSpecSpi *spec) in FreeEccCommParamObject() argument
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ecc_key_agreement_by_spec_test.cpp77 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec() argument
111 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec() argument
145 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec() argument
179 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec() argument
/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() argument
114 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec() argument
148 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec() argument
182 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec() argument
H A Dcrypto_ecc_no_length_sign_test.cpp80 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec() argument
114 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec() argument
148 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec() argument
182 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec() argument
H A Dcrypto_ecc_no_length_verify_sub_test.cpp83 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec() argument
117 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec() argument
151 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec() argument
185 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec() argument
H A Dcrypto_ecc_no_length_verify_test.cpp83 static HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec() argument
117 static HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc256KeyPairParamsSpec() argument
151 static HcfResult ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc384KeyPairParamsSpec() argument
185 static HcfResult ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc521KeyPairParamsSpec() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_rsa.c39 static int32_t RsaGenKeyCheckParam(const struct HksKeySpec *spec) in RsaGenKeyCheckParam() argument
226 int32_t HksOpensslRsaGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslRsaGenerateKey() argument
H A Dhks_openssl_sm2.c53 static int32_t EvpPkeyToKeyMaterialEc(const struct HksKeySpec *spec, const EVP_PKEY *pkey, struct HksBlob *key) in EvpPkeyToKeyMaterialEc() argument
109 int32_t HksOpensslSm2GenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslSm2GenerateKey() argument
[all...]
H A Dhks_openssl_dsa.c266 int32_t HksOpensslDsaGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslDsaGenerateKey() argument
H A Dhks_openssl_curve25519.c75 int32_t HksOpensslCurve25519GenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslCurve25519GenerateKey() argument
141 HksOpensslX25519AgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) HksOpensslX25519AgreeKey() argument
183 HksOpensslEd25519AgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) HksOpensslEd25519AgreeKey() argument
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_ecdsa_sign.cpp34 HksKeySpec spec = {0}; member
[all...]
/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
/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() argument
H A Ddistributed_hardware_service.cpp182 std::string DistributedHardwareService::QueryLocalSysSpec(const QueryLocalSysSpecType spec) in QueryLocalSysSpec() argument
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp183 std::string DistributedHardwareProxy::QueryLocalSysSpec(QueryLocalSysSpecType spec) in QueryLocalSysSpec() argument
/kernel/linux/linux-5.10/drivers/firmware/imx/
H A Dscu-pd.c233 static struct generic_pm_domain *imx_scu_pd_xlate(struct of_phandle_args *spec, in imx_scu_pd_xlate() argument
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dmailbox.c341 struct of_phandle_args spec; in mbox_request_channel() local
H A Dmailbox-sti.c321 sti_mbox_xlate(struct mbox_controller *mbox, const struct of_phandle_args *spec) sti_mbox_xlate() argument
H A Dhi3660-mailbox.c212 hi3660_mbox_xlate(struct mbox_controller *controller, const struct of_phandle_args *spec) hi3660_mbox_xlate() argument

Completed in 22 milliseconds

12345678910>>...34