Lines Matching refs:sha512
148 mbedtls_sha512_free( &operation->ctx.sha512 ); in hash_abort()
153 mbedtls_sha512_free( &operation->ctx.sha512 ); in hash_abort()
209 mbedtls_sha512_init( &operation->ctx.sha512 ); in hash_setup()
210 ret = mbedtls_sha512_starts( &operation->ctx.sha512, 1 ); in hash_setup()
215 mbedtls_sha512_init( &operation->ctx.sha512 ); in hash_setup()
216 ret = mbedtls_sha512_starts( &operation->ctx.sha512, 0 ); in hash_setup()
271 mbedtls_sha512_clone( &target_operation->ctx.sha512, in hash_clone()
272 &source_operation->ctx.sha512 ); in hash_clone()
277 mbedtls_sha512_clone( &target_operation->ctx.sha512, in hash_clone()
278 &source_operation->ctx.sha512 ); in hash_clone()
332 ret = mbedtls_sha512_update( &operation->ctx.sha512, in hash_update()
338 ret = mbedtls_sha512_update( &operation->ctx.sha512, in hash_update()
405 ret = mbedtls_sha512_finish( &operation->ctx.sha512, hash ); in hash_finish()
410 ret = mbedtls_sha512_finish( &operation->ctx.sha512, hash ); in hash_finish()