Home
last modified time | relevance | path

Searched refs:t_out (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/roles/http/compression/brotli/
Dbrotli.c51 size_t a_in, a_out, t_out; in lcs_process_brotli() local
60 t_out = 0; in lcs_process_brotli()
75 &a_out, &n_out, &t_out) == in lcs_process_brotli()
86 &a_out, &n_out, &t_out); in lcs_process_brotli()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1190 mbedtls_ssl_transform *t_out,
1236 CHK( mbedtls_cipher_setup( &t_out->cipher_ctx_enc, cipher_info ) == 0 );
1237 CHK( mbedtls_cipher_setup( &t_out->cipher_ctx_dec, cipher_info ) == 0 );
1246 CHK( mbedtls_cipher_set_padding_mode( &t_out->cipher_ctx_enc,
1248 CHK( mbedtls_cipher_set_padding_mode( &t_out->cipher_ctx_dec,
1257 CHK( mbedtls_cipher_setkey( &t_out->cipher_ctx_enc, key1,
1259 CHK( mbedtls_cipher_setkey( &t_out->cipher_ctx_dec, key0,
1280 CHK( mbedtls_md_setup( &t_out->md_ctx_enc, md_info, 1 ) == 0 );
1281 CHK( mbedtls_md_setup( &t_out->md_ctx_dec, md_info, 1 ) == 0 );
1289 CHK( mbedtls_md_hmac_starts( &t_out->md_ctx_enc,
[all …]