Searched refs:hash_size (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_plat_attest_token.c | 221 uintptr_t hash, size_t hash_size, in plat_rmmd_get_cca_attest_token() argument 225 (void)hash_size; in plat_rmmd_get_cca_attest_token() 230 if (hash_size != 0) { in plat_rmmd_get_cca_attest_token()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_plat_attest_token.c | 215 uintptr_t hash, size_t hash_size, in plat_rmmd_get_cca_attest_token() argument 220 (void)hash_size; in plat_rmmd_get_cca_attest_token()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/ |
| H A D | rdv3_plat_attest_token.c | 17 uintptr_t hash, size_t hash_size, in plat_rmmd_get_cca_attest_token() argument 24 ret = cca_attestation_get_plat_token(buf, len, hash, hash_size); in plat_rmmd_get_cca_attest_token()
|
| /rk3399_ARM-atf/lib/psa/ |
| H A D | cca_attestation.c | 52 uintptr_t hash, size_t hash_size) in cca_attestation_get_plat_token() argument 57 ret = rse_delegated_attest_get_token((const uint8_t *)hash, hash_size, in cca_attestation_get_plat_token()
|
| /rk3399_ARM-atf/include/lib/psa/ |
| H A D | cca_attestation.h | 18 uintptr_t hash, size_t hash_size);
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32_pka.h | 26 int stm32_pka_ecdsa_verif(void *hash, unsigned int hash_size,
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_attest.c | 26 static void print_challenge(uint8_t *hash, size_t hash_size) in print_challenge() argument 41 for (i = 0U; i < hash_size; ++i) { in print_challenge()
|
| /rk3399_ARM-atf/drivers/st/crypto/ |
| H A D | stm32_pka.c | 609 int stm32_pka_ecdsa_verif(void *hash, unsigned int hash_size, in stm32_pka_ecdsa_verif() argument 661 ret = write_eo_data(base + _PKA_RAM_HASH_Z, hash, hash_size, eo_nbw); in stm32_pka_ecdsa_verif()
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 403 uintptr_t hash, size_t hash_size,
|