psa_crypto_copy_input() function
Copy from an input buffer to a local copy.
Arguments
input
Pointer to input buffer.
input_len
Length of the input buffer.
input_copy
Pointer to a local copy in which to store the input data.
input_copy_len
Length of the local copy buffer.
Return value
#PSA_SUCCESS, if the buffer was successfully copied. #PSA_ERROR_CORRUPTION_DETECTED, if the local copy is too small to hold contents of the input buffer.
psa_crypto_copy_input() is called by 1 function:
![]()
psa_crypto_copy_input()
psa_crypto_copy_input():
![]()
psa_crypto_copy_input()