Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_core.h113 struct key_data { struct
114 uint8_t *data;
115 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()
Dpsa_crypto_slot_management.c248 uint8_t *key_data = NULL; in psa_load_persistent_key_into_slot() local
Dpk.c659 unsigned char *key_data = key_end; in import_pair_into_psa() local
750 unsigned char *key_data = NULL; in import_public_into_psa() local
/openthread-latest/third_party/mbedtls/repo/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