Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign_support.c46 if (type == HASH_SHA2_256) // SHA256_Init returns 1 in hash_init()
71 if (hash_context->hash_type == HASH_SHA2_256) // SHA256_Update returns 1 in hash_update()
94 if (hash_context->hash_type == HASH_SHA2_256) in hash_final()
180 if (hash_type == HASH_SHA2_256) in verify_signature()
H A Dlibcr51sign.c92 *type = HASH_SHA2_256; in get_hash_type_from_signature()
108 case HASH_SHA2_256: in is_hash_type_supported()
122 case HASH_SHA2_256: in get_hash_digest_size()
139 case HASH_SHA2_256: in get_hash_struct_size()
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dcr51_image_descriptor.h133 HASH_SHA2_256 = 2, enumerator