Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/assets/hsr1/
DREADME.txt2 HSR1ProfileWithCACert.base64 - base64 encoded of the data contained in HSR1ProfileWithCAWith.conf
3 HSR1ProfileWithNonBase64Part.base64 - base64 encoded installation file that contains a part of non-
4 HSR1ProfileWithMissingBoundary.base64 - base64 encoded installation file with missing end-boundary …
5 HSR1ProfileWithInvalidContentType.base64 - base64 encoded installation file with that contains a MI…
6 HSR1ProfileWithUpdateIdentifier.base64 - base64 encoded installation file with that contains an R2 …
DHSR1ProfileWithCACert.conf3 Content-Transfer-Encoding: base64
7 Content-Transfer-Encoding: base64
51 Content-Transfer-Encoding: base64
/frameworks/av/media/libstagefright/foundation/tests/
DBase64_test.cpp75 const AString base64[] = { in TEST_F() local
87 verifyDecode(clearText, base64); in TEST_F()
128 const AString base64[] = { in TEST_F() local
134 verifyEncode(base64, clearText); in TEST_F()
/frameworks/base/tools/signedconfig/
Ddebug_sign.sh5 openssl dgst -sha256 -sign $(dirname $0)/debug_key.pem <(echo -n "$1" | base64 -d) | base64 -w 0
Dverify_b64.sh15 …gst -sha256 -verify $(dirname $0)/${K} -signature <(echo ${S} | base64 -d) <(echo ${D} | base64 -d)
/frameworks/native/cmds/installd/tests/
Dtest_utils.h95 bool WriteBase64ToFile(const char* base64, const std::string& file, in WriteBase64ToFile() argument
97 CHECK(base64 != nullptr); in WriteBase64ToFile()
99 std::unique_ptr<uint8_t[]> bytes(DecodeBase64(base64, &length)); in WriteBase64ToFile()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java265 final String base64 = ssp.substring(BASE64_URI_PREFIX.length()); in parseDataUri() local
266 return Base64.decode(base64, Base64.URL_SAFE); in parseDataUri()
268 final String base64 = ssp.substring( in parseDataUri() local
270 return Base64.decode(base64, Base64.DEFAULT); in parseDataUri()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DSettingsStatsUtil.java139 final String base64 = DeviceConfig.getProperty(DeviceConfig.NAMESPACE_SETTINGS_STATS, flag); in getList() local
140 if (TextUtils.isEmpty(base64)) { in getList()
143 final byte[] decode = Base64.decode(base64, Base64.NO_PADDING | Base64.NO_WRAP); in getList()
/frameworks/base/services/core/java/com/android/server/signedconfig/
DSignatureVerifier.java61 private static PublicKey createKey(String base64) { in createKey() argument
64 byte[] key = Base64.getDecoder().decode(base64); in createKey()
/frameworks/av/media/libstagefright/foundation/
DAndroid.bp76 "base64.cpp",
/frameworks/base/core/proto/android/debug/
Denums.proto52 * An empty or invalid base64 encoded key was provided to the framework; the connection was
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java986 final String base64 = parser.getAttributeValue(null, base64Attr); in getValueAttribute() local
987 if (base64 != null) { in getValueAttribute()
988 return base64Decode(base64); in getValueAttribute()
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto64 // A base64-encoded string represents anomaly stats config.