Home
last modified time | relevance | path

Searched refs:psa_key_handle_t (Results 1 – 6 of 6) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/include/psa/
Dcrypto_compat.h31 typedef mbedtls_svc_key_id_t psa_key_handle_t; typedef
41 static inline int psa_key_handle_is_null(psa_key_handle_t handle) in psa_key_handle_is_null()
107 psa_key_handle_t *handle);
147 psa_status_t psa_close_key(psa_key_handle_t handle);
/openthread-3.7.0/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c546 psa_status_t psa_open_key(mbedtls_svc_key_id_t key, psa_key_handle_t *handle) in psa_open_key()
574 psa_status_t psa_close_key(psa_key_handle_t handle) in psa_close_key()
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function205 psa_key_handle_t handle = PSA_KEY_HANDLE_INIT;
426 psa_key_handle_t handle = mbedtls_svc_key_id_make(0xdead, 0xdead);
503 psa_key_handle_t target_handle = PSA_KEY_HANDLE_INIT;
720 psa_key_handle_t valid_handle = PSA_KEY_HANDLE_INIT;
721 psa_key_handle_t invalid_handle = PSA_KEY_HANDLE_INIT;
Dtest_suite_psa_crypto_se_driver_hal.function869 psa_key_handle_t handle;
1004 psa_key_handle_t handle;
1095 psa_key_handle_t handle;
1213 psa_key_handle_t handle;
1462 psa_key_handle_t handle;
Dtest_suite_psa_crypto_driver_wrappers.function876 psa_key_handle_t handle = 0;
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog2077 operations now accept the key identifier. The type psa_key_handle_t is now