Searched refs:TEST_CALLOC (Results 1 - 3 of 3) sorted by relevance
/third_party/mbedtls/tests/include/test/ |
H A D | macros.h | 124 #define TEST_CALLOC(pointer, item_count) \ macro 167 #define ASSERT_ALLOC(pointer, item_count) TEST_CALLOC(pointer, item_count) 171 * This macro behaves like #TEST_CALLOC, except that if the allocation
|
/third_party/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 652 TEST_CALLOC(public_key, public_key_length); in mbedtls_test_psa_key_agreement_with_self() 709 TEST_CALLOC(public_key, public_key_length); in mbedtls_test_psa_raw_key_agreement_with_self() 1026 TEST_CALLOC(exported, exported_size); in exercise_export_key() 1076 TEST_CALLOC(exported, exported_size); in exercise_export_public_key() 1094 TEST_CALLOC(exported, exported_size); in exercise_export_public_key()
|
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 72 TEST_CALLOC(opts->cache, 1); in mbedtls_test_init_handshake_options() 608 TEST_CALLOC(cert->ca_cert, 1); in mbedtls_test_ssl_endpoint_certificate_init() 609 TEST_CALLOC(cert->cert, 1); in mbedtls_test_ssl_endpoint_certificate_init() 610 TEST_CALLOC(cert->pkey, 1); in mbedtls_test_ssl_endpoint_certificate_init()
|
Completed in 6 milliseconds