Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
Dbase64.h28 sp<ABuffer> decodeBase64(const AString &s);
30 bool decodeBase64(uint8_t *out, size_t *inOutBufSize, const char* s);
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
DSigXml.java97 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseIntermediateCerts()
106 return CertUtils.decodeCert(CertUtils.decodeBase64(contents.get(0))); in parseSignerCert()
113 return CertUtils.decodeBase64(contents.get(0)); in parseFileSignature()
DCertXml.java136 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseIntermediateCerts()
151 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseEndpointCerts()
DCertUtils.java228 public static byte[] decodeBase64(String str) throws CertParsingException { in decodeBase64() method in CertUtils
/frameworks/base/core/java/android/security/keystore/recovery/
DX509CertificateParsingUtils.java39 return decodeCert(decodeBase64(string)); in decodeBase64Cert()
50 private static byte[] decodeBase64(String string) { in decodeBase64() method in X509CertificateParsingUtils
/frameworks/av/media/module/foundation/
Dbase64.cpp24 sp<ABuffer> decodeBase64(const AString &s) { in decodeBase64() function
34 if (decodeBase64(buf->data(), &bufSize, s.c_str())) { in decodeBase64()
41 bool decodeBase64(uint8_t *out, size_t *inOutBufSize, const char* s) { in decodeBase64() function
/frameworks/av/media/module/foundation/tests/
DBase64_test.cpp52 sp<ABuffer> result = decodeBase64(AString(paddedText.c_str())); in verifyDecode()
116 sp<ABuffer> result = decodeBase64(AString(base64Url[i])); in TEST_F()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/include/clearkeydrm/
DBase64.h24 ::android::sp<Buffer> decodeBase64(const std::string& s);
/frameworks/av/media/libdatasource/
DDataURISource.cpp63 buffer = decodeBase64(encoded); in Create()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
DCertUtilsTest.java124 assertThat(CertUtils.decodeBase64("VEVTVA==")).isEqualTo("TEST".getBytes(UTF_8)); in decodeBase64_succeeds()
129 assertThat(CertUtils.decodeBase64("")).hasLength(0); in decodeBase64_succeedsIfEmptyInput()
134 assertThrows(CertParsingException.class, () -> CertUtils.decodeBase64("EVTVA==")); in decodeBase64_throwsIfInvalidInput()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DBase64.java67 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
DPduParser.java918 partData = Base64.decodeBase64(partData); in parseParts()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DBase64.cpp24 ::android::sp<Buffer> decodeBase64(const std::string& s) { in decodeBase64() function
DJsonWebKey.cpp113 ::android::sp<Buffer> buffer = decodeBase64(paddedText); in decodeBase64String()
/frameworks/av/drm/mediacas/plugins/clearkey/
DJsonAssetLoader.cpp83 return decodeBase64(AString(paddedText.c_str())); in decodeBase64String()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DJsonWebKey.cpp122 android::decodeBase64(AString(paddedText.c_str())); in decodeBase64String()
/frameworks/av/media/module/metadatautils/
DMetaDataUtils.cpp445 if (!decodeBase64(flac, &flacSize, (const char*)data)) { in extractAlbumArt()
/frameworks/av/services/mediametrics/
Dstatsd_drm.cpp180 if (decodeBase64(buf.data(), &size, str.c_str()) && size <= buf.size()) { in base64DecodeNoPad()
/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp136 sp<ABuffer> nal = decodeBase64(nalString); in MakeAVCCodecSpecificData()
/frameworks/base/services/
Dart-wear-profile11586 PLcom/android/server/locksettings/recoverablekeystore/certificate/CertUtils;->decodeBase64(Ljava/la…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47710 Landroid/security/keystore/recovery/X509CertificateParsingUtils;->decodeBase64(Ljava/lang/String;)[B