Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c224 if (credCb->saved == NULL) { in InitCredential()
228 FREE(credCb->saved); in InitCredential()
229 credCb->saved = NULL; in InitCredential()
237 if (credCb == NULL) { in DestroyCredentialCb()
241 FREE(credCb->saved); in DestroyCredentialCb()
242 credCb->saved = NULL; in DestroyCredentialCb()
253 if (credCb == NULL || credCb->saved == NULL) { in SplitCredentialString()
257 credCb->header = strtok_s(credCb->saved, ".", &context); in SplitCredentialString()
335 payload->length = strlen(credCb->header) + strlen(credCb->payload) + 1; in ParsePayloadAttestation()
398 if (credCb == NULL) { in SplitCredentialAttestationList()
[all …]