mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-09 14:07:02 +02:00
fix(docs): revise the description of REGISTER_CRYPTO_LIB
verify_hash should be placed before calc_hash align with crypto_mod.h Change-Id: I536125502d83bb732cf70fbe516d5fe009dc95fe Signed-off-by: zhiyang.shi <zhiyang.shi@cixtech.com>
This commit is contained in:
parent
e7486343d4
commit
5710229f9e
@ -254,8 +254,8 @@ These functions are registered in the CM using the macro:
|
|||||||
REGISTER_CRYPTO_LIB(_name,
|
REGISTER_CRYPTO_LIB(_name,
|
||||||
_init,
|
_init,
|
||||||
_verify_signature,
|
_verify_signature,
|
||||||
_calc_hash,
|
|
||||||
_verify_hash,
|
_verify_hash,
|
||||||
|
_calc_hash,
|
||||||
_auth_decrypt,
|
_auth_decrypt,
|
||||||
_convert_pk);
|
_convert_pk);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user