Searched refs:mbedtls_test_psa_exercise_key (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_exercise_key.h | 245 int mbedtls_test_psa_exercise_key(mbedtls_svc_key_id_t key,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pkparse.function | 58 TEST_ASSERT(mbedtls_test_psa_exercise_key(psa_key,
|
D | test_suite_psa_crypto_storage_format.function | 187 TEST_ASSERT(mbedtls_test_psa_exercise_key(
|
D | test_suite_psa_crypto.function | 1437 TEST_ASSERT(mbedtls_test_psa_exercise_key(skc->key, 1501 if (!mbedtls_test_psa_exercise_key(key, gkc->usage, gkc->alg, 0)) { 1837 if (!mbedtls_test_psa_exercise_key(key, usage_arg, 0, 0)) { 2047 if (!mbedtls_test_psa_exercise_key(key, usage, alg, 0)) { 2723 if (!mbedtls_test_psa_exercise_key(key, usage, alg, 0)) { 2726 if (!mbedtls_test_psa_exercise_key(key, usage, alg2, 0)) { 2857 if (!mbedtls_test_psa_exercise_key(target_key, expected_usage, expected_alg, 0)) { 2860 if (!mbedtls_test_psa_exercise_key(target_key, expected_usage, expected_alg2, 0)) { 9431 if (!mbedtls_test_psa_exercise_key(derived_key, derived_usage, derived_alg, 0)) { 10139 if (!mbedtls_test_psa_exercise_key(key, usage, alg, 0)) { [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 1119 int mbedtls_test_psa_exercise_key(mbedtls_svc_key_id_t key, in mbedtls_test_psa_exercise_key() function
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 346 … such a testsuite using existing tests as a starting point - `mbedtls_test_psa_exercise_key` is a …
|