/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | hks_template.h | 77 #define HKS_IF_NULL_RETURN(OBJECT, ERROR_CODE) \
macro
|
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
H A D | hks_storage_file_lock.c | 141 HKS_IF_NULL_RETURN(path, NULL) in HksStorageFileLockCreate() function
|
H A D | hks_storage_lite.c | 392 HKS_IF_NULL_RETURN(buf, HKS_ERROR_MALLOC_FAIL) in AdjustImageBuffer() function
|
H A D | hks_storage.c | 548 HKS_IF_NULL_RETURN(name, HKS_ERROR_MALLOC_FAIL) in HksStoreDestroy() function
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_hash.c | 102 HKS_IF_NULL_RETURN(context, HKS_ERROR_NULL_POINTER)
in HksMbedtlsHashMd5Final() function 168 HKS_IF_NULL_RETURN(context, HKS_ERROR_NULL_POINTER)
in HksMbedtlsHashSha1Update() function 265 HKS_IF_NULL_RETURN(context, HKS_FAILURE)
in HksMbedtlsHashSha256Update() function 363 HKS_IF_NULL_RETURN(context, HKS_ERROR_NULL_POINTER)
in HksMbedtlsHashSha512Update() function 530 HKS_IF_NULL_RETURN(hashCtx, HKS_ERROR_INVALID_ARGUMENT)
in HksMbedtlsHashFinal() function
|
H A D | hks_mbedtls_3des.c | 170 HKS_IF_NULL_RETURN(cbcNoPaddingCtx, HKS_ERROR_NULL_POINTER) in Des3CbcNoPaddingCryptUpdate() function
|
H A D | hks_mbedtls_des.c | 159 HKS_IF_NULL_RETURN(cbcNoPaddingCtx, HKS_ERROR_NULL_POINTER) in DesCbcNoPaddingCryptUpdate() function
|
H A D | hks_mbedtls_x25519.c | 267 HKS_IF_NULL_RETURN(tmpPubKey, HKS_ERROR_MALLOC_FAIL)
in X25519KeyMaterialToPub() function
|
H A D | hks_mbedtls_aes.c | 197 HKS_IF_NULL_RETURN(cbcNoPaddingCtx, HKS_ERROR_NULL_POINTER) in AesCbcNoPaddingCryptUpdate() function
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_param.c | 172 HKS_IF_NULL_RETURN(paramSet, HKS_ERROR_NULL_POINTER) in HksCheckParamSetTag() function 235 HKS_IF_NULL_RETURN(paramSet, HKS_ERROR_NULL_POINTER) in HksCheckParamSet() function
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_ed25519tox25519.c | 250 HKS_IF_NULL_RETURN(tmpOne, res)
in CheckEd25519Pubkey() function
|
H A D | hks_openssl_dsa.c | 95 HKS_IF_NULL_RETURN(buff, HKS_ERROR_INSUFFICIENT_MEMORY) in InitDsaStructParameter() function
|
/base/security/huks/utils/file_operator/ |
H A D | hks_file_operator.c | 282 HKS_IF_NULL_RETURN(path, HKS_ERROR_NULL_POINTER)
in HksIsDirExist() function
|
/base/security/huks/frameworks/huks_standard/main/core/src/ |
H A D | hks_verifier.c | 157 HKS_IF_NULL_RETURN(bio, x509)
in GetX509FormatCert() function 583 HKS_IF_NULL_RETURN(certsInfo, HKS_ERROR_MALLOC_FAIL)
in InitCertChainInfo() function
|
/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter.c | 661 HKS_IF_NULL_RETURN(keyBuffer, HKS_ERROR_MALLOC_FAIL)
in X509PublicKeyToDsa() function
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/ |
H A D | hks_service_ipc_serialization.c | 65 HKS_IF_NULL_RETURN(paramSet, HKS_ERROR_INVALID_ARGUMENT)
in CopyParamSetToBuffer() function
|