Home
last modified time | relevance | path

Searched refs:HASH_SHA2_512 (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign_support.c48 else if (type == HASH_SHA2_512) in hash_init()
73 else if (hash_context->hash_type == HASH_SHA2_512) in hash_update()
96 else if (hash_context->hash_type == HASH_SHA2_512) in hash_final()
184 else if (hash_type == HASH_SHA2_512) in verify_signature()
H A Dlibcr51sign.c95 *type = HASH_SHA2_512; in get_hash_type_from_signature()
109 case HASH_SHA2_512: in is_hash_type_supported()
125 case HASH_SHA2_512: in get_hash_digest_size()
142 case HASH_SHA2_512: in get_hash_struct_size()
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dcr51_image_descriptor.h135 HASH_SHA2_512 = 4, enumerator