Searched defs:encode_buf (Results 1 – 5 of 5) sorted by relevance
64 let mut encode_buf = [0_u8; 8]; in rfc_test_vectors_std_alphabet() localVariable94 let mut encode_buf = [0_u8; 8]; in rfc_test_vectors_std_alphabet() localVariable132 let mut encode_buf = Vec::<u8>::new(); in roundtrip_random() localVariable169 let mut encode_buf = Vec::<u8>::new(); in encode_doesnt_write_extra_bytes() localVariable283 let mut encode_buf = Vec::<u8>::new(); in decode_doesnt_write_extra_bytes() localVariable589 let mut encode_buf = Vec::<u8>::new(); in decode_invalid_byte_error() localVariable
110 fn encode_buf() { in encode_buf() function
472 unsigned char *encode_buf = NULL, *c, *p = buf; in mbedtls_pem_write_buffer() local
499 unsigned char *encode_buf = NULL, *c, *p = buf; in mbedtls_pem_write_buffer() local
36 let mut encode_buf: [u8; BUF_SIZE] = [0; BUF_SIZE]; in encode() localVariable