Searched refs:base64 (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/wifi/tests/assets/hsr1/ |
D | README.txt | 2 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 …
|
D | HSR1ProfileWithCACert.conf | 3 Content-Transfer-Encoding: base64 7 Content-Transfer-Encoding: base64 51 Content-Transfer-Encoding: base64
|
/frameworks/av/media/libstagefright/foundation/tests/ |
D | Base64_test.cpp | 75 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/ |
D | debug_sign.sh | 5 openssl dgst -sha256 -sign $(dirname $0)/debug_key.pem <(echo -n "$1" | base64 -d) | base64 -w 0
|
D | verify_b64.sh | 15 …gst -sha256 -verify $(dirname $0)/${K} -signature <(echo ${S} | base64 -d) <(echo ${D} | base64 -d)
|
/frameworks/native/cmds/installd/tests/ |
D | test_utils.h | 95 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/ |
D | ImageUtils.java | 265 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/ |
D | SettingsStatsUtil.java | 139 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/ |
D | SignatureVerifier.java | 61 private static PublicKey createKey(String base64) { in createKey() argument 64 byte[] key = Base64.getDecoder().decode(base64); in createKey()
|
/frameworks/av/media/libstagefright/foundation/ |
D | Android.bp | 76 "base64.cpp",
|
/frameworks/base/core/proto/android/debug/ |
D | enums.proto | 52 * An empty or invalid base64 encoded key was provided to the framework; the connection was
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsState.java | 986 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/ |
D | global.proto | 64 // A base64-encoded string represents anomaly stats config.
|