Lines Matching refs:sha512
57 mbedtls_sha512_free(&operation->ctx.sha512);
62 mbedtls_sha512_free(&operation->ctx.sha512);
135 mbedtls_sha512_init(&operation->ctx.sha512);
136 ret = mbedtls_sha512_starts(&operation->ctx.sha512, 1);
141 mbedtls_sha512_init(&operation->ctx.sha512);
142 ret = mbedtls_sha512_starts(&operation->ctx.sha512, 0);
221 mbedtls_sha512_clone(&target_operation->ctx.sha512,
222 &source_operation->ctx.sha512);
227 mbedtls_sha512_clone(&target_operation->ctx.sha512,
228 &source_operation->ctx.sha512);
301 ret = mbedtls_sha512_update(&operation->ctx.sha512,
307 ret = mbedtls_sha512_update(&operation->ctx.sha512,
393 ret = mbedtls_sha512_finish(&operation->ctx.sha512, hash);
398 ret = mbedtls_sha512_finish(&operation->ctx.sha512, hash);