Home
last modified time | relevance | path

Searched defs:key_data (Results 1 – 5 of 5) sorted by relevance

/mbedtls-latest/library/
Dpsa_crypto_core.h157 struct key_data { struct
159 uint8_t data[MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE];
163 size_t bytes;
Dpsa_crypto_storage.c233 uint8_t key_data[]; member
268 uint8_t **key_data, in psa_parse_key_data_from_storage()
350 void psa_free_persistent_key_data(uint8_t *key_data, size_t key_data_length) in psa_free_persistent_key_data()
Dpk.c655 unsigned char *key_data = key_end; in import_pair_into_psa() local
746 unsigned char *key_data = NULL; in import_public_into_psa() local
Dpsa_crypto_slot_management.c685 uint8_t *key_data = NULL; in psa_load_persistent_key_into_slot() local
/mbedtls-latest/programs/psa/
Dkey_ladder_demo.c159 uint8_t key_data[KEY_SIZE_BYTES]; in save_key() local
218 uint8_t key_data[KEY_SIZE_BYTES]; in import_key_from_file() local