Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c32 #define HEADER_LEN (4 + CM_INTEGRITY_TAG_LEN + CM_INTEGRITY_SALT_LEN)
309 data += CM_INTEGRITY_SALT_LEN; in LoadTreeStatus()
310 dataLen -= CM_INTEGRITY_SALT_LEN; in LoadTreeStatus()
381 struct CmBlob r = { CM_INTEGRITY_SALT_LEN, salt }; in EncodeTree()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_status.h33 #define CM_INTEGRITY_SALT_LEN ((uint32_t) 32) macro