mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 04:20:45 +00:00
Add missing documentation for key export callback parameters
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
11a4c1abcd
commit
ddc739cac4
@ -988,8 +988,11 @@ typedef enum
|
||||
* session identification, and PRF for
|
||||
* implementation of TLS key exporters.
|
||||
*
|
||||
* \param p_expkey Context for the callback.
|
||||
* \param type The type of the key that is being exported.
|
||||
* \param p_expkey Context for the callback.
|
||||
* \param type The type of the key that is being exported.
|
||||
* \param secret The address of the buffer holding the secret
|
||||
* that's being exporterd.
|
||||
* \param secret_len The length of \p secret in bytes.
|
||||
* \param client_random The client random bytes.
|
||||
* \param server_random The server random bytes.
|
||||
* \param tls_prf_type The identifier for the PRF used in the handshake
|
||||
|
Loading…
x
Reference in New Issue
Block a user