![]() |
#include <stdint.h>
#include <pthread.h>
#include <stdbool.h>
#include <stdio.h>
#include <openssl/sha.h>
Go to the source code of this file.
Macros | |
#define | CF_SHA_HEX_BUFF_LEN (SHA_DIGEST_LENGTH*2) |
Functions | |
bool | cf_convert_sha1_to_hex (unsigned char *hash, unsigned char *sha1_hex_buff) |
#define CF_SHA_HEX_BUFF_LEN (SHA_DIGEST_LENGTH*2) |
Definition at line 38 of file target/Linux-x86_64/include/citrusleaf/cf_crypto.h.
bool cf_convert_sha1_to_hex | ( | unsigned char * | hash, |
unsigned char * | sha1_hex_buff | ||
) |