webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
md32_common.h File Reference
#include <openssl/base.h>
#include <assert.h>

Go to the source code of this file.

Functions

int HASH_UPDATE (HASH_CTX *c, const void *data_, size_t len)
 
void HASH_TRANSFORM (HASH_CTX *c, const uint8_t *data)
 
int HASH_FINAL (uint8_t *md, HASH_CTX *c)
 

Function Documentation

◆ HASH_FINAL()

int HASH_FINAL ( uint8_t md,
HASH_CTX c 
)

◆ HASH_TRANSFORM()

void HASH_TRANSFORM ( HASH_CTX c,
const uint8_t data 
)

◆ HASH_UPDATE()

int HASH_UPDATE ( HASH_CTX c,
const void data_,
size_t  len 
)