Home
last modified time | relevance | path

Searched refs:ARRAY_LENGTH (Results 1 – 12 of 12) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal.data31 key_creation_import_export:TEST_SE_PERSISTENT_LIFETIME:ARRAY_LENGTH( ram_slots ) - 1:0
43 key_creation_import_export:TEST_SE_VOLATILE_LIFETIME:ARRAY_LENGTH( ram_slots ) - 1:0
55 key_creation_in_chosen_slot:ARRAY_LENGTH( ram_slots ) - 1:0:PSA_SUCCESS
61 key_creation_in_chosen_slot:ARRAY_LENGTH( ram_slots ) - 1:1:PSA_SUCCESS
64 key_creation_in_chosen_slot:ARRAY_LENGTH( ram_slots ):0:PSA_ERROR_INVALID_ARGUMENT
A Dtest_suite_asn1write.function338 mbedtls_asn1_named_data *pointers[ARRAY_LENGTH( nd ) + 1];
343 for( i = 0; i < ARRAY_LENGTH( nd ); i++ )
345 pointers[ARRAY_LENGTH( nd )] = NULL;
346 for( i = 0; i < ARRAY_LENGTH( nd ); i++ )
361 for( i = 0; i < ARRAY_LENGTH( nd ); i++ )
375 for( i = 0; i < ARRAY_LENGTH( nd ); i++ )
385 for( i = 0; i < ARRAY_LENGTH( nd ); i++ )
A Dtest_suite_psa_crypto_se_driver_hal.function239 /* A type with at least ARRAY_LENGTH(ram_slots) bits, containing a
268 DRIVER_ASSERT_RETURN( slot_number < ARRAY_LENGTH( ram_slots ) );
354 DRIVER_ASSERT_RETURN( slot_number < ARRAY_LENGTH( ram_slots ) );
374 DRIVER_ASSERT_RETURN( slot_number < ARRAY_LENGTH( ram_slots ) );
396 DRIVER_ASSERT_RETURN( slot_number < ARRAY_LENGTH( ram_slots ) );
414 *slot_number < ARRAY_LENGTH( ram_slots );
437 if( slot_number >= ARRAY_LENGTH( ram_slots ) )
457 DRIVER_ASSERT_RETURN( slot_number < ARRAY_LENGTH( ram_slots ) );
490 DRIVER_ASSERT_RETURN( slot_number < ARRAY_LENGTH( ram_slots ) );
A Dtest_suite_asn1parse.function721 mbedtls_asn1_named_data *pointers[ARRAY_LENGTH( nd ) + 1];
725 for( i = 0; i < ARRAY_LENGTH( nd ); i++ )
727 pointers[ARRAY_LENGTH( nd )] = NULL;
728 for( i = 0; i < ARRAY_LENGTH( nd ); i++ )
A Dhost_test.function667 ARRAY_LENGTH( unmet_dependencies ) )
A Dtest_suite_psa_crypto.function2420 for( size_t i = 0; i < ARRAY_LENGTH( output_sizes_to_test ); i++ )
5896 for( i = 0; i < ARRAY_LENGTH( steps ); i++ )
5954 for( i = 0; i < ARRAY_LENGTH( keys ); i++ )
6070 for( i = 0; i < ARRAY_LENGTH( expected_outputs ); i++ )
6088 for( i = 0; i < ARRAY_LENGTH( steps ); i++ )
6123 for( i = 0; i < ARRAY_LENGTH( expected_outputs ); i++ )
6159 for( i = 0; i < ARRAY_LENGTH( keys ); i++ )
A Dtest_suite_ssl.function4912 …TEST_EQUAL( ssl.handshake->group_list[ARRAY_LENGTH( iana_tls_group_list ) - 1], MBEDTLS_SSL_IANA_T…
4914 for( size_t i = 0; i < ARRAY_LENGTH( iana_tls_group_list ); i++ )
4944 …TEST_EQUAL( ssl.conf->group_list[ARRAY_LENGTH( iana_tls_group_list ) - 1], MBEDTLS_SSL_IANA_TLS_GR…
4946 for( size_t i = 0; i < ARRAY_LENGTH( iana_tls_group_list ); i++ )
/mbedtls-development/tests/include/test/
A Dmacros.h215 #define ARRAY_LENGTH( array ) \ macro
222 #define ARRAY_LENGTH( array ) ARRAY_LENGTH_UNSAFE( array ) macro
/mbedtls-development/tests/src/
A Dpsa_crypto_helpers.c52 if( num_key_ids_used == ARRAY_LENGTH( key_ids_used_in_test ) ) in mbedtls_test_uses_key_id()
/mbedtls-development/library/
A Dsha512.c528 #define ARRAY_LENGTH( a ) ( sizeof( a ) / sizeof( ( a )[0] ) ) macro
551 for( i = 0; i < (int) ARRAY_LENGTH(sha512_test_sum); i++ ) in mbedtls_sha512_self_test()
614 #undef ARRAY_LENGTH
A Dpsa_crypto_slot_management.c44 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) macro
A Dpsa_crypto.c88 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) macro

Completed in 32 milliseconds