]> Git Repo - J-u-boot.git/commit - include/tee.h
tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFER
authorEtienne Carriere <[email protected]>
Tue, 9 Nov 2021 16:08:22 +0000 (17:08 +0100)
committerTom Rini <[email protected]>
Tue, 23 Nov 2021 18:53:03 +0000 (13:53 -0500)
commit1442e9f33070c962e91eafdc4b591331b17b5588
tree9ff8851773e4771e6bd6dc74d378aae25a31084b
parent7c1a9b2eb92d8af0ff4d46fe4ee70c65f922121e
tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFER

Adds TEE_ERROR_SHORT_BUFFER as TEE error code. This error code is
commonly used by TEEs to inform caller that the buffer(s) it provided
is too small for the desired operation.

Cc: Jens Wiklander <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Reviewed-by: Jens Wiklander <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
include/tee.h
This page took 0.035487 seconds and 4 git commands to generate.