Home
last modified time | relevance | path

Searched refs:HKS_ERROR_STORAGE_FAILURE (Results 1 – 6 of 6) sorted by relevance

/base/security/huks/interfaces/inner_api/huks_lite/
Dhks_errno.h50 #define HKS_ERROR_STORAGE_FAILURE ((int32_t)-146) macro
/base/security/huks/frameworks/huks_standard/main/common/src/
Dhks_errcode_adapter.c377 .innerErrCode = HKS_ERROR_STORAGE_FAILURE,
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage_lite.c436 return HKS_ERROR_STORAGE_FAILURE; in AppendNewKey()
463 return HKS_ERROR_STORAGE_FAILURE; in GetLenAfterAddKey()
Dhks_client_service.c79 HKS_IF_NOT_SUCC_LOGE_RETURN(ret, HKS_ERROR_STORAGE_FAILURE, "buffer exceeds limit") in CheckKeyCondition()
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhks_type.h324 HKS_ERROR_STORAGE_FAILURE = -10, enumerator
/base/security/huks/interfaces/kits/napi/src/
Dhuks_napi.cpp344 AddInt32Property(env, errorCode, "HUKS_ERROR_STORAGE_FAILURE", HKS_ERROR_STORAGE_FAILURE); in AddHuksErrorCodePart1()