Home
last modified time | relevance | path

Searched refs:sha1_process (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/polarssl/
H A Dsha1.c86 static void sha1_process( sha1_context *ctx, const unsigned char data[64] ) in sha1_process() function
266 sha1_process( ctx, ctx->buffer ); in sha1_update()
274 sha1_process( ctx, input ); in sha1_update()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dcompat-1.3.h2267 #define sha1_process mbedtls_sha1_process macro