Searched refs:psa_open_key (Results 1 – 7 of 7) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
D | crypto_spe.h | 64 #define psa_open_key \ macro 65 PSA_FUNCTION_NAME(psa_open_key)
|
/third_party/mbedtls/include/psa/ |
D | crypto_compat.h | 118 psa_status_t psa_open_key(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_slot_management.function | 153 TEST_EQUAL(psa_open_key(key_with_invalid_owner, &handle), 234 TEST_EQUAL(psa_open_key(wrong_owner_id, &invalid_svc_key_id), 252 TEST_EQUAL(psa_open_key(wrong_owner_id, &invalid_svc_key_id), 256 PSA_ASSERT(psa_open_key(id, &handle)); 289 PSA_ASSERT(psa_open_key(id, &handle)); 431 TEST_EQUAL(psa_open_key(id, &handle), expected_status); 550 PSA_ASSERT(psa_open_key(target_id, &target_handle));
|
D | test_suite_psa_crypto_se_driver_hal.function | 925 TEST_ASSERT(psa_open_key(returned_id, &handle) == 977 TEST_EQUAL(psa_open_key(returned_id, &handle), 1068 TEST_EQUAL(psa_open_key(id, &handle), PSA_ERROR_DOES_NOT_EXIST); 1152 TEST_EQUAL(psa_open_key(id, &handle), PSA_ERROR_DOES_NOT_EXIST); 1269 TEST_EQUAL(psa_open_key(id, &handle), PSA_ERROR_DOES_NOT_EXIST); 1508 TEST_EQUAL(psa_open_key(invalid_id, &handle), PSA_ERROR_DOES_NOT_EXIST); 1523 TEST_EQUAL(psa_open_key(id, &handle), PSA_ERROR_DOES_NOT_EXIST);
|
/third_party/mbedtls/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 76 * Test that keys in a secure element survive `psa_close_key(); psa_open_key()`. 90 … any unexpected content (for keys, this can be done by checking that `psa_open_key` fails with `PS…
|
/third_party/mbedtls/library/ |
D | psa_crypto_slot_management.c | 474 psa_status_t psa_open_key(mbedtls_svc_key_id_t key, psa_key_handle_t *handle) in psa_open_key() function
|
/third_party/mbedtls/ |
D | ChangeLog | 1214 * PSA functions other than psa_open_key now return PSA_ERROR_INVALID_HANDLE
|