Lines Matching refs:operation
131 mbedtls_transparent_test_driver_cipher_operation_t *operation,
142 memset(operation, 0, sizeof(*operation));
151 operation,
156 operation, attributes, key, key_length, alg);
163 mbedtls_transparent_test_driver_cipher_operation_t *operation,
177 operation,
182 operation, attributes, key, key_length, alg);
189 mbedtls_transparent_test_driver_cipher_operation_t *operation)
195 libtestdriver1_mbedtls_psa_cipher_abort(operation);
197 mbedtls_psa_cipher_abort(operation);
204 memset(operation, 0, sizeof(*operation));
210 mbedtls_transparent_test_driver_cipher_operation_t *operation,
227 operation, iv, iv_length);
229 return mbedtls_psa_cipher_set_iv(operation, iv, iv_length);
236 mbedtls_transparent_test_driver_cipher_operation_t *operation,
265 operation, input, input_length,
269 operation, input, input_length,
277 mbedtls_transparent_test_driver_cipher_operation_t *operation,
304 operation, output, output_size, output_length);
307 operation, output, output_size, output_length);
358 mbedtls_opaque_test_driver_cipher_operation_t *operation,
363 (void) operation;
372 mbedtls_opaque_test_driver_cipher_operation_t *operation,
377 (void) operation;
386 mbedtls_opaque_test_driver_cipher_operation_t *operation)
388 (void) operation;
393 mbedtls_opaque_test_driver_cipher_operation_t *operation,
397 (void) operation;
404 mbedtls_opaque_test_driver_cipher_operation_t *operation,
411 (void) operation;
421 mbedtls_opaque_test_driver_cipher_operation_t *operation,
426 (void) operation;