Searched refs:HASH_SHA2_256 (Results 1 – 3 of 3) sorted by relevance
46 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()
92 *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()
133 HASH_SHA2_256 = 2, enumerator