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