Lines Matching refs:sha256
105 mbedtls_sha256_free( &operation->ctx.sha256 ); in mbedtls_psa_hash_abort()
110 mbedtls_sha256_free( &operation->ctx.sha256 ); in mbedtls_psa_hash_abort()
164 mbedtls_sha256_init( &operation->ctx.sha256 ); in mbedtls_psa_hash_setup()
165 ret = mbedtls_sha256_starts( &operation->ctx.sha256, 1 ); in mbedtls_psa_hash_setup()
170 mbedtls_sha256_init( &operation->ctx.sha256 ); in mbedtls_psa_hash_setup()
171 ret = mbedtls_sha256_starts( &operation->ctx.sha256, 0 ); in mbedtls_psa_hash_setup()
226 mbedtls_sha256_clone( &target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
227 &source_operation->ctx.sha256 ); in mbedtls_psa_hash_clone()
232 mbedtls_sha256_clone( &target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
233 &source_operation->ctx.sha256 ); in mbedtls_psa_hash_clone()
287 ret = mbedtls_sha256_update( &operation->ctx.sha256, in mbedtls_psa_hash_update()
293 ret = mbedtls_sha256_update( &operation->ctx.sha256, in mbedtls_psa_hash_update()
362 ret = mbedtls_sha256_finish( &operation->ctx.sha256, hash ); in mbedtls_psa_hash_finish()
367 ret = mbedtls_sha256_finish( &operation->ctx.sha256, hash ); in mbedtls_psa_hash_finish()