Lines Matching refs:arg0_operation
49 psa_aead_operation_t *arg0_operation);
50 #define psa_aead_abort(arg0_operation) \ argument
51 mbedtls_test_wrap_psa_aead_abort(arg0_operation)
69 psa_aead_operation_t *arg0_operation,
72 #define psa_aead_decrypt_setup(arg0_operation, arg1_key, arg2_alg) \ argument
73 mbedtls_test_wrap_psa_aead_decrypt_setup(arg0_operation, arg1_key, arg2_alg)
91 psa_aead_operation_t *arg0_operation,
94 #define psa_aead_encrypt_setup(arg0_operation, arg1_key, arg2_alg) \ argument
95 mbedtls_test_wrap_psa_aead_encrypt_setup(arg0_operation, arg1_key, arg2_alg)
98 psa_aead_operation_t *arg0_operation,
105 #define psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciphertext_leng… argument
106 …mbedtls_test_wrap_psa_aead_finish(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg3_ciph…
109 psa_aead_operation_t *arg0_operation,
113 #define psa_aead_generate_nonce(arg0_operation, arg1_nonce, arg2_nonce_size, arg3_nonce_length) \ argument
114 …mbedtls_test_wrap_psa_aead_generate_nonce(arg0_operation, arg1_nonce, arg2_nonce_size, arg3_nonce_…
117 psa_aead_operation_t *arg0_operation,
120 #define psa_aead_set_lengths(arg0_operation, arg1_ad_length, arg2_plaintext_length) \ argument
121 mbedtls_test_wrap_psa_aead_set_lengths(arg0_operation, arg1_ad_length, arg2_plaintext_length)
124 psa_aead_operation_t *arg0_operation,
127 #define psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length) \ argument
128 mbedtls_test_wrap_psa_aead_set_nonce(arg0_operation, arg1_nonce, arg2_nonce_length)
131 psa_aead_operation_t *arg0_operation,
137 #define psa_aead_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_siz… argument
138 …mbedtls_test_wrap_psa_aead_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4…
141 psa_aead_operation_t *arg0_operation,
144 #define psa_aead_update_ad(arg0_operation, arg1_input, arg2_input_length) \ argument
145 mbedtls_test_wrap_psa_aead_update_ad(arg0_operation, arg1_input, arg2_input_length)
148 psa_aead_operation_t *arg0_operation,
154 #define psa_aead_verify(arg0_operation, arg1_plaintext, arg2_plaintext_size, arg3_plaintext_length,… argument
155 …mbedtls_test_wrap_psa_aead_verify(arg0_operation, arg1_plaintext, arg2_plaintext_size, arg3_plaint…
184 psa_cipher_operation_t *arg0_operation);
185 #define psa_cipher_abort(arg0_operation) \ argument
186 mbedtls_test_wrap_psa_cipher_abort(arg0_operation)
200 psa_cipher_operation_t *arg0_operation,
203 #define psa_cipher_decrypt_setup(arg0_operation, arg1_key, arg2_alg) \ argument
204 mbedtls_test_wrap_psa_cipher_decrypt_setup(arg0_operation, arg1_key, arg2_alg)
218 psa_cipher_operation_t *arg0_operation,
221 #define psa_cipher_encrypt_setup(arg0_operation, arg1_key, arg2_alg) \ argument
222 mbedtls_test_wrap_psa_cipher_encrypt_setup(arg0_operation, arg1_key, arg2_alg)
225 psa_cipher_operation_t *arg0_operation,
229 #define psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_length) \ argument
230 …mbedtls_test_wrap_psa_cipher_finish(arg0_operation, arg1_output, arg2_output_size, arg3_output_len…
233 psa_cipher_operation_t *arg0_operation,
237 #define psa_cipher_generate_iv(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_length) \ argument
238 mbedtls_test_wrap_psa_cipher_generate_iv(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_length)
241 psa_cipher_operation_t *arg0_operation,
244 #define psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length) \ argument
245 mbedtls_test_wrap_psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length)
248 psa_cipher_operation_t *arg0_operation,
254 #define psa_cipher_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, arg4_output_s… argument
255 …mbedtls_test_wrap_psa_cipher_update(arg0_operation, arg1_input, arg2_input_length, arg3_output, ar…
387 psa_hash_operation_t *arg0_operation);
388 #define psa_hash_abort(arg0_operation) \ argument
389 mbedtls_test_wrap_psa_hash_abort(arg0_operation)
417 psa_hash_operation_t *arg0_operation,
421 #define psa_hash_finish(arg0_operation, arg1_hash, arg2_hash_size, arg3_hash_length) \ argument
422 mbedtls_test_wrap_psa_hash_finish(arg0_operation, arg1_hash, arg2_hash_size, arg3_hash_length)
425 psa_hash_operation_t *arg0_operation,
427 #define psa_hash_setup(arg0_operation, arg1_alg) \ argument
428 mbedtls_test_wrap_psa_hash_setup(arg0_operation, arg1_alg)
431 psa_hash_operation_t *arg0_operation,
434 #define psa_hash_update(arg0_operation, arg1_input, arg2_input_length) \ argument
435 mbedtls_test_wrap_psa_hash_update(arg0_operation, arg1_input, arg2_input_length)
438 psa_hash_operation_t *arg0_operation,
441 #define psa_hash_verify(arg0_operation, arg1_hash, arg2_hash_length) \ argument
442 mbedtls_test_wrap_psa_hash_verify(arg0_operation, arg1_hash, arg2_hash_length)
453 psa_key_derivation_operation_t *arg0_operation);
454 #define psa_key_derivation_abort(arg0_operation) \ argument
455 mbedtls_test_wrap_psa_key_derivation_abort(arg0_operation)
458 const psa_key_derivation_operation_t *arg0_operation,
460 #define psa_key_derivation_get_capacity(arg0_operation, arg1_capacity) \ argument
461 mbedtls_test_wrap_psa_key_derivation_get_capacity(arg0_operation, arg1_capacity)
464 psa_key_derivation_operation_t *arg0_operation,
468 #define psa_key_derivation_input_bytes(arg0_operation, arg1_step, arg2_data, arg3_data_length) \ argument
469 …mbedtls_test_wrap_psa_key_derivation_input_bytes(arg0_operation, arg1_step, arg2_data, arg3_data_l…
472 psa_key_derivation_operation_t *arg0_operation,
475 #define psa_key_derivation_input_integer(arg0_operation, arg1_step, arg2_value) \ argument
476 mbedtls_test_wrap_psa_key_derivation_input_integer(arg0_operation, arg1_step, arg2_value)
479 psa_key_derivation_operation_t *arg0_operation,
482 #define psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key) \ argument
483 mbedtls_test_wrap_psa_key_derivation_input_key(arg0_operation, arg1_step, arg2_key)
486 psa_key_derivation_operation_t *arg0_operation,
491 #define psa_key_derivation_key_agreement(arg0_operation, arg1_step, arg2_private_key, arg3_peer_key… argument
492 …mbedtls_test_wrap_psa_key_derivation_key_agreement(arg0_operation, arg1_step, arg2_private_key, ar…
495 psa_key_derivation_operation_t *arg0_operation,
498 #define psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) \ argument
499 … mbedtls_test_wrap_psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length)
528 psa_key_derivation_operation_t *arg0_operation,
530 #define psa_key_derivation_set_capacity(arg0_operation, arg1_capacity) \ argument
531 mbedtls_test_wrap_psa_key_derivation_set_capacity(arg0_operation, arg1_capacity)
534 psa_key_derivation_operation_t *arg0_operation,
536 #define psa_key_derivation_setup(arg0_operation, arg1_alg) \ argument
537 mbedtls_test_wrap_psa_key_derivation_setup(arg0_operation, arg1_alg)
540 psa_mac_operation_t *arg0_operation);
541 #define psa_mac_abort(arg0_operation) \ argument
542 mbedtls_test_wrap_psa_mac_abort(arg0_operation)
556 psa_mac_operation_t *arg0_operation,
560 #define psa_mac_sign_finish(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length) \ argument
561 mbedtls_test_wrap_psa_mac_sign_finish(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_length)
564 psa_mac_operation_t *arg0_operation,
567 #define psa_mac_sign_setup(arg0_operation, arg1_key, arg2_alg) \ argument
568 mbedtls_test_wrap_psa_mac_sign_setup(arg0_operation, arg1_key, arg2_alg)
571 psa_mac_operation_t *arg0_operation,
574 #define psa_mac_update(arg0_operation, arg1_input, arg2_input_length) \ argument
575 mbedtls_test_wrap_psa_mac_update(arg0_operation, arg1_input, arg2_input_length)
588 psa_mac_operation_t *arg0_operation,
591 #define psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length) \ argument
592 mbedtls_test_wrap_psa_mac_verify_finish(arg0_operation, arg1_mac, arg2_mac_length)
595 psa_mac_operation_t *arg0_operation,
598 #define psa_mac_verify_setup(arg0_operation, arg1_key, arg2_alg) \ argument
599 mbedtls_test_wrap_psa_mac_verify_setup(arg0_operation, arg1_key, arg2_alg)
603 psa_pake_operation_t *arg0_operation);
604 #define psa_pake_abort(arg0_operation) \ argument
605 mbedtls_test_wrap_psa_pake_abort(arg0_operation)
610 psa_pake_operation_t *arg0_operation,
612 #define psa_pake_get_implicit_key(arg0_operation, arg1_output) \ argument
613 mbedtls_test_wrap_psa_pake_get_implicit_key(arg0_operation, arg1_output)
618 psa_pake_operation_t *arg0_operation,
622 #define psa_pake_input(arg0_operation, arg1_step, arg2_input, arg3_input_length) \ argument
623 mbedtls_test_wrap_psa_pake_input(arg0_operation, arg1_step, arg2_input, arg3_input_length)
628 psa_pake_operation_t *arg0_operation,
633 #define psa_pake_output(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_output_lengt… argument
634 …mbedtls_test_wrap_psa_pake_output(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_o…
639 psa_pake_operation_t *arg0_operation,
641 #define psa_pake_set_password_key(arg0_operation, arg1_password) \ argument
642 mbedtls_test_wrap_psa_pake_set_password_key(arg0_operation, arg1_password)
647 psa_pake_operation_t *arg0_operation,
650 #define psa_pake_set_peer(arg0_operation, arg1_peer_id, arg2_peer_id_len) \ argument
651 mbedtls_test_wrap_psa_pake_set_peer(arg0_operation, arg1_peer_id, arg2_peer_id_len)
656 psa_pake_operation_t *arg0_operation,
658 #define psa_pake_set_role(arg0_operation, arg1_role) \ argument
659 mbedtls_test_wrap_psa_pake_set_role(arg0_operation, arg1_role)
664 psa_pake_operation_t *arg0_operation,
667 #define psa_pake_set_user(arg0_operation, arg1_user_id, arg2_user_id_len) \ argument
668 mbedtls_test_wrap_psa_pake_set_user(arg0_operation, arg1_user_id, arg2_user_id_len)
673 psa_pake_operation_t *arg0_operation,
675 #define psa_pake_setup(arg0_operation, arg1_cipher_suite) \ argument
676 mbedtls_test_wrap_psa_pake_setup(arg0_operation, arg1_cipher_suite)
707 psa_sign_hash_interruptible_operation_t *arg0_operation);
708 #define psa_sign_hash_abort(arg0_operation) \ argument
709 mbedtls_test_wrap_psa_sign_hash_abort(arg0_operation)
712 psa_sign_hash_interruptible_operation_t *arg0_operation,
716 #define psa_sign_hash_complete(arg0_operation, arg1_signature, arg2_signature_size, arg3_signature_… argument
717 …mbedtls_test_wrap_psa_sign_hash_complete(arg0_operation, arg1_signature, arg2_signature_size, arg3…
720 psa_sign_hash_interruptible_operation_t *arg0_operation,
725 #define psa_sign_hash_start(arg0_operation, arg1_key, arg2_alg, arg3_hash, arg4_hash_length) \ argument
726 …mbedtls_test_wrap_psa_sign_hash_start(arg0_operation, arg1_key, arg2_alg, arg3_hash, arg4_hash_len…
750 psa_verify_hash_interruptible_operation_t *arg0_operation);
751 #define psa_verify_hash_abort(arg0_operation) \ argument
752 mbedtls_test_wrap_psa_verify_hash_abort(arg0_operation)
755 psa_verify_hash_interruptible_operation_t *arg0_operation);
756 #define psa_verify_hash_complete(arg0_operation) \ argument
757 mbedtls_test_wrap_psa_verify_hash_complete(arg0_operation)
760 psa_verify_hash_interruptible_operation_t *arg0_operation,
767 #define psa_verify_hash_start(arg0_operation, arg1_key, arg2_alg, arg3_hash, arg4_hash_length, arg5… argument
768 …mbedtls_test_wrap_psa_verify_hash_start(arg0_operation, arg1_key, arg2_alg, arg3_hash, arg4_hash_l…