Lines Matching refs:sha256
47 mbedtls_sha256_free(&operation->ctx.sha256);
52 mbedtls_sha256_free(&operation->ctx.sha256);
123 mbedtls_sha256_init(&operation->ctx.sha256);
124 ret = mbedtls_sha256_starts(&operation->ctx.sha256, 1);
129 mbedtls_sha256_init(&operation->ctx.sha256);
130 ret = mbedtls_sha256_starts(&operation->ctx.sha256, 0);
209 mbedtls_sha256_clone(&target_operation->ctx.sha256,
210 &source_operation->ctx.sha256);
215 mbedtls_sha256_clone(&target_operation->ctx.sha256,
216 &source_operation->ctx.sha256);
289 ret = mbedtls_sha256_update(&operation->ctx.sha256,
295 ret = mbedtls_sha256_update(&operation->ctx.sha256,
383 ret = mbedtls_sha256_finish(&operation->ctx.sha256, hash);
388 ret = mbedtls_sha256_finish(&operation->ctx.sha256, hash);