Searched refs:base64 (Results 1 – 13 of 13) sorted by relevance
2 HSR1ProfileWithCACert.base64 - base64 encoded of the data contained in HSR1ProfileWithCAWith.conf3 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…
3 Content-Transfer-Encoding: base647 Content-Transfer-Encoding: base6451 Content-Transfer-Encoding: base64
75 const AString base64[] = { in TEST_F() local87 verifyDecode(clearText, base64); in TEST_F()128 const AString base64[] = { in TEST_F() local134 verifyEncode(base64, clearText); in TEST_F()
5 openssl dgst -sha256 -sign $(dirname $0)/debug_key.pem <(echo -n "$1" | base64 -d) | base64 -w 0
15 …gst -sha256 -verify $(dirname $0)/${K} -signature <(echo ${S} | base64 -d) <(echo ${D} | base64 -d)
95 bool WriteBase64ToFile(const char* base64, const std::string& file, in WriteBase64ToFile() argument97 CHECK(base64 != nullptr); in WriteBase64ToFile()99 std::unique_ptr<uint8_t[]> bytes(DecodeBase64(base64, &length)); in WriteBase64ToFile()
265 final String base64 = ssp.substring(BASE64_URI_PREFIX.length()); in parseDataUri() local266 return Base64.decode(base64, Base64.URL_SAFE); in parseDataUri()268 final String base64 = ssp.substring( in parseDataUri() local270 return Base64.decode(base64, Base64.DEFAULT); in parseDataUri()
60 private static PublicKey createKey(String base64) { in createKey() argument63 byte[] key = Base64.getDecoder().decode(base64); in createKey()
76 "base64.cpp",
52 * An empty or invalid base64 encoded key was provided to the framework; the connection was
828 final String base64 = parser.getAttributeValue(null, base64Attr); in getValueAttribute() local829 if (base64 != null) { in getValueAttribute()830 return base64Decode(base64); in getValueAttribute()
64 // A base64-encoded string represents anomaly stats config.
102165 Lcom/android/okhttp/okio/ByteString;->base64()Ljava/lang/String;107481 Ljava/util/Base64$DecInputStream;->base64:[I107518 Ljava/util/Base64$EncOutputStream;->base64:[C