#include <openssl/base.h>
#include <assert.h>
#include "../../internal.h"
Go to the source code of this file.
|
static void | crypto_md32_final (crypto_md32_block_func block_func, uint32_t *h, uint8_t *data, size_t block_size, unsigned *num, uint32_t Nh, uint32_t Nl, int is_big_endian) |
|
static void | crypto_md32_update (crypto_md32_block_func block_func, uint32_t *h, uint8_t *data, size_t block_size, unsigned *num, uint32_t *Nh, uint32_t *Nl, const uint8_t *in, size_t len) |
|
◆ crypto_md32_block_func
◆ crypto_md32_final()
◆ crypto_md32_update()