|
Apache HTTPD
|
Go to the source code of this file.
Functions | |
| static void | sha256_init (apr_crypto_hash_t *h) |
| static void | sha256_add (apr_crypto_hash_t *h, const void *data, apr_size_t bytes) |
| static void | sha256_finish (apr_crypto_hash_t *h, unsigned char *result) |
| APR_DECLARE (apr_crypto_hash_t *) | |
|
static |
Definition at line 27 of file sha2_glue.c.
|
static |
Definition at line 33 of file sha2_glue.c.
|
static |
Definition at line 22 of file sha2_glue.c.