Searched defs:base64_decode (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/encodings/ |
D | base64_codec.py | 17 def base64_decode(input, errors='strict'): function
|
/external/libultrahdr/third_party/image_io/src/extras/ |
D | base64_decoder_data_destination.cc | 31 static size_t base64_decode(const Byte* src, size_t len, Byte* out, in base64_decode() function
|
/external/image_io/src/extras/ |
D | base64_decoder_data_destination.cc | 31 static size_t base64_decode(const Byte* src, size_t len, Byte* out, in base64_decode() function
|
/external/tink/testing/cross_language/ |
D | jwt_kid_test.py | 46 def base64_decode(encoded_data: bytes) -> bytes: function
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | bin_decoder_test.cc | 60 static grpc_slice base64_decode(const char* s) { in base64_decode() function
|
/external/tink/python/tink/jwt/ |
D | _jwt_format.py | 49 def base64_decode(encoded_data: bytes) -> bytes: function
|
/external/wpa_supplicant_8/src/utils/ |
D | base64.c | 199 unsigned char * base64_decode(const char *src, size_t len, size_t *out_len) in base64_decode() function
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_get_intl_cert.c | 195 base64_decode(unsigned char* buffer, size_t len, size_t *new_len) in base64_decode() function
|
/external/erofs-utils/lib/ |
D | tar.c | 404 static int base64_decode(const char *src, int len, u8 *dst) in base64_decode() function
|