Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_key_operation.c59 #define DEFAULT_LEN_USED_FOR_MALLOC 1024 macro
346 struct HksParamSet *outParamSet = (struct HksParamSet*)CMMalloc(DEFAULT_LEN_USED_FOR_MALLOC); in GetKeyProperties()
351 outParamSet->paramSetSize = DEFAULT_LEN_USED_FOR_MALLOC; in GetKeyProperties()