Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1254 mbedtls_ssl_transform *t_out, in mbedtls_test_ssl_build_transforms() argument
1314 CHK(mbedtls_cipher_setup(&t_out->cipher_ctx_enc, cipher_info) == 0); in mbedtls_test_ssl_build_transforms()
1315 CHK(mbedtls_cipher_setup(&t_out->cipher_ctx_dec, cipher_info) == 0); in mbedtls_test_ssl_build_transforms()
1323 CHK(mbedtls_cipher_set_padding_mode(&t_out->cipher_ctx_enc, in mbedtls_test_ssl_build_transforms()
1325 CHK(mbedtls_cipher_set_padding_mode(&t_out->cipher_ctx_dec, in mbedtls_test_ssl_build_transforms()
1338 CHK(mbedtls_cipher_setkey(&t_out->cipher_ctx_enc, key1, in mbedtls_test_ssl_build_transforms()
1342 CHK(mbedtls_cipher_setkey(&t_out->cipher_ctx_dec, key0, in mbedtls_test_ssl_build_transforms()
1369 t_out->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms()
1372 t_out->psa_mac_enc = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_test_ssl_build_transforms()
1374 t_out->psa_mac_dec = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_test_ssl_build_transforms()
[all …]
/mbedtls-latest/tests/include/test/
Dssl_helpers.h516 mbedtls_ssl_transform *t_out,