2023-11-03 20:01:37 +00:00
|
|
|
PSA input buffer copy: straightforward copy
|
|
|
|
copy_input:20:20:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA input buffer copy: copy buffer larger than required
|
|
|
|
copy_input:10:20:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA input buffer copy: copy buffer too small
|
|
|
|
copy_input:20:10:PSA_ERROR_CORRUPTION_DETECTED
|
|
|
|
|
|
|
|
PSA input buffer copy: zero-length source buffer
|
|
|
|
copy_input:0:10:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA input buffer copy: zero-length both buffers
|
|
|
|
copy_input:0:0:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA output buffer copy: straightforward copy
|
|
|
|
copy_output:20:20:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA output buffer copy: output buffer larger than required
|
|
|
|
copy_output:10:20:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA output buffer copy: output buffer too small
|
2023-11-20 12:39:38 +00:00
|
|
|
copy_output:20:10:PSA_ERROR_BUFFER_TOO_SMALL
|
2023-11-03 20:01:37 +00:00
|
|
|
|
|
|
|
PSA output buffer copy: zero-length source buffer
|
|
|
|
copy_output:0:10:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA output buffer copy: zero-length both buffers
|
|
|
|
copy_output:0:0:PSA_SUCCESS
|
2023-11-06 18:18:59 +00:00
|
|
|
|
|
|
|
PSA crypto input copy alloc
|
|
|
|
input_copy_alloc:200:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA crypto input copy alloc, NULL buffer
|
|
|
|
input_copy_alloc:0:PSA_SUCCESS
|
2023-11-07 17:30:25 +00:00
|
|
|
|
|
|
|
PSA crypto input copy free
|
|
|
|
input_copy_free:200
|
|
|
|
|
|
|
|
PSA crypto input copy free, NULL buffer
|
|
|
|
input_copy_free:0
|
2023-11-08 15:10:41 +00:00
|
|
|
|
2023-11-08 18:01:40 +00:00
|
|
|
PSA crypto input copy round-trip
|
|
|
|
input_copy_round_trip
|
|
|
|
|
2023-11-08 15:10:41 +00:00
|
|
|
PSA crypto output copy alloc
|
|
|
|
output_copy_alloc:200:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA crypto output copy alloc, NULL buffer
|
|
|
|
output_copy_alloc:0:PSA_SUCCESS
|
2023-11-08 17:25:45 +00:00
|
|
|
|
|
|
|
PSA crypto output copy free
|
|
|
|
output_copy_free:200:0:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA crypto output copy free, NULL buffer
|
|
|
|
output_copy_free:0:0:PSA_SUCCESS
|
|
|
|
|
|
|
|
PSA crypto output copy free, NULL original buffer
|
|
|
|
output_copy_free:200:1:PSA_ERROR_CORRUPTION_DETECTED
|
2023-11-08 18:11:29 +00:00
|
|
|
|
|
|
|
PSA crypto output copy round-trip
|
|
|
|
output_copy_round_trip
|