Lines Matching refs:sha512
115 mbedtls_sha512_free( &operation->ctx.sha512 ); in mbedtls_psa_hash_abort()
120 mbedtls_sha512_free( &operation->ctx.sha512 ); in mbedtls_psa_hash_abort()
176 mbedtls_sha512_init( &operation->ctx.sha512 ); in mbedtls_psa_hash_setup()
177 ret = mbedtls_sha512_starts( &operation->ctx.sha512, 1 ); in mbedtls_psa_hash_setup()
182 mbedtls_sha512_init( &operation->ctx.sha512 ); in mbedtls_psa_hash_setup()
183 ret = mbedtls_sha512_starts( &operation->ctx.sha512, 0 ); in mbedtls_psa_hash_setup()
238 mbedtls_sha512_clone( &target_operation->ctx.sha512, in mbedtls_psa_hash_clone()
239 &source_operation->ctx.sha512 ); in mbedtls_psa_hash_clone()
244 mbedtls_sha512_clone( &target_operation->ctx.sha512, in mbedtls_psa_hash_clone()
245 &source_operation->ctx.sha512 ); in mbedtls_psa_hash_clone()
299 ret = mbedtls_sha512_update( &operation->ctx.sha512, in mbedtls_psa_hash_update()
305 ret = mbedtls_sha512_update( &operation->ctx.sha512, in mbedtls_psa_hash_update()
372 ret = mbedtls_sha512_finish( &operation->ctx.sha512, hash ); in mbedtls_psa_hash_finish()
377 ret = mbedtls_sha512_finish( &operation->ctx.sha512, hash ); in mbedtls_psa_hash_finish()