Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dbase64.c50 static const char base64url[]= variable
326 return base64_encode(base64url, data, inputbuff, insize, outptr, outlen); in Curl_base64url_encode()
/third_party/node/lib/
Dbuffer.js666 base64url: { property
668 encodingVal: encodingsMap.base64url,
675 fromStringFast(val, encodingOps.base64url),
677 encodingsMap.base64url,
739 return encodingOps.base64url;
/third_party/node/doc/api/
Dbuffer.md55 description: Introduced `base64url` encoding.
112 * `'base64url'`: [base64url][] encoding as specified in
593 For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input.
3553 [base64url]: https://tools.ietf.org/html/rfc4648#section-5
/third_party/protobuf/
DCHANGES.txt815 * JsonFormat now accepts base64url encoded bytes fields.
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md568 * [[`06b7eb6636`](https://github.com/nodejs/node/commit/06b7eb6636)] - **doc**: document base64url
DCHANGELOG_V14.md371 …om/nodejs/node/commit/223494c548)] - **(SEMVER-MINOR)** **buffer**: add base64url encoding option …
427 …om/nodejs/node/commit/223494c548)] - **(SEMVER-MINOR)** **buffer**: add base64url encoding option …
DCHANGELOG_V4.md2015 * [[`1624d5b049`](https://github.com/nodejs/node/commit/1624d5b049)] - **doc**: document base64url