/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_slot_management.c | 36 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key); in psa_is_valid_key_id() 87 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key); in psa_get_and_lock_key_slot_in_memory() 264 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(slot->attr.id))) { in psa_load_builtin_key_into_slot() 542 psa_key_id_t id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(slot->attr.id); in mbedtls_psa_get_stats() 550 psa_key_id_t id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(slot->attr.id); in mbedtls_psa_get_stats()
|
H A D | psa_crypto_driver_wrappers_no_static.c | 102 MBEDTLS_SVC_KEY_ID_GET_KEY_ID( in psa_driver_wrapper_get_key_buffer_size()
|
H A D | psa_crypto_storage.c | 49 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key); in psa_its_identifier_of_slot()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_slot_management.c | 56 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key); in psa_is_valid_key_id() 110 psa_key_id_t key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key); in psa_get_and_lock_key_slot_in_memory() 299 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(slot->attr.id))) { in psa_load_builtin_key_into_slot() 668 psa_key_id_t id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(slot->attr.id); in mbedtls_psa_get_stats() 676 psa_key_id_t id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(slot->attr.id); in mbedtls_psa_get_stats()
|
H A D | psa_crypto_driver_wrappers_no_static.c | 102 MBEDTLS_SVC_KEY_ID_GET_KEY_ID( in psa_driver_wrapper_get_key_buffer_size()
|
H A D | psa_crypto_storage.c | 49 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key); in psa_its_identifier_of_slot()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_attributes.function | 24 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(psa_get_key_id(&attributes)), 0); 51 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(psa_get_key_id(&attributes)), 0);
|
H A D | test_suite_psa_crypto_se_driver_hal_mocks.function | 364 TEST_ASSERT(MBEDTLS_SVC_KEY_ID_GET_KEY_ID( 479 TEST_ASSERT(MBEDTLS_SVC_KEY_ID_GET_KEY_ID(
|
H A D | test_suite_psa_crypto_slot_management.function | 147 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key)); 746 * MBEDTLS_SVC_KEY_ID_GET_KEY_ID( valid_handle ) is a volatile 892 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(returned_key_id)));
|
H A D | test_suite_pk.function | 2323 TEST_EQUAL(MBEDTLS_SVC_KEY_ID_GET_KEY_ID(psa_get_key_id(&attributes)), 2324 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(expected_key_id));
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_attributes.function | 24 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(psa_get_key_id(&attributes)), 0); 51 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(psa_get_key_id(&attributes)), 0);
|
H A D | test_suite_psa_crypto_slot_management.function | 148 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key)); 747 * MBEDTLS_SVC_KEY_ID_GET_KEY_ID( valid_handle ) is a volatile 753 * MBEDTLS_SVC_KEY_ID_GET_KEY_ID( valid_handle ) to build an 757 if (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(valid_handle) == 761 key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(valid_handle) - 1; 900 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(returned_key_id)));
|
H A D | test_suite_psa_crypto_se_driver_hal_mocks.function | 364 TEST_ASSERT(MBEDTLS_SVC_KEY_ID_GET_KEY_ID( 479 TEST_ASSERT(MBEDTLS_SVC_KEY_ID_GET_KEY_ID(
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 50 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id)) && in check_key_attributes_sanity() 51 (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id) <= in check_key_attributes_sanity() 55 (PSA_KEY_ID_USER_MIN <= MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id)) && in check_key_attributes_sanity() 56 (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id) <= PSA_KEY_ID_USER_MAX)); in check_key_attributes_sanity()
|
H A D | psa_crypto_helpers.c | 30 if (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key_id) > in mbedtls_test_uses_key_id()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | psa_exercise_key.c | 66 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id)) && in check_key_attributes_sanity() 67 (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id) <= in check_key_attributes_sanity() 71 (PSA_KEY_ID_USER_MIN <= MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id)) && in check_key_attributes_sanity() 72 (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id) <= PSA_KEY_ID_USER_MAX)); in check_key_attributes_sanity()
|
H A D | psa_crypto_helpers.c | 30 if (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key_id) > in mbedtls_test_uses_key_id()
|
/aosp_15_r20/external/mbedtls/tests/src/drivers/ |
H A D | platform_builtin_keys.c | 64 psa_key_id_t app_key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key_id); in mbedtls_psa_platform_get_builtin_key()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/ |
H A D | platform_builtin_keys.c | 64 psa_key_id_t app_key_id = MBEDTLS_SVC_KEY_ID_GET_KEY_ID(key_id); in mbedtls_psa_platform_get_builtin_key()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto_values.h | 2439 #define MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id) (id) macro 2482 #define MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id) ((id).MBEDTLS_PRIVATE(key_id)) macro
|
/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto_values.h | 2419 #define MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id) (id) macro 2462 #define MBEDTLS_SVC_KEY_ID_GET_KEY_ID(id) ((id).MBEDTLS_PRIVATE(key_id)) macro
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
H A D | psa_crypto_driver_wrappers_no_static.c.jinja | 103 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(
|
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_templates/ |
H A D | psa_crypto_driver_wrappers_no_static.c.jinja | 103 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_server2.c | 958 if (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(slot) != 0) { in psk_free() 1031 if (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(cur->slot) != 0) { in psk_callback() 4181 (unsigned) MBEDTLS_SVC_KEY_ID_GET_KEY_ID(psk_slot), in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_server2.c | 966 if (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(slot) != 0) { in psk_free() 1039 if (MBEDTLS_SVC_KEY_ID_GET_KEY_ID(cur->slot) != 0) { in psk_callback() 4270 (unsigned) MBEDTLS_SVC_KEY_ID_GET_KEY_ID(psk_slot), in main()
|