Home
last modified time | relevance | path

Searched refs:func (Results 1 – 5 of 5) sorted by relevance

/mbedtls-3.4.0/tests/src/
Dpsa_crypto_helpers.c102 const char *func, in mbedtls_test_record_status() argument
113 fprintf( log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr ); in mbedtls_test_record_status()
/mbedtls-3.4.0/tests/suites/
Dtest_suite_ctr_drbg.function147 goto exit; // goto is needed to avoid warning ( no test assertions in func)
161 goto exit; // goto is needed to avoid warning ( no test assertions in func)
174 goto exit; // goto is needed to avoid warning ( no test assertions in func)
187 goto exit; // goto is needed to avoid warning ( no test assertions in func)
Dtest_suite_asn1write.function406 int ( *func )( unsigned char **p, const unsigned char *start,
446 ret = ( *func )( &data.p, data.start, bitstring->x, bits );
Dtest_suite_psa_crypto.function1834 psa_key_attributes_t func = psa_key_attributes_init( );
1840 TEST_EQUAL( psa_get_key_lifetime( &func ), PSA_KEY_LIFETIME_VOLATILE );
1844 TEST_EQUAL( psa_get_key_type( &func ), 0 );
1848 TEST_EQUAL( psa_get_key_bits( &func ), 0 );
1852 TEST_EQUAL( psa_get_key_usage_flags( &func ), 0 );
1856 TEST_EQUAL( psa_get_key_algorithm( &func ), 0 );
2625 psa_hash_operation_t func = psa_hash_operation_init( );
2632 TEST_EQUAL( psa_hash_update( &func, input, sizeof( input ) ),
2640 PSA_ASSERT( psa_hash_abort( &func ) );
3154 psa_mac_operation_t func = psa_mac_operation_init( );
[all …]
/mbedtls-3.4.0/tests/include/test/
Dpsa_crypto_helpers.h153 const char *func,