Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/oem_property/include/
H A Ddslm_cred.h24 #define CRED_INFO_VERSION_LEN 32 macro
42 char version[CRED_INFO_VERSION_LEN]; // the cred version
/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c506 (void)GetDataFromJson(json, CRED_KEY_CRED_VERSION, credInfo->version, CRED_INFO_VERSION_LEN); in CredentialCbToDslmCredInfo()