Searched refs:mbedtls_sha256_process (Results 1 – 9 of 9) sorted by relevance
151 void mbedtls_sha256_process( RK_SHA256_CTX *ctx, const unsigned char data[64] ) in mbedtls_sha256_process() function230 mbedtls_sha256_process( ctx, ctx->buffer ); in mbedtls_sha256_update()238 mbedtls_sha256_process( ctx, input ); in mbedtls_sha256_update()
217 MBEDTLS_DEPRECATED void mbedtls_sha256_process( mbedtls_sha256_context *ctx,
2253 #define sha256_process mbedtls_sha256_process