Home
last modified time | relevance | path

Searched refs:PTR (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/include/
H A Dhks_test_mem.h28 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ argument
30 if ((PTR) != NULL) { \
31 FREE_FUNC(PTR); \
32 (PTR) = NULL; \
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_mem.h29 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ argument
31 if ((PTR) != NULL) { \
32 FREE_FUNC(PTR); \
33 (PTR) = NULL; \
/ohos5.0/base/security/certificate_framework/frameworks/common/v1.0/inc/
H A Dcf_memory.h30 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ argument
32 if ((PTR) != NULL) { \
33 FREE_FUNC(PTR); \
34 (PTR) = NULL; \
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/include/
H A Dcm_mem.h29 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ argument
31 if ((PTR) != NULL) { \
32 FREE_FUNC(PTR); \
33 (PTR) = NULL; \
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_mem.h40 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ argument
42 if ((PTR) != HKS_NULL_POINTER) { \
43 FREE_FUNC(PTR); \
44 (PTR) = HKS_NULL_POINTER; \
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_crypt.h89 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ argument
91 if ((PTR) != NULL) { \
92 FREE_FUNC(PTR); \
93 (PTR) = NULL; \
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp75 #define SELF_FREE_PTR(PTR, FREE_FUNC) \ argument
77 if ((PTR) != nullptr) { \
78 FREE_FUNC(PTR); \
79 (PTR) = nullptr; \