Home
last modified time | relevance | path

Searched defs:spec (Results 126 - 150 of 843) sorted by relevance

12345678910>>...34

/third_party/pulseaudio/src/pulse/
H A Dsample.c58 size_t pa_sample_size(const pa_sample_spec *spec) { in pa_sample_size() argument
65 size_t pa_frame_size(const pa_sample_spec *spec) { in pa_frame_size() argument
72 size_t pa_bytes_per_second(const pa_sample_spec *spec) { in pa_bytes_per_second() argument
79 pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) pa_bytes_to_usec() argument
86 pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) pa_usec_to_bytes() argument
93 pa_sample_spec_init(pa_sample_spec *spec) pa_sample_spec_init() argument
118 pa_sample_spec_valid(const pa_sample_spec *spec) pa_sample_spec_valid() argument
169 pa_sample_spec_snprint(char *s, size_t l, const pa_sample_spec *spec) pa_sample_spec_snprint() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPointerParameterTests.cpp49 ComputeShaderSpec spec; in addComputePointerParamToParamTest() local
147 ComputeShaderSpec spec; in addComputePointerParamToGlobalTest() local
263 ComputeShaderSpec spec; addComputePointerBufferMemoryTest() local
392 ComputeShaderSpec spec; addComputePointerBufferMemoryVariablePointersTest() local
520 ComputeShaderSpec spec; addComputePointerWorkgroupMemoryVariablePointersTest() local
[all...]
H A DvktSpvAsmUboMatrixPaddingTests.cpp130 ComputeShaderSpec spec; in addComputeUboMatrixPaddingTest() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorHLSL.cpp33 TranslatorHLSL::TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) in TranslatorHLSL() argument
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
H A Dtranslator_fuzzer.cpp74 uint32_t spec = 0; member
115 uint32_t spec = *reinterpret_cast<const uint32_t *>(data + 4); in LLVMFuzzerTestOneInput() local
[all...]
/third_party/python/Python/
H A Dimportdl.c95 _PyImport_LoadDynamicModuleWithSpec(PyObject *spec, FILE *fp) in _PyImport_LoadDynamicModuleWithSpec() argument
/third_party/skia/gm/
H A Darcto.cpp157 SkString spec; in DEF_SIMPLE_GM() local
/third_party/skia/fuzz/
H A DFuzzParsePath.cpp118 SkString spec; in DEF_FUZZ() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPointerParameterTests.cpp49 ComputeShaderSpec spec; in addComputePointerParamToParamTest() local
147 ComputeShaderSpec spec; in addComputePointerParamToGlobalTest() local
263 ComputeShaderSpec spec; addComputePointerBufferMemoryTest() local
392 ComputeShaderSpec spec; addComputePointerBufferMemoryVariablePointersTest() local
520 ComputeShaderSpec spec; addComputePointerWorkgroupMemoryVariablePointersTest() local
[all...]
H A DvktSpvAsmUboMatrixPaddingTests.cpp130 ComputeShaderSpec spec; in addComputeUboMatrixPaddingTest() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator.cpp85 auto *spec = checker->AllocNode<ir::ImportSpecifier>(imported, local); in CreateIrImport() local
/base/security/certificate_manager/interfaces/kits/cj/src/
H A Dcj_cert_manager_ffi.c57 int32_t FfiCertManagerInit(const struct CmBlob *authUri, const struct CjSignatureSpec *spec, struct CmBlob *handle) in FfiCertManagerInit() argument
/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 }; in HWTEST_F() local
/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 }; in HWTEST_F() local
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp270 HcfGcmParamsSpec spec = {}; in TestSm4GcmCipher() local
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfsm2create_fuzzer/
H A Dhcfsm2create_fuzzer.cpp64 HcfResult ConstructCorrectSm2CipherTextXSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextXSpec() argument
82 HcfResult ConstructCorrectSm2CipherTextYSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextYSpec() argument
100 HcfResult ConstructCorrectSm2CipherTextSpec(Sm2CipherTextSpec **spec, const uint8_t* data, size_t size) in ConstructCorrectSm2CipherTextSpec() argument
125 Sm2CipherTextSpec *spec = nullptr; in TestHcfGenCipherTextBySpec() local
150 Sm2CipherTextSpec *spec = nullptr; TestHcfGenCipherTextByXSpec() local
175 Sm2CipherTextSpec *spec = nullptr; TestHcfGenCipherTextByYSpec() local
199 Sm2CipherTextSpec *spec = nullptr; TestHcfGetCipherTextSpec() local
223 Sm2CipherTextSpec spec = {}; HcfSm2CreateFuzzTest() local
[all...]
/base/security/crypto_framework/test/unittest/src/ecc/
H A Decc_asy_key_common.cpp35 HcfResult ConstructEcc192CommParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc192CommParamsSpec() argument
63 HcfResult ConstructEcc224CommParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224CommParamsSpec() argument
91 HcfResult ConstructEcc224PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224PubKeyParamsSpec() argument
123 HcfResult ConstructEcc224PriKeyParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224PriKeyParamsSpec() argument
153 HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224KeyPairParamsSpec() argument
187 ConstructEcc256CommParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc256CommParamsSpec() argument
215 ConstructEcc256PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc256PubKeyParamsSpec() argument
247 ConstructEcc256PriKeyParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc256PriKeyParamsSpec() argument
277 ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc256KeyPairParamsSpec() argument
311 ConstructEcc384CommParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc384CommParamsSpec() argument
339 ConstructEcc384PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc384PubKeyParamsSpec() argument
371 ConstructEcc384PriKeyParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc384PriKeyParamsSpec() argument
401 ConstructEcc384KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc384KeyPairParamsSpec() argument
435 ConstructEcc521CommParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc521CommParamsSpec() argument
463 ConstructEcc521PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc521PubKeyParamsSpec() argument
495 ConstructEcc521PriKeyParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc521PriKeyParamsSpec() argument
525 ConstructEcc521KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc521KeyPairParamsSpec() argument
559 ConstructEcc224ErrCommParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc224ErrCommParamsSpec() argument
587 ConstructEcc256ErrCommParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc256ErrCommParamsSpec() argument
615 ConstructEcc384ErrCommParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc384ErrCommParamsSpec() argument
643 ConstructEcc521ErrCommParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc521ErrCommParamsSpec() argument
671 ConstructEcc384ErrKeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc384ErrKeyPairParamsSpec() argument
703 ConstructEcc521ErrKeyPairParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc521ErrKeyPairParamsSpec() argument
737 ConstructEcc224ErrPubKeyParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc224ErrPubKeyParamsSpec() argument
769 ConstructEcc224ErrPriKeyParamsSpec(HcfAsyKeyParamsSpec **spec) ConstructEcc224ErrPriKeyParamsSpec() argument
[all...]
/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_util_test.cpp84 HcfResult ConstructCorrectSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructCorrectSm2CipherTextSpec() argument
102 HcfResult ConstructMissYErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissYErrorSm2CipherTextSpec() argument
118 HcfResult ConstructMissXErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissXErrorSm2CipherTextSpec() argument
134 HcfResult ConstructMissHashDataErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissHashDataErrorSm2CipherTextSpec() argument
150 HcfResult ConstructMissCipherDataErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissCipherDataErrorSm2CipherTextSpec() argument
166 ConstructLenErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenErrorSm2CipherTextSpec() argument
185 ConstructLenZeroXSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroXSm2CipherTextSpec() argument
203 ConstructLenZeroYSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroYSm2CipherTextSpec() argument
221 ConstructLenZeroCipherDataSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroCipherDataSm2CipherTextSpec() argument
239 ConstructLenZeroHashDataSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroHashDataSm2CipherTextSpec() argument
257 ConstructMissErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructMissErrorSm2CipherTextSpec() argument
271 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
287 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
302 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
314 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
326 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
338 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
350 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
362 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
374 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
393 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
405 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
417 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
429 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
441 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
453 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
462 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
471 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
479 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
487 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
503 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
518 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
531 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
544 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
557 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
570 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
579 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local
[all...]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_manager_test.cpp396 struct DlpUsageSpec spec = { in HWTEST_F() local
/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() argument
H A Dhks_mbedtls_ecc.c215 int32_t HksMbedtlsEccGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsEccGenerateKey() argument
H A Dhks_mbedtls_dh.c112 int32_t HksMbedtlsDhGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsDhGenerateKey() argument
227 HksMbedtlsDhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) HksMbedtlsDhAgreeKey() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_sm4.c38 static int32_t Sm4GenKeyCheckParam(const struct HksKeySpec *spec) in Sm4GenKeyCheckParam() argument
47 int32_t HksOpensslSm4GenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslSm4GenerateKey() argument
H A Dhks_openssl_dh.c158 int32_t HksOpensslDhGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksOpensslDhGenerateKey() argument
276 HksOpensslDhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, const struct HksKeySpec *spec, struct HksBlob *sharedKey) HksOpensslDhAgreeKey() argument
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_api_openssl.cpp68 HksKeySpec spec = { in HWTEST_F() local
86 HksKeySpec spec = { in HWTEST_F() local
106 HksKeySpec spec = { in HWTEST_F() local
149 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
184 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
219 HksUsageSpec spec = { .algType = HKS_ALG_AES, .mode = 0xffff }; HWTEST_F() local
255 HksUsageSpec spec = { .algType = HKS_ALG_AES, .mode = 0xffff }; HWTEST_F() local
283 HksUsageSpec spec = { .algType = HKS_ALG_AES, .mode = HKS_MODE_CBC, .padding = HKS_PADDING_PSS }; HWTEST_F() local
307 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
334 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
360 HksKeySpec spec = { HWTEST_F() local
407 HksKeySpec spec = { HWTEST_F() local
466 HksKeySpec spec = { HWTEST_F() local
493 HksKeySpec spec = { .algType = 0xffff }; HWTEST_F() local
526 HksKeySpec spec = { .algType = HKS_ALG_ECDH }; HWTEST_F() local
555 HksKeySpec spec = { .algType = HKS_ALG_DH, .keyLen = HKS_DH_KEY_SIZE_4096 }; HWTEST_F() local
637 HksKeySpec spec = {.algType = HKS_ALG_HMAC, .keyLen = KEY_LEN_256, .algParam = nullptr}; HWTEST_F() local
661 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
694 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
731 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
772 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
805 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
842 HksUsageSpec spec = { .algType = 0xffff }; HWTEST_F() local
[all...]

Completed in 15 milliseconds

12345678910>>...34