psa_crypto_copy_output() function
Copy from a local output buffer into a user-supplied one.
Arguments
output_copy
Pointer to a local buffer containing the output.
output_copy_len
Length of the local buffer.
output
Pointer to user-supplied output buffer.
output_len
Length of the user-supplied output buffer.
Return value
#PSA_SUCCESS, if the buffer was successfully copied. #PSA_ERROR_BUFFER_TOO_SMALL, if the user-supplied output buffer is too small to hold the contents of the local buffer.
psa_crypto_copy_output() is called by 1 function:
![]()
psa_crypto_copy_output()
psa_crypto_copy_output():
![]()
psa_crypto_copy_output()