File: test_suite_psa_crypto_memory.data

package info (click to toggle)
mbedtls 3.6.5-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,488 kB
  • sloc: ansic: 164,842; sh: 25,443; python: 15,512; makefile: 3,131; perl: 1,043; tcl: 4
file content (62 lines) | stat: -rw-r--r-- 1,584 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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
copy_output:20:10:PSA_ERROR_BUFFER_TOO_SMALL

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

PSA crypto local input alloc
local_input_alloc:200:PSA_SUCCESS

PSA crypto local input alloc, NULL buffer
local_input_alloc:0:PSA_SUCCESS

PSA crypto local input free
local_input_free:200

PSA crypto local input free, NULL buffer
local_input_free:0

PSA crypto local input round-trip
local_input_round_trip

PSA crypto local output alloc
local_output_alloc:200:PSA_SUCCESS

PSA crypto local output alloc, NULL buffer
local_output_alloc:0:PSA_SUCCESS

PSA crypto local output free
local_output_free:200:0:PSA_SUCCESS

PSA crypto local output free, NULL buffer
local_output_free:0:0:PSA_SUCCESS

PSA crypto local output free, NULL original buffer
local_output_free:200:1:PSA_ERROR_CORRUPTION_DETECTED

PSA crypto local output round-trip
local_output_round_trip