1 #ifndef SHA2OSSL_H_INCLUDED 2 #define SHA2OSSL_H_INCLUDED 5 #include <openssl/sha.h> 7 #define SHA256_BLOCK_LENGTH SHA256_CBLOCK 8 #define SHA384_BLOCK_LENGTH SHA512_CBLOCK 9 #define SHA512_BLOCK_LENGTH SHA512_CBLOCK
void SHA384_Finish(SHA384_CTX *ctx, char *buf)
void SHA512_Finish(SHA512_CTX *ctx, char *buf)
unsigned char buf[MIME_BUF_SIZE]
void SHA256_Finish(SHA256_CTX *ctx, char *buf)