mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 07:26:59 +00:00
Fix copypasta in test data
This commit is contained in:
parent
fad3a3e4af
commit
d7929e7539
|
@ -44,7 +44,7 @@ Get 0 bytes of 10 at 0
|
|||
get_at:0:"40414243444546474849":0:0:PSA_SUCCESS
|
||||
|
||||
Get 1 byte of 10 at 0
|
||||
get_at:0:"40414243444546474849":1:0:PSA_SUCCESS
|
||||
get_at:0:"40414243444546474849":0:1:PSA_SUCCESS
|
||||
|
||||
Get 2 bytes of 10 at 1
|
||||
get_at:0:"40414243444546474849":1:2:PSA_SUCCESS
|
||||
|
@ -56,7 +56,7 @@ Get 1 byte of 10 at 11: out of range
|
|||
get_at:0:"40414243444546474849":11:1:PSA_ERROR_INVALID_ARGUMENT
|
||||
|
||||
Get 0 bytes of 10 at 11: out of range
|
||||
get_at:0:"40414243444546474849":11:1:PSA_ERROR_INVALID_ARGUMENT
|
||||
get_at:0:"40414243444546474849":11:0:PSA_ERROR_INVALID_ARGUMENT
|
||||
|
||||
Get -1 byte of 10 at 10: out of range
|
||||
get_at:0:"40414243444546474849":10:-1:PSA_ERROR_INVALID_ARGUMENT
|
||||
|
|
Loading…
Reference in a new issue