Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h98 static inline int psa_is_key_slot_occupied( const psa_key_slot_t *slot ) in psa_is_key_slot_occupied()
111 static inline int psa_is_key_slot_locked( const psa_key_slot_t *slot ) in psa_is_key_slot_locked()
124 static inline uint16_t psa_key_slot_get_flags( const psa_key_slot_t *slot, in psa_key_slot_get_flags()
136 static inline void psa_key_slot_set_flags( psa_key_slot_t *slot, in psa_key_slot_set_flags()
149 static inline void psa_key_slot_set_bits_in_flags( psa_key_slot_t *slot, in psa_key_slot_set_bits_in_flags()
160 static inline void psa_key_slot_clear_bits( psa_key_slot_t *slot, in psa_key_slot_clear_bits()
Dpsa_crypto_slot_management.c108 psa_key_slot_t *slot = NULL; in psa_get_and_lock_key_slot_in_memory() local
166 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots() local
189 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot() local
239 static psa_status_t psa_load_persistent_key_into_slot( psa_key_slot_t *slot ) in psa_load_persistent_key_into_slot()
315 psa_status_t psa_unlock_key_slot( psa_key_slot_t *slot ) in psa_unlock_key_slot()
387 psa_key_slot_t *slot; in psa_open_key() local
410 psa_key_slot_t *slot; in psa_close_key() local
428 psa_key_slot_t *slot; in psa_purge_key() local
449 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats() local
Dpsa_crypto_driver_wrappers.c60 psa_status_t psa_driver_wrapper_sign_hash( psa_key_slot_t *slot, in psa_driver_wrapper_sign_hash()
153 psa_status_t psa_driver_wrapper_verify_hash( psa_key_slot_t *slot, in psa_driver_wrapper_verify_hash()
315 psa_key_slot_t *slot ) in psa_driver_wrapper_generate_key()
441 psa_status_t psa_driver_wrapper_export_public_key( const psa_key_slot_t *slot, in psa_driver_wrapper_export_public_key()
498 psa_key_slot_t *slot, in psa_driver_wrapper_cipher_encrypt()
565 psa_key_slot_t *slot, in psa_driver_wrapper_cipher_decrypt()
633 psa_key_slot_t *slot, in psa_driver_wrapper_cipher_encrypt_setup()
714 psa_key_slot_t *slot, in psa_driver_wrapper_cipher_decrypt_setup()
Dpsa_crypto.c371 static inline int psa_key_slot_is_external( const psa_key_slot_t *slot ) in psa_key_slot_is_external()
677 static psa_status_t psa_import_rsa_key( psa_key_slot_t *slot, in psa_import_rsa_key()
910 static psa_status_t psa_import_ecp_key( psa_key_slot_t *slot, in psa_import_ecp_key()
973 static inline size_t psa_get_key_slot_bits( const psa_key_slot_t *slot ) in psa_get_key_slot_bits()
990 static psa_status_t psa_allocate_buffer_to_slot( psa_key_slot_t *slot, in psa_allocate_buffer_to_slot()
1004 psa_status_t psa_copy_key_material_into_slot( psa_key_slot_t *slot, in psa_copy_key_material_into_slot()
1037 static psa_status_t psa_import_key_into_slot( psa_key_slot_t *slot, in psa_import_key_into_slot()
1245 psa_key_slot_t *slot; in psa_get_and_lock_key_slot_with_policy() local
1316 static psa_status_t psa_remove_key_data_from_memory( psa_key_slot_t *slot ) in psa_remove_key_data_from_memory()
1340 psa_status_t psa_wipe_key_slot( psa_key_slot_t *slot ) in psa_wipe_key_slot()
[all …]
Dpsa_crypto_slot_management.h144 static inline psa_status_t psa_lock_key_slot( psa_key_slot_t *slot ) in psa_lock_key_slot()
Dpsa_crypto_storage.h295 psa_key_slot_number_t slot; member
Dssl_msg.c5965 uint8_t slot ) in ssl_buffering_free_slot()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dcipher_internal.h137 psa_key_id_t slot; member
/openthread-2.7.6/third_party/mbedtls/repo/programs/ssl/
Dssl_server2.c1290 psa_key_id_t slot; member
1306 psa_key_id_t const slot = head->slot; in psk_free() local
1504 unsigned slot; member
1521 unsigned slot; in ssl_async_start() local
1716 static psa_status_t psa_setup_psk_key_slot( psa_key_id_t *slot, in psa_setup_psk_key_slot()
Dssl_client2.c1212 psa_key_id_t slot = 0; in main() local