Home
last modified time | relevance | path

Searched defs:encode_buf (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/
Dtests.rs64 let mut encode_buf = [0_u8; 8]; in rfc_test_vectors_std_alphabet() localVariable
94 let mut encode_buf = [0_u8; 8]; in rfc_test_vectors_std_alphabet() localVariable
132 let mut encode_buf = Vec::<u8>::new(); in roundtrip_random() localVariable
169 let mut encode_buf = Vec::<u8>::new(); in encode_doesnt_write_extra_bytes() localVariable
283 let mut encode_buf = Vec::<u8>::new(); in decode_doesnt_write_extra_bytes() localVariable
589 let mut encode_buf = Vec::<u8>::new(); in decode_invalid_byte_error() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/codec/
Dbuffer.rs110 fn encode_buf() { in encode_buf() function
/aosp_15_r20/external/mbedtls/library/
H A Dpem.c472 unsigned char *encode_buf = NULL, *c, *p = buf; in mbedtls_pem_write_buffer() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpem.c499 unsigned char *encode_buf = NULL, *c, *p = buf; in mbedtls_pem_write_buffer() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/
H A Dchunked_encoder.rs36 let mut encode_buf: [u8; BUF_SIZE] = [0; BUF_SIZE]; in encode() localVariable