Searched refs:Base64DecodeApp (Results 1 – 5 of 5) sorted by relevance
25 int32_t Base64DecodeApp(const uint8_t *src, uint8_t **to);
189 int32_t Base64DecodeApp(const uint8_t *src, uint8_t **to) in Base64DecodeApp() function246 int32_t realLength = Base64DecodeApp(from, to); in Base64UrlDecodeApp()
284 int32_t ret = Base64DecodeApp(nullptr, &to);295 int32_t ret = Base64DecodeApp(maxStr, &to);
409 Base64DecodeApp((uint8_t *)credCb->attestationInfo, &buffer); in SplitCredentialAttestationList()491 (void)Base64DecodeApp((uint8_t *)credCb->payload, &buffer); in CredentialCbToDslmCredInfo()
232 uint32_t credLen = (uint32_t)Base64DecodeApp((uint8_t *)credStr, &credBuf); in ParseDeviceSecInfoResponse()