Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Typedefs
ngx_sha1.h File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <sha.h>
Include dependency graph for ngx_sha1.h:

Go to the source code of this file.

Macros

#define ngx_sha1_init   SHA1_Init
#define ngx_sha1_update   SHA1_Update
#define ngx_sha1_final   SHA1_Final

Typedefs

typedef SHA_CTX ngx_sha1_t

Macro Definition Documentation

#define ngx_sha1_final   SHA1_Final

Definition at line 28 of file ngx_sha1.h.

#define ngx_sha1_init   SHA1_Init

Definition at line 26 of file ngx_sha1.h.

#define ngx_sha1_update   SHA1_Update

Definition at line 27 of file ngx_sha1.h.

Typedef Documentation

typedef SHA_CTX ngx_sha1_t

Definition at line 23 of file ngx_sha1.h.