#include "../defs.h"#include "sha2ossl.h"

Go to the source code of this file.
Defines | |
| #define | SHA_Finish(bit) |
| #define | SHA384_Final SHA512_Final |
| #define SHA384_Final SHA512_Final |
| #define SHA_Finish | ( | bit | ) |
Value:
void SHA##bit##_Finish(SHA##bit##_CTX *ctx, char *buf) \ { SHA##bit##_Final((unsigned char *)buf, ctx);}
Definition at line 4 of file sha2ossl.c.