Home
last modified time | relevance | path

Searched refs:output_copy_len (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_invasive.h79 psa_status_t psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_len,
H A Dpsa_crypto.c9364 psa_status_t psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_len, in psa_crypto_copy_output() argument
9367 if (output_len < output_copy_len) { in psa_crypto_copy_output()
9377 if (output_copy_len > 0) { in psa_crypto_copy_output()
9378 memcpy(output, output_copy, output_copy_len); in psa_crypto_copy_output()