Lines Matching refs:arg0_operation

52     psa_aead_operation_t *arg0_operation)  in mbedtls_test_wrap_psa_aead_abort()  argument
54 psa_status_t status = (psa_aead_abort)(arg0_operation); in mbedtls_test_wrap_psa_aead_abort()
90 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_decrypt_setup() argument
94 psa_status_t status = (psa_aead_decrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_aead_decrypt_setup()
130 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_encrypt_setup() argument
134 psa_status_t status = (psa_aead_encrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_aead_encrypt_setup()
140 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_finish() argument
152 …psa_status_t status = (psa_aead_finish)(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg… in mbedtls_test_wrap_psa_aead_finish()
162 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_generate_nonce() argument
170 …psa_status_t status = (psa_aead_generate_nonce)(arg0_operation, arg1_nonce, arg2_nonce_size, arg3_… in mbedtls_test_wrap_psa_aead_generate_nonce()
179 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_set_lengths() argument
183 …psa_status_t status = (psa_aead_set_lengths)(arg0_operation, arg1_ad_length, arg2_plaintext_length… in mbedtls_test_wrap_psa_aead_set_lengths()
189 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_set_nonce() argument
196 psa_status_t status = (psa_aead_set_nonce)(arg0_operation, arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
205 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_update() argument
216 …psa_status_t status = (psa_aead_update)(arg0_operation, arg1_input, arg2_input_length, arg3_output… in mbedtls_test_wrap_psa_aead_update()
226 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_update_ad() argument
233 psa_status_t status = (psa_aead_update_ad)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update_ad()
242 psa_aead_operation_t *arg0_operation, in mbedtls_test_wrap_psa_aead_verify() argument
253 …psa_status_t status = (psa_aead_verify)(arg0_operation, arg1_plaintext, arg2_plaintext_size, arg3_… in mbedtls_test_wrap_psa_aead_verify()
315 psa_cipher_operation_t *arg0_operation) in mbedtls_test_wrap_psa_cipher_abort() argument
317 psa_status_t status = (psa_cipher_abort)(arg0_operation); in mbedtls_test_wrap_psa_cipher_abort()
345 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_decrypt_setup() argument
349 psa_status_t status = (psa_cipher_decrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_decrypt_setup()
377 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_encrypt_setup() argument
381 psa_status_t status = (psa_cipher_encrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_encrypt_setup()
387 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_finish() argument
395 …psa_status_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_outp… in mbedtls_test_wrap_psa_cipher_finish()
404 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_generate_iv() argument
412 …psa_status_t status = (psa_cipher_generate_iv)(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_leng… in mbedtls_test_wrap_psa_cipher_generate_iv()
421 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_set_iv() argument
428 psa_status_t status = (psa_cipher_set_iv)(arg0_operation, arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
437 psa_cipher_operation_t *arg0_operation, in mbedtls_test_wrap_psa_cipher_update() argument
448 …psa_status_t status = (psa_cipher_update)(arg0_operation, arg1_input, arg2_input_length, arg3_outp… in mbedtls_test_wrap_psa_cipher_update()
662 psa_hash_operation_t *arg0_operation) in mbedtls_test_wrap_psa_hash_abort() argument
664 psa_status_t status = (psa_hash_abort)(arg0_operation); in mbedtls_test_wrap_psa_hash_abort()
720 psa_hash_operation_t *arg0_operation, in mbedtls_test_wrap_psa_hash_finish() argument
728 …psa_status_t status = (psa_hash_finish)(arg0_operation, arg1_hash, arg2_hash_size, arg3_hash_lengt… in mbedtls_test_wrap_psa_hash_finish()
737 psa_hash_operation_t *arg0_operation, in mbedtls_test_wrap_psa_hash_setup() argument
740 psa_status_t status = (psa_hash_setup)(arg0_operation, arg1_alg); in mbedtls_test_wrap_psa_hash_setup()
746 psa_hash_operation_t *arg0_operation, in mbedtls_test_wrap_psa_hash_update() argument
753 psa_status_t status = (psa_hash_update)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_update()
762 psa_hash_operation_t *arg0_operation, in mbedtls_test_wrap_psa_hash_verify() argument
769 psa_status_t status = (psa_hash_verify)(arg0_operation, arg1_hash, arg2_hash_length); in mbedtls_test_wrap_psa_hash_verify()
795 psa_key_derivation_operation_t *arg0_operation) in mbedtls_test_wrap_psa_key_derivation_abort() argument
797 psa_status_t status = (psa_key_derivation_abort)(arg0_operation); in mbedtls_test_wrap_psa_key_derivation_abort()
803 const psa_key_derivation_operation_t *arg0_operation, in mbedtls_test_wrap_psa_key_derivation_get_capacity() argument
806 psa_status_t status = (psa_key_derivation_get_capacity)(arg0_operation, arg1_capacity); in mbedtls_test_wrap_psa_key_derivation_get_capacity()
812 psa_key_derivation_operation_t *arg0_operation, in mbedtls_test_wrap_psa_key_derivation_input_bytes() argument
820 …psa_status_t status = (psa_key_derivation_input_bytes)(arg0_operation, arg1_step, arg2_data, arg3_… in mbedtls_test_wrap_psa_key_derivation_input_bytes()
829 psa_key_derivation_operation_t *arg0_operation, in mbedtls_test_wrap_psa_key_derivation_input_integer() argument
833 psa_status_t status = (psa_key_derivation_input_integer)(arg0_operation, arg1_step, arg2_value); in mbedtls_test_wrap_psa_key_derivation_input_integer()
839 psa_key_derivation_operation_t *arg0_operation, in mbedtls_test_wrap_psa_key_derivation_input_key() argument
843 psa_status_t status = (psa_key_derivation_input_key)(arg0_operation, arg1_step, arg2_key); in mbedtls_test_wrap_psa_key_derivation_input_key()
849 psa_key_derivation_operation_t *arg0_operation, in mbedtls_test_wrap_psa_key_derivation_key_agreement() argument
858 …psa_status_t status = (psa_key_derivation_key_agreement)(arg0_operation, arg1_step, arg2_private_k… in mbedtls_test_wrap_psa_key_derivation_key_agreement()
867 psa_key_derivation_operation_t *arg0_operation, in mbedtls_test_wrap_psa_key_derivation_output_bytes() argument
874 …psa_status_t status = (psa_key_derivation_output_bytes)(arg0_operation, arg1_output, arg2_output_l… in mbedtls_test_wrap_psa_key_derivation_output_bytes()
924 psa_key_derivation_operation_t *arg0_operation, in mbedtls_test_wrap_psa_key_derivation_set_capacity() argument
927 psa_status_t status = (psa_key_derivation_set_capacity)(arg0_operation, arg1_capacity); in mbedtls_test_wrap_psa_key_derivation_set_capacity()
933 psa_key_derivation_operation_t *arg0_operation, in mbedtls_test_wrap_psa_key_derivation_setup() argument
936 psa_status_t status = (psa_key_derivation_setup)(arg0_operation, arg1_alg); in mbedtls_test_wrap_psa_key_derivation_setup()
942 psa_mac_operation_t *arg0_operation) in mbedtls_test_wrap_psa_mac_abort() argument
944 psa_status_t status = (psa_mac_abort)(arg0_operation); in mbedtls_test_wrap_psa_mac_abort()
972 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_sign_finish() argument
980 …psa_status_t status = (psa_mac_sign_finish)(arg0_operation, arg1_mac, arg2_mac_size, arg3_mac_leng… in mbedtls_test_wrap_psa_mac_sign_finish()
989 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_sign_setup() argument
993 psa_status_t status = (psa_mac_sign_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_mac_sign_setup()
999 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_update() argument
1006 psa_status_t status = (psa_mac_update)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_mac_update()
1036 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_verify_finish() argument
1043 psa_status_t status = (psa_mac_verify_finish)(arg0_operation, arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
1052 psa_mac_operation_t *arg0_operation, in mbedtls_test_wrap_psa_mac_verify_setup() argument
1056 psa_status_t status = (psa_mac_verify_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_mac_verify_setup()
1063 psa_pake_operation_t *arg0_operation) in mbedtls_test_wrap_psa_pake_abort() argument
1065 psa_status_t status = (psa_pake_abort)(arg0_operation); in mbedtls_test_wrap_psa_pake_abort()
1073 psa_pake_operation_t *arg0_operation, in mbedtls_test_wrap_psa_pake_get_implicit_key() argument
1076 psa_status_t status = (psa_pake_get_implicit_key)(arg0_operation, arg1_output); in mbedtls_test_wrap_psa_pake_get_implicit_key()
1084 psa_pake_operation_t *arg0_operation, in mbedtls_test_wrap_psa_pake_input() argument
1092 … psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1103 psa_pake_operation_t *arg0_operation, in mbedtls_test_wrap_psa_pake_output() argument
1112 …psa_status_t status = (psa_pake_output)(arg0_operation, arg1_step, arg2_output, arg3_output_size, … in mbedtls_test_wrap_psa_pake_output()
1123 psa_pake_operation_t *arg0_operation, in mbedtls_test_wrap_psa_pake_set_password_key() argument
1126 psa_status_t status = (psa_pake_set_password_key)(arg0_operation, arg1_password); in mbedtls_test_wrap_psa_pake_set_password_key()
1134 psa_pake_operation_t *arg0_operation, in mbedtls_test_wrap_psa_pake_set_peer() argument
1141 psa_status_t status = (psa_pake_set_peer)(arg0_operation, arg1_peer_id, arg2_peer_id_len); in mbedtls_test_wrap_psa_pake_set_peer()
1152 psa_pake_operation_t *arg0_operation, in mbedtls_test_wrap_psa_pake_set_role() argument
1155 psa_status_t status = (psa_pake_set_role)(arg0_operation, arg1_role); in mbedtls_test_wrap_psa_pake_set_role()
1163 psa_pake_operation_t *arg0_operation, in mbedtls_test_wrap_psa_pake_set_user() argument
1170 psa_status_t status = (psa_pake_set_user)(arg0_operation, arg1_user_id, arg2_user_id_len); in mbedtls_test_wrap_psa_pake_set_user()
1181 psa_pake_operation_t *arg0_operation, in mbedtls_test_wrap_psa_pake_setup() argument
1184 psa_status_t status = (psa_pake_setup)(arg0_operation, arg1_cipher_suite); in mbedtls_test_wrap_psa_pake_setup()
1243 psa_sign_hash_interruptible_operation_t *arg0_operation) in mbedtls_test_wrap_psa_sign_hash_abort() argument
1245 psa_status_t status = (psa_sign_hash_abort)(arg0_operation); in mbedtls_test_wrap_psa_sign_hash_abort()
1251 psa_sign_hash_interruptible_operation_t *arg0_operation, in mbedtls_test_wrap_psa_sign_hash_complete() argument
1259 …psa_status_t status = (psa_sign_hash_complete)(arg0_operation, arg1_signature, arg2_signature_size… in mbedtls_test_wrap_psa_sign_hash_complete()
1268 psa_sign_hash_interruptible_operation_t *arg0_operation, in mbedtls_test_wrap_psa_sign_hash_start() argument
1277 …psa_status_t status = (psa_sign_hash_start)(arg0_operation, arg1_key, arg2_alg, arg3_hash, arg4_ha… in mbedtls_test_wrap_psa_sign_hash_start()
1329 psa_verify_hash_interruptible_operation_t *arg0_operation) in mbedtls_test_wrap_psa_verify_hash_abort() argument
1331 psa_status_t status = (psa_verify_hash_abort)(arg0_operation); in mbedtls_test_wrap_psa_verify_hash_abort()
1337 psa_verify_hash_interruptible_operation_t *arg0_operation) in mbedtls_test_wrap_psa_verify_hash_complete() argument
1339 psa_status_t status = (psa_verify_hash_complete)(arg0_operation); in mbedtls_test_wrap_psa_verify_hash_complete()
1345 psa_verify_hash_interruptible_operation_t *arg0_operation, in mbedtls_test_wrap_psa_verify_hash_start() argument
1357 …psa_status_t status = (psa_verify_hash_start)(arg0_operation, arg1_key, arg2_alg, arg3_hash, arg4_… in mbedtls_test_wrap_psa_verify_hash_start()