Ruby 1.9.3p327(2012-11-10revision37606)
|
Go to the source code of this file.
Defines | |
#define | SHA_Finish(bit) |
#define | SHA384_Final SHA512_Final |
#define SHA384_Final SHA512_Final |
Definition at line 7 of file sha2ossl.c.
Referenced by SHA384_End().
#define SHA_Finish | ( | bit | ) |
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.