Home
last modified time | relevance | path

Searched defs:base64_encode (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/encodings/
Dbase64_codec.py13 def base64_encode(input, errors='strict'): function
/external/grpc-grpc/test/core/transport/chttp2/
Dbin_decoder_test.cc53 static grpc_slice base64_encode(const char* s) { in base64_encode() function
/external/curl/lib/
Dbase64.c188 static CURLcode base64_encode(const char *table64, in base64_encode() function
/external/tink/python/tink/jwt/
D_jwt_format.py32 def base64_encode(data: bytes) -> bytes: function
/external/wpa_supplicant_8/src/utils/
Dbase64.c170 char * base64_encode(const void *src, size_t len, size_t *out_len) in base64_encode() function
/external/tpm2-tss/src/tss2-fapi/
Difapi_get_intl_cert.c133 base64_encode(const unsigned char* buffer) in base64_encode() function
/external/f2fs-tools/fsck/
Dfsck.c1631 static int base64_encode(const u8 *src, int len, char *dst) in base64_encode() function