Searched refs:hash_algorithm (Results 1 – 5 of 5) sorted by relevance
3 hash_algorithm:PSA_ALG_MD5:167 hash_algorithm:PSA_ALG_RIPEMD160:2011 hash_algorithm:PSA_ALG_SHA_1:2015 hash_algorithm:PSA_ALG_SHA_224:2819 hash_algorithm:PSA_ALG_SHA_256:3223 hash_algorithm:PSA_ALG_SHA_384:4827 hash_algorithm:PSA_ALG_SHA_512:6431 hash_algorithm:PSA_ALG_SHA3_224:2835 hash_algorithm:PSA_ALG_SHA3_256:3239 hash_algorithm:PSA_ALG_SHA3_384:48[all …]
251 void hash_algorithm(int alg_arg, int length_arg)
48 uint8_t hash_algorithm[32]; member
58 uint8_t hash_algorithm[32]; member
382 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