Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_test.cc574 static bool DecodeBase64(std::vector<uint8_t> *out, const char *in) { in DecodeBase64() function
597 if (!DecodeBase64(&input, input_b64)) { in TestSSL_SESSIONEncoding()
666 if (!DecodeBase64(&input, input_b64)) { in TestBadSSL_SESSIONEncoding()
758 if (!DecodeBase64(&der, kOpenSSLSession)) { in CreateSessionWithTicket()