Lines Matching refs:operation

131     mbedtls_transparent_test_driver_cipher_operation_t *operation,  in mbedtls_test_transparent_cipher_encrypt_setup()  argument
142 memset(operation, 0, sizeof(*operation)); in mbedtls_test_transparent_cipher_encrypt_setup()
151 operation, in mbedtls_test_transparent_cipher_encrypt_setup()
156 operation, attributes, key, key_length, alg); in mbedtls_test_transparent_cipher_encrypt_setup()
163 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_decrypt_setup() argument
177 operation, in mbedtls_test_transparent_cipher_decrypt_setup()
182 operation, attributes, key, key_length, alg); in mbedtls_test_transparent_cipher_decrypt_setup()
189 mbedtls_transparent_test_driver_cipher_operation_t *operation) in mbedtls_test_transparent_cipher_abort() argument
195 libtestdriver1_mbedtls_psa_cipher_abort(operation); in mbedtls_test_transparent_cipher_abort()
197 mbedtls_psa_cipher_abort(operation); in mbedtls_test_transparent_cipher_abort()
204 memset(operation, 0, sizeof(*operation)); in mbedtls_test_transparent_cipher_abort()
210 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_set_iv() argument
227 operation, iv, iv_length); in mbedtls_test_transparent_cipher_set_iv()
229 return mbedtls_psa_cipher_set_iv(operation, iv, iv_length); in mbedtls_test_transparent_cipher_set_iv()
236 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_update() argument
265 operation, input, input_length, in mbedtls_test_transparent_cipher_update()
269 operation, input, input_length, in mbedtls_test_transparent_cipher_update()
277 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_finish() argument
304 operation, output, output_size, output_length); in mbedtls_test_transparent_cipher_finish()
307 operation, output, output_size, output_length); in mbedtls_test_transparent_cipher_finish()
358 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_encrypt_setup() argument
363 (void) operation; in mbedtls_test_opaque_cipher_encrypt_setup()
372 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_decrypt_setup() argument
377 (void) operation; in mbedtls_test_opaque_cipher_decrypt_setup()
386 mbedtls_opaque_test_driver_cipher_operation_t *operation) in mbedtls_test_opaque_cipher_abort() argument
388 (void) operation; in mbedtls_test_opaque_cipher_abort()
393 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_set_iv() argument
397 (void) operation; in mbedtls_test_opaque_cipher_set_iv()
404 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_update() argument
411 (void) operation; in mbedtls_test_opaque_cipher_update()
421 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_finish() argument
426 (void) operation; in mbedtls_test_opaque_cipher_finish()