Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/
Dpsa_crypto_helpers.c106 const char *func, in mbedtls_test_record_status() argument
118 fprintf(log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr); in mbedtls_test_record_status()
/mbedtls-latest/tests/suites/
Dtest_suite_ctr_drbg.function165 goto exit; // goto is needed to avoid warning ( no test assertions in func)
181 goto exit; // goto is needed to avoid warning ( no test assertions in func)
196 goto exit; // goto is needed to avoid warning ( no test assertions in func)
211 goto exit; // goto is needed to avoid warning ( no test assertions in func)
Dtest_suite_asn1write.function394 int (*func)(unsigned char **p, const unsigned char *start,
434 ret = (*func)(&data.p, data.start, bitstring->x, bits);
Dtest_suite_psa_crypto.function2111 psa_key_attributes_t func = psa_key_attributes_init();
2117 TEST_EQUAL(psa_get_key_lifetime(&func), PSA_KEY_LIFETIME_VOLATILE);
2121 TEST_EQUAL(psa_get_key_type(&func), 0);
2125 TEST_EQUAL(psa_get_key_bits(&func), 0);
2129 TEST_EQUAL(psa_get_key_usage_flags(&func), 0);
2133 TEST_EQUAL(psa_get_key_algorithm(&func), 0);
2920 psa_hash_operation_t func = psa_hash_operation_init();
2927 TEST_EQUAL(psa_hash_update(&func, input, sizeof(input)),
2935 PSA_ASSERT(psa_hash_abort(&func));
3440 psa_mac_operation_t func = psa_mac_operation_init();
[all …]
/mbedtls-latest/tests/include/test/
Dpsa_crypto_helpers.h146 const char *func,