Searched refs:KEY_SIZE_BYTES (Results 1 – 1 of 1) sorted by relevance
127 #define KEY_SIZE_BYTES 40 macro172 uint8_t key_data[KEY_SIZE_BYTES]; in save_key()205 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( KEY_SIZE_BYTES ) ); in generate()228 uint8_t key_data[KEY_SIZE_BYTES]; in import_key_from_file()283 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( KEY_SIZE_BYTES ) ); in derive_key_ladder()
Completed in 3 milliseconds