1PSA input buffer copy: straightforward copy 2copy_input:20:20:PSA_SUCCESS 3 4PSA input buffer copy: copy buffer larger than required 5copy_input:10:20:PSA_SUCCESS 6 7PSA input buffer copy: copy buffer too small 8copy_input:20:10:PSA_ERROR_CORRUPTION_DETECTED 9 10PSA input buffer copy: zero-length source buffer 11copy_input:0:10:PSA_SUCCESS 12 13PSA input buffer copy: zero-length both buffers 14copy_input:0:0:PSA_SUCCESS 15 16PSA output buffer copy: straightforward copy 17copy_output:20:20:PSA_SUCCESS 18 19PSA output buffer copy: output buffer larger than required 20copy_output:10:20:PSA_SUCCESS 21 22PSA output buffer copy: output buffer too small 23copy_output:20:10:PSA_ERROR_BUFFER_TOO_SMALL 24 25PSA output buffer copy: zero-length source buffer 26copy_output:0:10:PSA_SUCCESS 27 28PSA output buffer copy: zero-length both buffers 29copy_output:0:0:PSA_SUCCESS 30 31PSA crypto local input alloc 32local_input_alloc:200:PSA_SUCCESS 33 34PSA crypto local input alloc, NULL buffer 35local_input_alloc:0:PSA_SUCCESS 36 37PSA crypto local input free 38local_input_free:200 39 40PSA crypto local input free, NULL buffer 41local_input_free:0 42 43PSA crypto local input round-trip 44local_input_round_trip 45 46PSA crypto local output alloc 47local_output_alloc:200:PSA_SUCCESS 48 49PSA crypto local output alloc, NULL buffer 50local_output_alloc:0:PSA_SUCCESS 51 52PSA crypto local output free 53local_output_free:200:0:PSA_SUCCESS 54 55PSA crypto local output free, NULL buffer 56local_output_free:0:0:PSA_SUCCESS 57 58PSA crypto local output free, NULL original buffer 59local_output_free:200:1:PSA_ERROR_CORRUPTION_DETECTED 60 61PSA crypto local output round-trip 62local_output_round_trip 63