/mbedtls-development/tests/suites/ |
A D | test_suite_ccm.function | 35 ASSERT_ALLOC( output, n1 ); 43 ASSERT_ALLOC( output, n2 ); 51 ASSERT_ALLOC( output, tag->len ); 247 ASSERT_ALLOC( output, msg->len ); 351 ASSERT_ALLOC( tag_buf, 16 ); 509 ASSERT_ALLOC( output, tag->len ); 537 ASSERT_ALLOC( output, tag->len ); 608 ASSERT_ALLOC( output, msg->len ); 633 ASSERT_ALLOC( output, 16 ); 746 ASSERT_ALLOC( output, 16 ); [all …]
|
A D | test_suite_gcm.function | 36 ASSERT_ALLOC( output, n1 ); 44 ASSERT_ALLOC( output, n2 ); 52 ASSERT_ALLOC( output, tag->len ); 91 ASSERT_ALLOC( output, input->len ); 99 ASSERT_ALLOC( output, tag->len ); 129 ASSERT_ALLOC( output_tag, tag->len ); 149 ASSERT_ALLOC( output, tag->len ); 448 ASSERT_ALLOC( output, output_len );
|
A D | test_suite_psa_crypto_entropy.function | 87 ASSERT_ALLOC( input, input_size ); 88 ASSERT_ALLOC( signature, signature_size ); 139 ASSERT_ALLOC( seed, seed_size );
|
A D | test_suite_psa_crypto_driver_wrappers.function | 454 ASSERT_ALLOC( output1, output1_buffer_size ); 455 ASSERT_ALLOC( output2, output2_buffer_size ); 572 ASSERT_ALLOC( output, output_buffer_size ); 704 ASSERT_ALLOC( output, output_buffer_size ); 808 ASSERT_ALLOC( input, input_buffer_size ); 814 ASSERT_ALLOC( output, output_buffer_size ); 863 ASSERT_ALLOC( output, input->len + 16 ); 1057 ASSERT_ALLOC( output_data, output_size ); 1120 ASSERT_ALLOC( output_data, output_size ); 1184 ASSERT_ALLOC( actual_mac, mac_buffer_size ); [all …]
|
A D | test_suite_psa_crypto.function | 779 ASSERT_ALLOC( buffer, buffer_size ); 824 ASSERT_ALLOC( exported, export_size ); 940 ASSERT_ALLOC( exported, export_size ); 1844 ASSERT_ALLOC( output, output_size ); 4043 ASSERT_ALLOC( output, output_size ); 4144 ASSERT_ALLOC( output, output_size ); 4253 ASSERT_ALLOC( output, output_size ); 5546 ASSERT_ALLOC( output, output_size ); 5620 ASSERT_ALLOC( output, output_size ); 6655 ASSERT_ALLOC( output, bytes ); [all …]
|
A D | test_suite_psa_crypto_persistent_key.function | 59 ASSERT_ALLOC( file_data, file_data_length ); 124 ASSERT_ALLOC( data, data_length ); 266 ASSERT_ALLOC( exported, export_size );
|
A D | test_suite_psa_its.function | 90 ASSERT_ALLOC( buffer, data->len ); 120 ASSERT_ALLOC( buffer, MAX( data1->len, data2->len ) ); 215 ASSERT_ALLOC( buffer, length + 16 );
|
A D | test_suite_asn1parse.function | 138 ASSERT_ALLOC( buf, 1 ); 258 ASSERT_ALLOC( buf, buffer_size ); 529 ASSERT_ALLOC( buf, size ); 755 ASSERT_ALLOC( head.oid.p, 1 ); 757 ASSERT_ALLOC( head.val.p, 1 ); 782 ASSERT_ALLOC( new, sizeof( mbedtls_asn1_named_data ) );
|
A D | test_suite_psa_crypto_storage_format.function | 39 ASSERT_ALLOC( actual_representation, storage_info.size ); 103 ASSERT_ALLOC( exported_material, expected_material->len );
|
A D | test_suite_asn1write.function | 19 ASSERT_ALLOC( data->output, data->size == 0 ? 1 : data->size ); 348 ASSERT_ALLOC( nd[i].oid.p, oid[i]->len ); 402 ASSERT_ALLOC( nd.val.p, (size_t) old_len );
|
A D | test_suite_psa_crypto_slot_management.function | 308 ASSERT_ALLOC( reexported, key_data->len ); 587 ASSERT_ALLOC( export_buffer, material->len ); 708 ASSERT_ALLOC( export_buffer, target_material->len ); 831 ASSERT_ALLOC( keys, max_keys ); 960 ASSERT_ALLOC( keys, MBEDTLS_PSA_KEY_SLOT_COUNT );
|
A D | test_suite_cipher.function | 843 ASSERT_ALLOC( cipher_plus_tag, cipher_plus_tag_len ); 861 ASSERT_ALLOC( decrypt_buf, decrypt_buf_len - 1 ); 876 ASSERT_ALLOC( decrypt_buf, decrypt_buf_len ); 924 ASSERT_ALLOC( encrypt_buf, encrypt_buf_len - 1 ); 938 ASSERT_ALLOC( encrypt_buf, encrypt_buf_len );
|
A D | test_suite_random.function | 166 ASSERT_ALLOC( output, n );
|
A D | test_suite_psa_crypto_init.function | 271 ASSERT_ALLOC( seed, seed_size );
|
A D | test_suite_mps.function | 834 ASSERT_ALLOC( acc, acc_size ); 841 ASSERT_ALLOC( outgoing, num_out_chunks * max_chunk_size ); 842 ASSERT_ALLOC( incoming, num_out_chunks * max_chunk_size ); 879 ASSERT_ALLOC( tmp, tmp_size );
|
A D | test_suite_ssl.function | 2180 ASSERT_ALLOC( input, input_len ); 2195 ASSERT_ALLOC( output, output_len ); 3531 ASSERT_ALLOC( buf, buflen ); 3532 ASSERT_ALLOC( buf_save, buflen ); 4003 ASSERT_ALLOC( buf, buf_len ); 4680 ASSERT_ALLOC( out, out_len ); 4700 ASSERT_ALLOC( data, max_in_len ); 4754 ASSERT_ALLOC( dst, len ); 4755 ASSERT_ALLOC( src, src_len );
|
A D | test_suite_ecp.function | 950 ASSERT_ALLOC( actual, expected->len );
|
A D | test_suite_psa_crypto_se_driver_hal.function | 611 ASSERT_ALLOC( loaded, info.size );
|
A D | test_suite_mpi.function | 1302 ASSERT_ALLOC( stats, stats_len );
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 522 ASSERT_ALLOC( public_key, public_key_length ); in mbedtls_test_psa_key_agreement_with_self() 564 ASSERT_ALLOC( public_key, public_key_length ); in mbedtls_test_psa_raw_key_agreement_with_self() 808 ASSERT_ALLOC( exported, exported_size ); in exercise_export_key() 853 ASSERT_ALLOC( exported, exported_size ); in exercise_export_public_key() 866 ASSERT_ALLOC( exported, exported_size ); in exercise_export_public_key()
|
/mbedtls-development/tests/include/test/ |
A D | macros.h | 112 #define ASSERT_ALLOC( pointer, length ) \ macro
|