mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-14 01:26:49 +00:00
Improve description of psa_crypto_input_copy_alloc
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
9db14486da
commit
a575a5a26a
@ -861,12 +861,12 @@ typedef struct psa_crypto_local_input_s {
|
||||
|
||||
#define PSA_CRYPTO_LOCAL_INPUT_INIT ((psa_crypto_local_input_t) { NULL, 0 })
|
||||
|
||||
/** Allocate a local copy of an input buffer.
|
||||
/** Allocate a local copy of an input buffer and copy the contents into it.
|
||||
*
|
||||
* \param[in] input Pointer to input buffer.
|
||||
* \param[in] input_len Length of the input buffer.
|
||||
* \param[out] local_input Pointer to a psa_crypto_local_input_t struct to
|
||||
* populate with the local input copy.
|
||||
* \param[out] local_input Pointer to a psa_crypto_local_input_t struct
|
||||
* containing a local input copy.
|
||||
* \return #PSA_SUCCESS, if the buffer was successfully
|
||||
* copied.
|
||||
* \return #PSA_ERROR_INSUFFICIENT_MEMORY, if a copy of
|
||||
|
Loading…
x
Reference in New Issue
Block a user