Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 9 of 9) sorted by relevance

/mbedtls-3.7.0/library/
Dpsa_crypto_slot_management.c112 psa_key_slot_t *slot = NULL; in psa_get_and_lock_key_slot_in_memory() local
168 psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; in psa_wipe_all_key_slots() local
191 psa_key_slot_t *slot = &global_data.key_slots[slot_idx]; in psa_reserve_free_key_slot() local
245 static psa_status_t psa_load_persistent_key_into_slot(psa_key_slot_t *slot) in psa_load_persistent_key_into_slot()
289 static psa_status_t psa_load_builtin_key_into_slot(psa_key_slot_t *slot) in psa_load_builtin_key_into_slot()
450 psa_status_t psa_unregister_read(psa_key_slot_t *slot) in psa_unregister_read()
484 psa_status_t psa_unregister_read_under_mutex(psa_key_slot_t *slot) in psa_unregister_read_under_mutex()
551 psa_key_slot_t *slot; in psa_open_key() local
577 psa_key_slot_t *slot; in psa_close_key() local
618 psa_key_slot_t *slot; in psa_purge_key() local
[all …]
Dpsa_crypto_slot_management.h147 psa_key_slot_t *slot, psa_key_slot_state_t expected_state, in psa_key_slot_state_transition()
171 static inline psa_status_t psa_register_read(psa_key_slot_t *slot) in psa_register_read()
Dpsa_crypto_core.h170 static inline int psa_key_slot_has_readers(const psa_key_slot_t *slot) in psa_key_slot_has_readers()
183 const psa_key_slot_t *slot) in psa_key_slot_get_slot_number()
Dpsa_crypto.c710 psa_status_t psa_allocate_buffer_to_slot(psa_key_slot_t *slot, in psa_allocate_buffer_to_slot()
726 psa_status_t psa_copy_key_material_into_slot(psa_key_slot_t *slot, in psa_copy_key_material_into_slot()
1103 psa_key_slot_t *slot = NULL; in psa_get_and_lock_key_slot_with_policy() local
1187 psa_status_t psa_remove_key_data_from_memory(psa_key_slot_t *slot) in psa_remove_key_data_from_memory()
1201 psa_status_t psa_wipe_key_slot(psa_key_slot_t *slot) in psa_wipe_key_slot()
1259 psa_key_slot_t *slot; in psa_destroy_key() local
1411 psa_key_slot_t *slot; in psa_get_key_attributes() local
1491 psa_key_slot_t *slot; in psa_export_key() local
1606 psa_key_slot_t *slot; in psa_export_public_key() local
1770 psa_key_slot_t *slot; local
[all …]
Dpsa_crypto_storage.h288 psa_key_slot_number_t slot; member
Dcipher_wrap.h163 mbedtls_svc_key_id_t slot; member
Dssl_msg.c6263 uint8_t slot) in ssl_buffering_free_slot()
/mbedtls-3.7.0/programs/ssl/
Dssl_server2.c949 mbedtls_svc_key_id_t slot; member
964 mbedtls_svc_key_id_t const slot = head->slot; in psk_free() local
1133 unsigned slot; member
1161 unsigned slot; in ssl_async_start() local
1310 static psa_status_t psa_setup_psk_key_slot(mbedtls_svc_key_id_t *slot, in psa_setup_psk_key_slot()
Dssl_client2.c816 mbedtls_svc_key_id_t slot = MBEDTLS_SVC_KEY_ID_INIT; in main() local