Searched refs:t_out (Results 1 – 2 of 2) sorted by relevance
/mbedtls-3.6.0/tests/src/test_helpers/ |
D | ssl_helpers.c | 1100 mbedtls_ssl_transform *t_out, in mbedtls_test_ssl_build_transforms() argument 1156 CHK(mbedtls_cipher_setup(&t_out->cipher_ctx_enc, cipher_info) == 0); in mbedtls_test_ssl_build_transforms() 1157 CHK(mbedtls_cipher_setup(&t_out->cipher_ctx_dec, cipher_info) == 0); in mbedtls_test_ssl_build_transforms() 1165 CHK(mbedtls_cipher_set_padding_mode(&t_out->cipher_ctx_enc, in mbedtls_test_ssl_build_transforms() 1167 CHK(mbedtls_cipher_set_padding_mode(&t_out->cipher_ctx_dec, in mbedtls_test_ssl_build_transforms() 1180 CHK(mbedtls_cipher_setkey(&t_out->cipher_ctx_enc, key1, in mbedtls_test_ssl_build_transforms() 1184 CHK(mbedtls_cipher_setkey(&t_out->cipher_ctx_dec, key0, in mbedtls_test_ssl_build_transforms() 1211 t_out->psa_mac_alg = PSA_ALG_HMAC(alg); in mbedtls_test_ssl_build_transforms() 1214 t_out->psa_mac_enc = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_test_ssl_build_transforms() 1216 t_out->psa_mac_dec = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_test_ssl_build_transforms() [all …]
|
/mbedtls-3.6.0/tests/include/test/ |
D | ssl_helpers.h | 500 mbedtls_ssl_transform *t_out,
|