Searched refs:mbedtls_test_psa_exercise_key (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/include/test/ |
H A D | psa_exercise_key.h | 216 int mbedtls_test_psa_exercise_key(mbedtls_svc_key_id_t key,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/ |
H A D | psa_exercise_key.h | 245 int mbedtls_test_psa_exercise_key(mbedtls_svc_key_id_t key,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_pkparse.function | 58 TEST_ASSERT(mbedtls_test_psa_exercise_key(psa_key,
|
H A D | test_suite_psa_crypto_storage_format.function | 187 TEST_ASSERT(mbedtls_test_psa_exercise_key(
|
H A 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 …]
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_storage_format.function | 271 TEST_ASSERT(mbedtls_test_psa_exercise_key(
|
H A D | test_suite_psa_crypto.function | 1574 if (!mbedtls_test_psa_exercise_key(key, usage_arg, 0)) { 1712 if (!mbedtls_test_psa_exercise_key(key, usage, alg)) { 2382 if (!mbedtls_test_psa_exercise_key(key, usage, alg)) { 2385 if (!mbedtls_test_psa_exercise_key(key, usage, alg2)) { 2516 if (!mbedtls_test_psa_exercise_key(target_key, expected_usage, expected_alg)) { 2519 if (!mbedtls_test_psa_exercise_key(target_key, expected_usage, expected_alg2)) { 9087 if (!mbedtls_test_psa_exercise_key(derived_key, derived_usage, derived_alg)) { 9628 if (!mbedtls_test_psa_exercise_key(key, usage, alg)) { 9702 if (!mbedtls_test_psa_exercise_key(key, usage, alg)) { 9875 if (!mbedtls_test_psa_exercise_key(key, usage_flags, alg)) {
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 916 int mbedtls_test_psa_exercise_key(mbedtls_svc_key_id_t key, in mbedtls_test_psa_exercise_key() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A 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
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/ |
H A D | psa-shared-memory.md | 346 … such a testsuite using existing tests as a starting point - `mbedtls_test_psa_exercise_key` is a …
|