Home
last modified time | relevance | path

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

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