/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/ |
H A D | SigXml.java | 103 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseIntermediateCerts() 112 return CertUtils.decodeCert(CertUtils.decodeBase64(contents.get(0))); in parseSignerCert() 119 return CertUtils.decodeBase64(contents.get(0)); in parseFileSignature()
|
H A D | CertXml.java | 135 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseIntermediateCerts() 150 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseEndpointCerts()
|
H A D | CertUtils.java | 228 public static byte[] decodeBase64(String str) throws CertParsingException { in decodeBase64() method in CertUtils
|
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
H A D | base64.h | 28 sp<ABuffer> decodeBase64(const AString &s); 30 bool decodeBase64(uint8_t *out, size_t *inOutBufSize, const char* s);
|
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/ |
H A D | X509CertificateParsingUtils.java | 39 return decodeCert(decodeBase64(string)); in decodeBase64Cert() 50 private static byte[] decodeBase64(String string) { in decodeBase64() method in X509CertificateParsingUtils
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A 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
|
/aosp12/frameworks/av/media/libstagefright/foundation/tests/ |
H A D | Base64_test.cpp | 52 sp<ABuffer> result = decodeBase64(AString(paddedText.string())); in verifyDecode() 116 sp<ABuffer> result = decodeBase64(AString(base64Url[i])); in TEST_F()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
H A D | ImapConnection.java | 243 String decodedChallenge = decodeBase64(responses.get(0).getStringOrEmpty(0).getString()); in doDigestMd5Auth() 264 String decodedResponseAuth = decodeBase64(responses.get(0).getStringOrEmpty(0).getString()); in doDigestMd5Auth() 274 private static String decodeBase64(String string) { in decodeBase64() method in ImapConnection
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
H A D | Base64.h | 35 sp<Buffer> decodeBase64(const std::string &s);
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/ |
H A 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()
|
/aosp12/frameworks/av/media/libdatasource/ |
H A D | DataURISource.cpp | 63 buffer = decodeBase64(encoded); in Create()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | Base64.java | 64 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
|
H A D | PduParser.java | 946 partData = Base64.decodeBase64(partData); in parseParts()
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
H A D | Base64.java | 64 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
|
H A D | PduParser.java | 912 partData = Base64.decodeBase64(partData); in parseParts()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | Base64.java | 67 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
|
H A D | PduParser.java | 918 partData = Base64.decodeBase64(partData); in parseParts()
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | Base64.cpp | 27 sp<Buffer> decodeBase64(const std::string &s) { in decodeBase64() function
|
H A D | JsonWebKey.cpp | 126 sp<Buffer> buffer = decodeBase64(paddedText); in decodeBase64String()
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | JsonAssetLoader.cpp | 83 return decodeBase64(AString(paddedText.string())); in decodeBase64String()
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
H A D | JsonWebKey.cpp | 122 android::decodeBase64(AString(paddedText.string())); in decodeBase64String()
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | statsd_drm.cpp | 173 if (decodeBase64(buf.data(), &size, str.c_str()) && size <= buf.size()) { in base64DecodeNoPad()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MetaDataUtils.cpp | 230 if (!decodeBase64(flac, &flacSize, (const char*)data)) { in extractAlbumArt()
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | APacketSource.cpp | 137 sp<ABuffer> nal = decodeBase64(nalString); in MakeAVCCodecSpecificData()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |