Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_core.h104 static inline int psa_is_key_slot_occupied( const psa_key_slot_t *slot ) in psa_is_key_slot_occupied()
117 static inline int psa_is_key_slot_locked( const psa_key_slot_t *slot ) in psa_is_key_slot_locked()
130 static inline uint16_t psa_key_slot_get_flags( const psa_key_slot_t *slot, in psa_key_slot_get_flags()
142 static inline void psa_key_slot_set_flags( psa_key_slot_t *slot, in psa_key_slot_set_flags()
155 static inline void psa_key_slot_set_bits_in_flags( psa_key_slot_t *slot, in psa_key_slot_set_bits_in_flags()
166 static inline void psa_key_slot_clear_bits( psa_key_slot_t *slot, in psa_key_slot_clear_bits()
180 const psa_key_slot_t *slot ) in psa_key_slot_get_slot_number()
A Dpsa_crypto_slot_management.c107 psa_key_slot_t *slot = NULL; in psa_get_and_lock_key_slot_in_memory() local
164 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots() local
187 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot() local
237 static psa_status_t psa_load_persistent_key_into_slot( psa_key_slot_t *slot ) in psa_load_persistent_key_into_slot()
279 static psa_status_t psa_load_builtin_key_into_slot( psa_key_slot_t *slot ) in psa_load_builtin_key_into_slot()
404 psa_status_t psa_unlock_key_slot( psa_key_slot_t *slot ) in psa_unlock_key_slot()
485 psa_key_slot_t *slot; in psa_open_key() local
511 psa_key_slot_t *slot; in psa_close_key() local
533 psa_key_slot_t *slot; in psa_purge_key() local
554 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats() local
A Dpsa_crypto.c898 psa_key_slot_t *slot; in psa_get_and_lock_key_slot_with_policy() local
1019 psa_key_slot_t *slot; in psa_destroy_key() local
1184 psa_key_slot_t *slot; in psa_get_key_attributes() local
1306 psa_key_slot_t *slot; in psa_export_key() local
1410 psa_key_slot_t *slot; in psa_export_public_key() local
1576 psa_key_slot_t *slot; in psa_start_key_creation() local
1700 psa_key_slot_t *slot, in psa_finish_key_creation()
2534 psa_key_slot_t *slot; in psa_mac_compute_internal() local
2673 psa_key_slot_t *slot; in psa_sign_internal() local
2752 psa_key_slot_t *slot; in psa_verify_internal() local
[all …]
A Dpsa_crypto_slot_management.h140 static inline psa_status_t psa_lock_key_slot( psa_key_slot_t *slot ) in psa_lock_key_slot()
A Dpsa_crypto_storage.h302 psa_key_slot_number_t slot; member
A Dcipher_wrap.h133 psa_key_id_t slot; member
A Dssl_msg.c5598 uint8_t slot ) in ssl_buffering_free_slot()
/mbedtls-development/programs/ssl/
A Dssl_server2.c848 psa_key_id_t slot; member
864 psa_key_id_t const slot = head->slot; in psk_free() local
1044 unsigned slot; member
1061 unsigned slot; in ssl_async_start() local
1207 static psa_status_t psa_setup_psk_key_slot( psa_key_id_t *slot, in psa_setup_psk_key_slot()
A Dssl_client2.c692 psa_key_id_t slot = 0; in main() local

Completed in 41 milliseconds