Home
last modified time | relevance | path

Searched refs:base64_encode (Results 1 – 25 of 140) sorted by relevance

123456

/aosp_15_r20/external/tink/python/tink/jwt/
H A D_jwt_format.py32 def base64_encode(data: bytes) -> bytes: function
72 return base64_encode(json_header.encode('utf8'))
87 return base64_encode(json_payload.encode('utf8'))
102 return base64_encode(signature)
129 return base64_encode(struct.pack('>L', key_id)).decode('utf8')
H A D_jwt_format_test.py34 self.assertEqual(_jwt_format.base64_encode(header), encoded_header)
48 self.assertEqual(_jwt_format.base64_encode(payload), encoded_payload)
99 encoded_header = _jwt_format.base64_encode(b'{"alg":"RS256", "bad":"\xc2"}')
371 encoded_header = _jwt_format.base64_encode(b'{"alg":"RS256", "bad":"\xc2"}')
H A D_jwk_set_converter.py71 return _jwt_format.base64_encode(data).decode('utf8')
/aosp_15_r20/tools/netsim/rust/http-proxy/src/
H A Dconnector.rs49 let encoded_auth = base64_encode(format!("{}:{}", username, password).as_bytes()); in connect()
74 fn base64_encode(src: &[u8]) -> Vec<u8> { in base64_encode() function
158 let encoded = base64_encode(input); in test_proxy_base64_encode_success()
165 let encoded = base64_encode(input); in test_proxy_base64_encode_empty_input()
/aosp_15_r20/external/python/cpython3/Lib/encodings/
Dbase64_codec.py13 def base64_encode(input, errors='strict'): function
23 return base64_encode(input, errors)
48 encode=base64_encode,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/
Dbase64_codec.py13 def base64_encode(input, errors='strict'): function
23 return base64_encode(input, errors)
48 encode=base64_encode,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/
Dbase64_codec.py13 def base64_encode(input, errors='strict'): function
23 return base64_encode(input, errors)
48 encode=base64_encode,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/
Dbase64_codec.py13 def base64_encode(input, errors='strict'): function
23 return base64_encode(input, errors)
48 encode=base64_encode,
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/
H A Dbase64_codec.py13 def base64_encode(input, errors='strict'): function
23 return base64_encode(input, errors)
48 encode=base64_encode,
/aosp_15_r20/external/python/cpython2/Lib/encodings/
Dbase64_codec.py13 def base64_encode(input,errors='strict'): function
48 return base64_encode(input,errors)
73 encode=base64_encode,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/
Dbase64_codec.py13 def base64_encode(input, errors='strict'): function
23 return base64_encode(input, errors)
48 encode=base64_encode,
/aosp_15_r20/external/curl/lib/
H A Dbase64.c188 static CURLcode base64_encode(const char *table64, in base64_encode() function
269 return base64_encode(base64encdec, inputbuff, insize, outptr, outlen); in Curl_base64_encode()
290 return base64_encode(base64url, inputbuff, insize, outptr, outlen); in Curl_base64url_encode()
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dbin_decoder_test.cc53 static grpc_slice base64_encode(const char* s) { in base64_encode() function
92 s, grpc_chttp2_base64_decode_with_length(base64_encode(s), strlen(s)));
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php110 echo wordwrap(base64_encode($data), 72, "\n", true);
223 $resp = wordwrap(base64_encode($data), 72, "\n", true);
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_get_intl_cert.c133 base64_encode(const unsigned char* buffer) in base64_encode() function
311 char *b64 = base64_encode(hash); in ifapi_get_intl_ek_certificate()
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dbase64util.h26 char *base64_encode(const unsigned char *bindata, char *base64, int binlength);
Dbase64util.cpp42 char *base64_encode(const unsigned char *bindata, char *base64output, in base64_encode() function
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dbase64.h12 char * base64_encode(const void *src, size_t len, size_t *out_len);
H A Dutils_module_tests.c304 res2 = base64_encode("", ~0, &res_len); in base64_tests()
310 res2 = base64_encode("=", 1, &res_len); in base64_tests()
316 res2 = base64_encode("=", 1, NULL); in base64_tests()
H A Dbase64.c170 char * base64_encode(const void *src, size_t len, size_t *out_len) in base64_encode() function
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dsae_pk_gen.c134 b64 = base64_encode(der, der_len, NULL); in main()
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c673 base64_encode(wpabuf_head(msg), in subscription_first_event()
847 val = base64_encode(raw, raw_len, &val_len); in upnp_wps_device_send_wlan_event()
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBJsonWire.php223 $bytes_value = base64_encode($value);
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBJsonWire.php223 $bytes_value = base64_encode($value);
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Ddetokenization.rst188 utf8_ok{Valid UTF-8?} -->|no| base64_encode
191 base64_encode[Encode as<br>tokenized Base64] --> display
199 is_plain_text{Text is<br>printable?} -->|no| base64_encode

123456