Home
last modified time | relevance | path

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

/base/security/device_security_level/common/include/
Ddslm_cred.h26 #define CRED_INFO_SIGNTIME_LEN 32 macro
44 char signTime[CRED_INFO_SIGNTIME_LEN];
/base/security/device_security_level/oem_property/common/
Ddslm_credential_utils.c508 (void)GetDataFromJson(json, CRED_KEY_SIGN_TIME, credInfo->signTime, CRED_INFO_SIGNTIME_LEN); in CredentialCbToDslmCredInfo()