Ruby
2.0.0p451(2014-02-24revision45167)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
digest
sha2
sha2ossl.c
Go to the documentation of this file.
1
#include "
defs.h
"
2
#include "
sha2ossl.h
"
3
4
#define SHA_Finish(bit) \
5
void SHA##bit##_Finish(SHA##bit##_CTX *ctx, char *buf) \
6
{ SHA##bit##_Final((unsigned char *)buf, ctx);}
7
#ifndef __DragonFly__
8
#define SHA384_Final SHA512_Final
9
#endif
10
11
SHA_Finish
(256)
12
SHA_Finish
(384)
13
SHA_Finish
(512)
sha2ossl.h
defs.h
SHA_Finish
#define SHA_Finish(bit)
Definition:
sha2ossl.c:4
Generated on Thu Aug 7 2014 22:31:43 for Ruby by
1.8.7