Home
last modified time | relevance | path

Searched defs:base64_decode (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/encodings/
Dbase64_codec.py17 def base64_decode(input, errors='strict'): function
/external/libultrahdr/third_party/image_io/src/extras/
Dbase64_decoder_data_destination.cc31 static size_t base64_decode(const Byte* src, size_t len, Byte* out, in base64_decode() function
/external/image_io/src/extras/
Dbase64_decoder_data_destination.cc31 static size_t base64_decode(const Byte* src, size_t len, Byte* out, in base64_decode() function
/external/tink/testing/cross_language/
Djwt_kid_test.py46 def base64_decode(encoded_data: bytes) -> bytes: function
/external/grpc-grpc/test/core/transport/chttp2/
Dbin_decoder_test.cc60 static grpc_slice base64_decode(const char* s) { in base64_decode() function
/external/tink/python/tink/jwt/
D_jwt_format.py49 def base64_decode(encoded_data: bytes) -> bytes: function
/external/wpa_supplicant_8/src/utils/
Dbase64.c199 unsigned char * base64_decode(const char *src, size_t len, size_t *out_len) in base64_decode() function
/external/tpm2-tss/src/tss2-fapi/
Difapi_get_intl_cert.c195 base64_decode(unsigned char* buffer, size_t len, size_t *new_len) in base64_decode() function
/external/erofs-utils/lib/
Dtar.c404 static int base64_decode(const char *src, int len, u8 *dst) in base64_decode() function