Home
last modified time | relevance | path

Searched refs:hksResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_errcode_adapter.c28 .hksResult = {
35 .hksResult = {
42 .hksResult = {
49 .hksResult = {
56 .hksResult = {
63 .hksResult = {
70 .hksResult = {
77 .hksResult = {
84 .hksResult = {
91 .hksResult = {
[all …]
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp316 int32_t hksResult = 0; in AesCryptoLoopUpdate() local
318 hksResult = HksUpdate(handle, paramSet, &inDataSeg, &outDataSeg); in AesCryptoLoopUpdate()
320 hksResult = HksFinish(handle, paramSet, &inDataSeg, &outDataSeg); in AesCryptoLoopUpdate()
323 if (hksResult != 0) { in AesCryptoLoopUpdate()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_errcode_adapter.h38 struct HksResult hksResult; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_encryption_util.cpp212 int32_t hksResult = 0; in HksUpdateAndFinish() local
214 hksResult = HksUpdate(handle, paramSet, &inDataSeg, &outDataSeg); in HksUpdateAndFinish()
216 hksResult = HksFinish(handle, paramSet, &inDataSeg, &outDataSeg); in HksUpdateAndFinish()
218 if (hksResult != HKS_SUCCESS) { in HksUpdateAndFinish()
219 … WIFI_LOGE("HksUpdateAndFinish do HksUpdate or HksFinish failed: %{public}d.", hksResult); in HksUpdateAndFinish()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_native_api_compatibility_test.cpp725 struct HksResult hksResult; variable
726 ASSERT_EQ(sizeof(hksResult.errorCode) == sizeof(int32_t), true);
727 ASSERT_EQ(sizeof(hksResult.errorMsg) == sizeof(const char *), true);
728 ASSERT_EQ(sizeof(hksResult.data) == sizeof(uint8_t *), true);