mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
@ -357,6 +357,7 @@ psa_status_t psa_generate_key_internal( const psa_key_attributes_t *attributes,
|
|||||||
uint8_t *key_buffer,
|
uint8_t *key_buffer,
|
||||||
size_t key_buffer_size,
|
size_t key_buffer_size,
|
||||||
size_t *key_buffer_length );
|
size_t *key_buffer_length );
|
||||||
|
|
||||||
/** Sign a message with a private key. For hash-and-sign algorithms,
|
/** Sign a message with a private key. For hash-and-sign algorithms,
|
||||||
* this includes the hashing step.
|
* this includes the hashing step.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user