| /frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
| D | base64.h | 28 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/ |
| D | SigXml.java | 97 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()
|
| D | CertXml.java | 136 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseIntermediateCerts() 151 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseEndpointCerts()
|
| D | CertUtils.java | 228 public static byte[] decodeBase64(String str) throws CertParsingException { in decodeBase64() method in CertUtils
|
| /frameworks/base/core/java/android/security/keystore/recovery/ |
| D | X509CertificateParsingUtils.java | 39 return decodeCert(decodeBase64(string)); in decodeBase64Cert() 50 private static byte[] decodeBase64(String string) { in decodeBase64() method in X509CertificateParsingUtils
|
| /frameworks/av/media/module/foundation/ |
| D | base64.cpp | 24 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/ |
| D | Base64_test.cpp | 52 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/ |
| D | Base64.h | 24 ::android::sp<Buffer> decodeBase64(const std::string& s);
|
| /frameworks/av/media/libdatasource/ |
| D | DataURISource.cpp | 63 buffer = decodeBase64(encoded); in Create()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/ |
| D | CertUtilsTest.java | 124 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/ |
| D | Base64.java | 67 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
|
| D | PduParser.java | 918 partData = Base64.decodeBase64(partData); in parseParts()
|
| /frameworks/av/drm/mediadrm/plugins/clearkey/common/ |
| D | Base64.cpp | 24 ::android::sp<Buffer> decodeBase64(const std::string& s) { in decodeBase64() function
|
| D | JsonWebKey.cpp | 113 ::android::sp<Buffer> buffer = decodeBase64(paddedText); in decodeBase64String()
|
| /frameworks/av/drm/mediacas/plugins/clearkey/ |
| D | JsonAssetLoader.cpp | 83 return decodeBase64(AString(paddedText.c_str())); in decodeBase64String()
|
| /frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
| D | JsonWebKey.cpp | 122 android::decodeBase64(AString(paddedText.c_str())); in decodeBase64String()
|
| /frameworks/av/media/module/metadatautils/ |
| D | MetaDataUtils.cpp | 445 if (!decodeBase64(flac, &flacSize, (const char*)data)) { in extractAlbumArt()
|
| /frameworks/av/services/mediametrics/ |
| D | statsd_drm.cpp | 180 if (decodeBase64(buf.data(), &size, str.c_str()) && size <= buf.size()) { in base64DecodeNoPad()
|
| /frameworks/av/media/libstagefright/rtsp/ |
| D | APacketSource.cpp | 136 sp<ABuffer> nal = decodeBase64(nalString); in MakeAVCCodecSpecificData()
|
| /frameworks/base/services/ |
| D | art-wear-profile | 11586 PLcom/android/server/locksettings/recoverablekeystore/certificate/CertUtils;->decodeBase64(Ljava/la…
|
| /frameworks/base/boot/hiddenapi/ |
| D | hiddenapi-max-target-o.txt | 47710 Landroid/security/keystore/recovery/X509CertificateParsingUtils;->decodeBase64(Ljava/lang/String;)[B
|