Home
last modified time | relevance | path

Searched defs:derivedKey (Results 1 – 25 of 39) sorted by relevance

12

/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_kdf.c44 const mbedtls_md_info_t *info, struct HksBlob *derivedKey) in DeriveKeyPbkdf2()
71 mbedtls_md_type_t type, struct HksBlob *derivedKey) in DeriveKeyPbkdf2()
82 const mbedtls_md_info_t *info, struct HksBlob *derivedKey) in DeriveKeyHkdf()
96 const struct HksKeySpec *derivationSpec, struct HksBlob *derivedKey) in HksMbedtlsDeriveKey()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_kdf.c52 struct HksBlob *derivedKey) in HksOpensslPbkdf2()
65 struct HksBlob *derivedKey) in HksOpensslHkdf()
124 struct HksBlob *derivedKey) in HksOpensslSmKdf()
Dhks_openssl_engine.c79 …struct HksBlob *mainKey, const struct HksKeySpec *derivationSpec, const struct HksBlob *derivedKey) in DeriveKeyCheckParam()
369 …const struct HksBlob *mainKey, const struct HksKeySpec *derivationSpec, struct HksBlob *derivedKey) in HksCryptoHalDeriveKey()
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
Dhks_derive_test.cpp52 struct HksBlob *derivedKey, struct HksBlob **saltData, struct HksBlob **infoData) in DeriveKey()
105 struct HksBlob *derivedKey = NULL; in BaseTestDerive() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_derive_test.cpp37 struct HksBlob *derivedKey, struct HksBlob **saltData, struct HksBlob **infoData) in DeriveKey()
108 struct HksBlob *derivedKey = NULL; in BaseTestDerive() local
Dhks_test_api_performance.c110 struct HksBlob *derivedKey, uint32_t performTimes) in HksDeriveKeyRun()
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
Dhks_derive_test.c54 struct HksBlob *derivedKey, struct HksBlob **saltData, struct HksBlob **infoData) in DeriveKey()
109 struct HksBlob *derivedKey = NULL; in BaseTestDerive() local
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksderivekey_fuzzer/
Dhksderivekey_fuzzer.cpp39 …struct HksBlob derivedKey = { sizeof(uint32_t), ReadData<uint8_t *>(data, size, sizeof(uint32_t)) … in DoSomethingInterestingWithMyAPI() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_hkdf_derive_test_common.cpp89 struct HksBlob derivedKey = { COMMON_SIZE, tmpDeriveTest }; in HksHkdfDeriveTestCmpCase() local
Dhks_hmac_derive_test_common.cpp105 struct HksBlob derivedKey = { COMMON_SIZE, tmpDeriveTest }; in HksHmacDeriveTestCmpCase() local
Dhks_pbkdf2_derive_test_common.cpp123 struct HksBlob derivedKey = { COMMON_SIZE, tmpDerive }; in HksPbkdf2DeriveTestCmpCase() local
Dhks_cross_test_common.cpp342 struct HksBlob derivedKey = { DERIVE_KEY_SIZE_32, tmpDerive }; in HksCrossTestDerive() local
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
Dhks_ca_access.c90 struct HksBlob *derivedKey) in HksAccessDeriveKey()
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_keyblob.c126 struct HksBlob *derivedKey) in GetDeriveKey()
233 struct HksBlob derivedKey = { 0, NULL }; in EncryptAndDecryptKeyBlob() local
Dhks_core_interfaces.c150 struct HksBlob *derivedKey) in HuksHdiDeriveKey()
Dhks_core_service_key_operate_one_stage.c372 …eKey(const struct HksParamSet *paramSet, const struct HksBlob *mainKey, struct HksBlob *derivedKey) in HksCoreDeriveKey()
/base/tee/tee_os_framework/lib/teelib/libcrypto/src/
Dtee_crypto_api_derive_key.c349 TEE_ObjectHandle derivedKey) in TEE_DeriveKey()
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
Dhks_ipc_check.c169 const struct HksBlob *derivedKey) in HksCheckIpcDeriveKey()
/base/security/huks/test/unittest/huks_lite_test/common/
Dhks_test_api_performance.c107 struct HksBlob *derivedKey, uint32_t performTimes) in HksDeriveKeyRun()
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
Dhuks_hdi_access.c353 struct HuksBlob *derivedKey) in HdiProxyDeriveKey()
363 struct HksBlob *derivedKey)) in ENABLE_CFI()
Dhuks_access.c238 struct HksBlob *derivedKey)) in ENABLE_CFI()
/base/security/huks/test/unittest/huks_standard_test/module_test/mock/idl/src/
Dhuks_access_mock.c145 struct HksBlob *derivedKey)) in ENABLE_CFI()
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_client_check.c113 const struct HksBlob *mainKey, const struct HksBlob *derivedKey) in HksCheckDeriveKeyParams()
/base/security/huks/frameworks/huks_standard/main/core/src/
Dhks_local_engine.c234 struct HksBlob *derivedKey) in HksLocalDeriveKey()
/base/security/huks/test/reliability/src/
Dpressure_test.cpp761 … HksBlob derivedKey = { .size = DERIVED_KEY_SIZE, .data = (uint8_t *)HksMalloc(DERIVED_KEY_SIZE) }; variable
1233 … HksBlob derivedKey = { .size = DERIVED_KEY_SIZE, .data = (uint8_t *)HksMalloc(DERIVED_KEY_SIZE) }; variable

12