Home
last modified time | relevance | path

Searched defs:keySize (Results 1 - 25 of 65) sorted by relevance

123

/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/inc/
H A Dsym_common_defines.h25 int keySize; member
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_key_operation.h33 uint32_t keySize; member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_common.c27 int32_t HksOpensslGenerateRandomKey(const uint32_t keySize, struct HksBlob *key) in HksOpensslGenerateRandomKey() argument
H A Dhks_openssl_sm4.c56 static const EVP_CIPHER *GetSm4CipherType(uint32_t keySize, uint32_t mode) in GetSm4CipherType() argument
H A Dhks_openssl_dh.c39 static int32_t HksOpensslGetNid(uint32_t keySize, int *nid) in HksOpensslGetNid() argument
128 static int32_t DhSaveKeyMaterial(const DH *dh, const uint32_t keySize, struct HksBlob *key) in DhSaveKeyMaterial() argument
H A Dhks_openssl_rsa.c180 static int32_t RsaSaveKeyMaterial(const RSA *rsa, const uint32_t keySize, struct HksBlob *key) in RsaSaveKeyMaterial() argument
/base/web/webview/test/fuzztest/ohos_adapter/systemproperties_fuzzer/
H A Dsystem_properties_adapter_impl_fuzzer.cpp28 size_t keySize = std::min(size, static_cast<size_t>(32)); in SystemPropertiesAdapterFuzzTest() local
29 std::string key(reinterpret_cast<const char*>(data), keySize); in SystemPropertiesAdapterFuzzTest() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/include/
H A Dhks_rsa_common_mt.h62 uint32_t keySize; member
128 uint32_t keySize; member
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_inner_test.cpp150 HksParam keySize; in HWTEST_F() local
197 HksParam keySize; in HWTEST_F() local
317 HksParam keySize; in HWTEST_F() local
[all...]
/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
H A Dhks_base_check_test.cpp260 uint32_t keySize = 0; in HWTEST_F() local
274 uint32_t keySize = 0; in HWTEST_F() local
353 uint32_t keySize = 0; in HWTEST_F() local
/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_type_inner.h107 uint32_t keySize; member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ecc.c42 static int32_t HksMbedtlsEccCheckKeySize(const uint32_t keySize) in HksMbedtlsEccCheckKeySize() argument
160 EccSaveKeyMaterial(const mbedtls_ecp_keypair *ecp, const uint32_t keySize, struct HksBlob *key) EccSaveKeyMaterial() argument
[all...]
H A Dhks_mbedtls_dh.c43 static int32_t GetDhParam(uint32_t keySize, struct HksBlob *P, struct HksBlob *G) in GetDhParam() argument
71 static int32_t DhSaveKeyMaterial(const mbedtls_dhm_context *ctx, const uint32_t keySize, struct HksBlob *key) in DhSaveKeyMaterial() argument
/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api.cpp103 JSIValue keySize = JSI::CreateObject(); in CreateHuksKeySize() local
[all...]
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_rsa_sign_verify_test_common.cpp112 struct HksParam *keySize = nullptr; in HksRsaSignVerifyTestNormalCase() local
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_rsa_encrypt.cpp37 HksKeySize keySize = HksKeySize::HKS_RSA_KEY_SIZE_512; member
[all...]
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_aes_helper.c33 uint32_t keySize = keyLen / BIT_NUM_OF_UINT8; in GenerateAesKey() local
H A Dopenssl_dh_helper.c29 static int32_t DhGetNid(uint32_t keySize, int *nid) in DhGetNid() argument
46 static int32_t DhSaveKeyMaterial(const DH *dh, const uint32_t keySize, struct HksBlob *key) in DhSaveKeyMaterial() argument
H A Dhks_aes_encrypt_mt.cpp454 uint32_t keySize = ReadValueByTag(testCaseParams.params, HKS_TAG_KEY_SIZE); in RunTestCase() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_app_cert_process.c102 static int32_t SaveKeyMaterialEcc(const EC_KEY *eccKey, const uint32_t keySize, struct CmBlob *keyOut) in SaveKeyMaterialEcc() argument
138 static int32_t SaveKeyMaterialRsa(const RSA *rsa, const uint32_t keySize, struct CmBlob *keyOut) in SaveKeyMaterialRsa() argument
243 uint32_t keySize = ((uint32_t)RSA_size(rsa)) * CM_BITS_PER_BYTE; ImportRsaKey() local
[all...]
H A Drbtree.c445 uint32_t keySize = sizeof(RbTreeKey); in Encoder() local
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
H A Dsym_key_openssl.c205 static char *GetAlgoName(HcfSymKeyGeneratorSpiOpensslImpl *impl, int keySize) in GetAlgoName() argument
330 int keySize = impl->attr.keySize; in ConvertSymmKey() local
[all...]
/base/security/huks/frameworks/huks_standard/main/core/src/
H A Dhks_local_engine.c181 uint32_t keySize = 0; in CheckLocalCipherParams() local
261 uint32_t keySize = 0; in CheckLocalSignVerifyParams() local
[all...]
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_core_service_test.cpp547 const uint32_t keySize = 1; in HWTEST_F() local
/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter_lite.c148 static int32_t InitEccPkCtx(uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, in InitEccPkCtx() argument
190 static int32_t EccToX509PublicKey(uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, in EccToX509PublicKey() argument

Completed in 13 milliseconds

123