Home
last modified time | relevance | path

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

/base/security/device_security_level/services/dslm/
Ddslm_msg_utils.c231 uint8_t *credBuf = NULL; in ParseDeviceSecInfoResponse() local
232 uint32_t credLen = (uint32_t)Base64DecodeApp((uint8_t *)credStr, &credBuf); in ParseDeviceSecInfoResponse()
233 if (credBuf == NULL) { in ParseDeviceSecInfoResponse()
238 DslmCredBuff *out = CreateDslmCred((CredType)type, credLen, credBuf); in ParseDeviceSecInfoResponse()
241 FREE(credBuf); in ParseDeviceSecInfoResponse()
246 FREE(credBuf); in ParseDeviceSecInfoResponse()