Searched refs:t_out (Results 1 – 3 of 3) sorted by relevance
/third_party/mbedtls/tests/src/test_helpers/ |
D | ssl_helpers.c | 1082 mbedtls_ssl_transform *t_out, in mbedtls_test_ssl_build_transforms() argument 1138 CHK(mbedtls_cipher_setup(&t_out->cipher_ctx_enc, cipher_info) == 0); in mbedtls_test_ssl_build_transforms() 1139 CHK(mbedtls_cipher_setup(&t_out->cipher_ctx_dec, cipher_info) == 0); in mbedtls_test_ssl_build_transforms() 1147 CHK(mbedtls_cipher_set_padding_mode(&t_out->cipher_ctx_enc, in mbedtls_test_ssl_build_transforms() 1149 CHK(mbedtls_cipher_set_padding_mode(&t_out->cipher_ctx_dec, in mbedtls_test_ssl_build_transforms() 1162 CHK(mbedtls_cipher_setkey(&t_out->cipher_ctx_enc, key1, in mbedtls_test_ssl_build_transforms() 1166 CHK(mbedtls_cipher_setkey(&t_out->cipher_ctx_dec, key0, in mbedtls_test_ssl_build_transforms() 1193 t_out->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms() 1196 t_out->psa_mac_enc = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_test_ssl_build_transforms() 1198 t_out->psa_mac_dec = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_test_ssl_build_transforms() [all …]
|
/third_party/libwebsockets/lib/roles/http/compression/brotli/ |
D | brotli.c | 51 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/include/test/ |
D | ssl_helpers.h | 475 mbedtls_ssl_transform *t_out,
|