Lines Matching refs:operation
59 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_setup() argument
71 libtestdriver1_mbedtls_psa_hash_setup(operation, alg); in mbedtls_test_transparent_hash_setup()
74 mbedtls_psa_hash_setup(operation, alg); in mbedtls_test_transparent_hash_setup()
76 (void) operation; in mbedtls_test_transparent_hash_setup()
114 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_update() argument
128 operation, input, input_length); in mbedtls_test_transparent_hash_update()
131 mbedtls_psa_hash_update(operation, input, input_length); in mbedtls_test_transparent_hash_update()
133 (void) operation; in mbedtls_test_transparent_hash_update()
144 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_finish() argument
159 operation, hash, hash_size, hash_length); in mbedtls_test_transparent_hash_finish()
162 mbedtls_psa_hash_finish(operation, hash, hash_size, hash_length); in mbedtls_test_transparent_hash_finish()
164 (void) operation; in mbedtls_test_transparent_hash_finish()
176 mbedtls_transparent_test_driver_hash_operation_t *operation) in mbedtls_test_transparent_hash_abort() argument
187 libtestdriver1_mbedtls_psa_hash_abort(operation); in mbedtls_test_transparent_hash_abort()
190 mbedtls_psa_hash_abort(operation); in mbedtls_test_transparent_hash_abort()
192 (void) operation; in mbedtls_test_transparent_hash_abort()