Home
last modified time | relevance | path

Searched defs:allocUnit (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/common/inc/
H A Dhcf_parcel.h35 unsigned int allocUnit; member
/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Dhc_parcel.h34 unsigned int allocUnit; member
/ohos5.0/base/security/crypto_framework/common/src/
H A Dhcf_parcel.c24 HcParcel CreateParcel(uint32_t size, uint32_t allocUnit) in CreateParcel()
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_parcel.c23 HcParcel CreateParcel(uint32_t size, uint32_t allocUnit) in CreateParcel()
63 void ResetParcel(HcParcel *parcel, uint32_t size, uint32_t allocUnit) in ResetParcel()