From 9e00faa503b1ac5ee4d01db84accdaf27f08f436 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 25 May 2015 16:36:12 -0400 Subject: Cleanup: names of *_core_present() functions, Makefile. --- cryptech.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cryptech.h') diff --git a/cryptech.h b/cryptech.h index 3ceab95..9ac73e8 100644 --- a/cryptech.h +++ b/cryptech.h @@ -479,9 +479,9 @@ extern hal_error_t hal_io_wait_valid(off_t offset); extern hal_error_t hal_get_random(void *buffer, const size_t length); extern void hal_hash_set_debug(int onoff); -extern hal_error_t hash_sha1_core_present(void); -extern hal_error_t hash_sha256_core_present(void); -extern hal_error_t hash_sha512_core_present(void); +extern hal_error_t hal_hash_sha1_core_present(void); +extern hal_error_t hal_hash_sha256_core_present(void); +extern hal_error_t hal_hash_sha512_core_present(void); extern size_t hal_hash_state_size(void); extern void hal_hash_state_initialize(void *state); extern hal_error_t hal_hash_sha1(void *state, const uint8_t * data_buffer, const size_t data_buffer_length, -- cgit v1.2.3