Searched refs:mbedtls_sha512_process (Results 1 – 5 of 5) sorted by relevance
135 void mbedtls_sha512_process( mbedtls_sha512_context *ctx, const unsigned char data[128] );
2358 #define sha512_process mbedtls_sha512_process
199 void mbedtls_sha512_process( mbedtls_sha512_context *ctx, const unsigned char data[128] ) in mbedtls_sha512_process() function292 mbedtls_sha512_process( ctx, ctx->buffer ); in mbedtls_sha512_update()300 mbedtls_sha512_process( ctx, input ); in mbedtls_sha512_update()
529 mbedtls_sha512_process( (mbedtls_sha512_context *) ctx, data ); in sha384_process_wrap()
1901 sha512_process mbedtls_sha512_process