Home
last modified time | relevance | path

Searched refs:hash_algorithm (Results 1 – 5 of 5) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_metadata.data3 hash_algorithm:PSA_ALG_MD5:16
7 hash_algorithm:PSA_ALG_RIPEMD160:20
11 hash_algorithm:PSA_ALG_SHA_1:20
15 hash_algorithm:PSA_ALG_SHA_224:28
19 hash_algorithm:PSA_ALG_SHA_256:32
23 hash_algorithm:PSA_ALG_SHA_384:48
27 hash_algorithm:PSA_ALG_SHA_512:64
31 hash_algorithm:PSA_ALG_SHA3_224:28
35 hash_algorithm:PSA_ALG_SHA3_256:32
39 hash_algorithm:PSA_ALG_SHA3_384:48
[all …]
A Dtest_suite_psa_crypto_metadata.function251 void hash_algorithm(int alg_arg, int length_arg)
/lib/libavb/
A Davb_hash_descriptor.h48 uint8_t hash_algorithm[32]; member
A Davb_hashtree_descriptor.h58 uint8_t hash_algorithm[32]; member
A Davb_slot_verify.c382 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition()
388 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition()
1148 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta()
1151 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1154 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()

Completed in 43 milliseconds