Searched refs:hash_algo (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/include/drivers/nxp/crypto/caam/ |
| H A D | hash.h | 15 enum hash_algo { enum 73 enum hash_algo algo; 77 int hash_init(enum hash_algo algo, void **ctx); 78 int hash_update(enum hash_algo algo, void *context, void *data_ptr, 80 int hash_final(enum hash_algo algo, void *context, void *hash_ptr,
|
| /rk3399_ARM-atf/lib/psa/ |
| H A D | delegated_attestation.c | 18 uint32_t hash_algo) in rse_delegated_attest_get_delegated_key() argument 24 {&hash_algo, sizeof(hash_algo)} in rse_delegated_attest_get_delegated_key()
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/ |
| H A D | hash.c | 42 int hash_init(enum hash_algo algo, void **ctx) in hash_init() 64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() 111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final()
|
| H A D | nxp_crypto.c | 82 enum hash_algo algo = SHA256; in verify_hash()
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | rse_ap_test_stubs.c | 96 uint32_t hash_algo) in tfm_delegated_attest_get_delegated_key() argument 103 hash_algo); in tfm_delegated_attest_get_delegated_key()
|
| /rk3399_ARM-atf/include/lib/psa/ |
| H A D | delegated_attestation.h | 82 uint32_t hash_algo);
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | rse_attestation_flow.puml | 17 RMM -> BL31: get_realm_key(\n\t**hash_algo**, ...) 22 Rnote over DelegAttest: Compute public key\n\ hash with **hash_algo**.
|
| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | csf_hdr_parser.c | 56 enum hash_algo algo = SHA256; in deploy_rotpk_hash_table() 147 enum hash_algo algo = SHA256; in calc_img_hash()
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | rse.rst | 458 uint32_t hash_algo);
|