Lines Matching refs:status

23     psa_status_t status = (mbedtls_psa_inject_entropy)(arg0_seed, arg1_seed_size);  in mbedtls_test_wrap_mbedtls_psa_inject_entropy()  local
24 return status; in mbedtls_test_wrap_mbedtls_psa_inject_entropy()
35 …psa_status_t status = (mbedtls_psa_platform_get_builtin_key)(arg0_key_id, arg1_lifetime, arg2_slot… in mbedtls_test_wrap_mbedtls_psa_platform_get_builtin_key() local
36 return status; in mbedtls_test_wrap_mbedtls_psa_platform_get_builtin_key()
45 psa_status_t status = (mbedtls_psa_register_se_key)(arg0_attributes); in mbedtls_test_wrap_mbedtls_psa_register_se_key() local
46 return status; in mbedtls_test_wrap_mbedtls_psa_register_se_key()
54 psa_status_t status = (psa_aead_abort)(arg0_operation); in mbedtls_test_wrap_psa_aead_abort() local
55 return status; in mbedtls_test_wrap_psa_aead_abort()
78 …psa_status_t status = (psa_aead_decrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_decrypt() local
85 return status; in mbedtls_test_wrap_psa_aead_decrypt()
94 psa_status_t status = (psa_aead_decrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_aead_decrypt_setup() local
95 return status; in mbedtls_test_wrap_psa_aead_decrypt_setup()
118 …psa_status_t status = (psa_aead_encrypt)(arg0_key, arg1_alg, arg2_nonce, arg3_nonce_length, arg4_a… in mbedtls_test_wrap_psa_aead_encrypt() local
125 return status; in mbedtls_test_wrap_psa_aead_encrypt()
134 psa_status_t status = (psa_aead_encrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_aead_encrypt_setup() local
135 return status; in mbedtls_test_wrap_psa_aead_encrypt_setup()
152 …psa_status_t status = (psa_aead_finish)(arg0_operation, arg1_ciphertext, arg2_ciphertext_size, arg… in mbedtls_test_wrap_psa_aead_finish() local
157 return status; in mbedtls_test_wrap_psa_aead_finish()
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() local
174 return status; in mbedtls_test_wrap_psa_aead_generate_nonce()
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() local
184 return status; in mbedtls_test_wrap_psa_aead_set_lengths()
196 psa_status_t status = (psa_aead_set_nonce)(arg0_operation, arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce() local
200 return status; in mbedtls_test_wrap_psa_aead_set_nonce()
216 …psa_status_t status = (psa_aead_update)(arg0_operation, arg1_input, arg2_input_length, arg3_output… in mbedtls_test_wrap_psa_aead_update() local
221 return status; in mbedtls_test_wrap_psa_aead_update()
233 psa_status_t status = (psa_aead_update_ad)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update_ad() local
237 return status; in mbedtls_test_wrap_psa_aead_update_ad()
253 …psa_status_t status = (psa_aead_verify)(arg0_operation, arg1_plaintext, arg2_plaintext_size, arg3_… in mbedtls_test_wrap_psa_aead_verify() local
258 return status; in mbedtls_test_wrap_psa_aead_verify()
278 …psa_status_t status = (psa_asymmetric_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, … in mbedtls_test_wrap_psa_asymmetric_decrypt() local
284 return status; in mbedtls_test_wrap_psa_asymmetric_decrypt()
304 …psa_status_t status = (psa_asymmetric_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, … in mbedtls_test_wrap_psa_asymmetric_encrypt() local
310 return status; in mbedtls_test_wrap_psa_asymmetric_encrypt()
317 psa_status_t status = (psa_cipher_abort)(arg0_operation); in mbedtls_test_wrap_psa_cipher_abort() local
318 return status; in mbedtls_test_wrap_psa_cipher_abort()
335 …psa_status_t status = (psa_cipher_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_decrypt() local
340 return status; in mbedtls_test_wrap_psa_cipher_decrypt()
349 psa_status_t status = (psa_cipher_decrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_decrypt_setup() local
350 return status; in mbedtls_test_wrap_psa_cipher_decrypt_setup()
367 …psa_status_t status = (psa_cipher_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_encrypt() local
372 return status; in mbedtls_test_wrap_psa_cipher_encrypt()
381 psa_status_t status = (psa_cipher_encrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_encrypt_setup() local
382 return status; in mbedtls_test_wrap_psa_cipher_encrypt_setup()
395 …psa_status_t status = (psa_cipher_finish)(arg0_operation, arg1_output, arg2_output_size, arg3_outp… in mbedtls_test_wrap_psa_cipher_finish() local
399 return status; in mbedtls_test_wrap_psa_cipher_finish()
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() local
416 return status; in mbedtls_test_wrap_psa_cipher_generate_iv()
428 psa_status_t status = (psa_cipher_set_iv)(arg0_operation, arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv() local
432 return status; in mbedtls_test_wrap_psa_cipher_set_iv()
448 …psa_status_t status = (psa_cipher_update)(arg0_operation, arg1_input, arg2_input_length, arg3_outp… in mbedtls_test_wrap_psa_cipher_update() local
453 return status; in mbedtls_test_wrap_psa_cipher_update()
462 psa_status_t status = (psa_copy_key)(arg0_source_key, arg1_attributes, arg2_target_key); in mbedtls_test_wrap_psa_copy_key() local
463 return status; in mbedtls_test_wrap_psa_copy_key()
472 psa_status_t status = (psa_crypto_driver_pake_get_cipher_suite)(arg0_inputs, arg1_cipher_suite); in mbedtls_test_wrap_psa_crypto_driver_pake_get_cipher_suite() local
473 return status; in mbedtls_test_wrap_psa_crypto_driver_pake_get_cipher_suite()
485 …psa_status_t status = (psa_crypto_driver_pake_get_password)(arg0_inputs, arg1_buffer, arg2_buffer_… in mbedtls_test_wrap_psa_crypto_driver_pake_get_password() local
486 return status; in mbedtls_test_wrap_psa_crypto_driver_pake_get_password()
496 psa_status_t status = (psa_crypto_driver_pake_get_password_len)(arg0_inputs, arg1_password_len); in mbedtls_test_wrap_psa_crypto_driver_pake_get_password_len() local
497 return status; in mbedtls_test_wrap_psa_crypto_driver_pake_get_password_len()
509 …psa_status_t status = (psa_crypto_driver_pake_get_peer)(arg0_inputs, arg1_peer_id, arg2_peer_id_si… in mbedtls_test_wrap_psa_crypto_driver_pake_get_peer() local
510 return status; in mbedtls_test_wrap_psa_crypto_driver_pake_get_peer()
520 psa_status_t status = (psa_crypto_driver_pake_get_peer_len)(arg0_inputs, arg1_peer_len); in mbedtls_test_wrap_psa_crypto_driver_pake_get_peer_len() local
521 return status; in mbedtls_test_wrap_psa_crypto_driver_pake_get_peer_len()
533 …psa_status_t status = (psa_crypto_driver_pake_get_user)(arg0_inputs, arg1_user_id, arg2_user_id_si… in mbedtls_test_wrap_psa_crypto_driver_pake_get_user() local
534 return status; in mbedtls_test_wrap_psa_crypto_driver_pake_get_user()
544 psa_status_t status = (psa_crypto_driver_pake_get_user_len)(arg0_inputs, arg1_user_len); in mbedtls_test_wrap_psa_crypto_driver_pake_get_user_len() local
545 return status; in mbedtls_test_wrap_psa_crypto_driver_pake_get_user_len()
552 psa_status_t status = (psa_crypto_init)(); in mbedtls_test_wrap_psa_crypto_init() local
553 return status; in mbedtls_test_wrap_psa_crypto_init()
560 psa_status_t status = (psa_destroy_key)(arg0_key); in mbedtls_test_wrap_psa_destroy_key() local
561 return status; in mbedtls_test_wrap_psa_destroy_key()
574 psa_status_t status = (psa_export_key)(arg0_key, arg1_data, arg2_data_size, arg3_data_length); in mbedtls_test_wrap_psa_export_key() local
578 return status; in mbedtls_test_wrap_psa_export_key()
591 …psa_status_t status = (psa_export_public_key)(arg0_key, arg1_data, arg2_data_size, arg3_data_lengt… in mbedtls_test_wrap_psa_export_public_key() local
595 return status; in mbedtls_test_wrap_psa_export_public_key()
603 psa_status_t status = (psa_generate_key)(arg0_attributes, arg1_key); in mbedtls_test_wrap_psa_generate_key() local
604 return status; in mbedtls_test_wrap_psa_generate_key()
618 …psa_status_t status = (psa_generate_key_custom)(arg0_attributes, arg1_custom, arg2_custom_data, ar… in mbedtls_test_wrap_psa_generate_key_custom() local
622 return status; in mbedtls_test_wrap_psa_generate_key_custom()
632 …psa_status_t status = (psa_generate_key_ext)(arg0_attributes, arg1_params, arg2_params_data_length… in mbedtls_test_wrap_psa_generate_key_ext() local
633 return status; in mbedtls_test_wrap_psa_generate_key_ext()
644 psa_status_t status = (psa_generate_random)(arg0_output, arg1_output_size); in mbedtls_test_wrap_psa_generate_random() local
648 return status; in mbedtls_test_wrap_psa_generate_random()
656 psa_status_t status = (psa_get_key_attributes)(arg0_key, arg1_attributes); in mbedtls_test_wrap_psa_get_key_attributes() local
657 return status; in mbedtls_test_wrap_psa_get_key_attributes()
664 psa_status_t status = (psa_hash_abort)(arg0_operation); in mbedtls_test_wrap_psa_hash_abort() local
665 return status; in mbedtls_test_wrap_psa_hash_abort()
673 psa_status_t status = (psa_hash_clone)(arg0_source_operation, arg1_target_operation); in mbedtls_test_wrap_psa_hash_clone() local
674 return status; in mbedtls_test_wrap_psa_hash_clone()
689 …psa_status_t status = (psa_hash_compare)(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_… in mbedtls_test_wrap_psa_hash_compare() local
694 return status; in mbedtls_test_wrap_psa_hash_compare()
710 …psa_status_t status = (psa_hash_compute)(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_… in mbedtls_test_wrap_psa_hash_compute() local
715 return status; in mbedtls_test_wrap_psa_hash_compute()
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() local
732 return status; in mbedtls_test_wrap_psa_hash_finish()
740 psa_status_t status = (psa_hash_setup)(arg0_operation, arg1_alg); in mbedtls_test_wrap_psa_hash_setup() local
741 return status; in mbedtls_test_wrap_psa_hash_setup()
753 psa_status_t status = (psa_hash_update)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_update() local
757 return status; in mbedtls_test_wrap_psa_hash_update()
769 psa_status_t status = (psa_hash_verify)(arg0_operation, arg1_hash, arg2_hash_length); in mbedtls_test_wrap_psa_hash_verify() local
773 return status; in mbedtls_test_wrap_psa_hash_verify()
786 psa_status_t status = (psa_import_key)(arg0_attributes, arg1_data, arg2_data_length, arg3_key); in mbedtls_test_wrap_psa_import_key() local
790 return status; in mbedtls_test_wrap_psa_import_key()
797 psa_status_t status = (psa_key_derivation_abort)(arg0_operation); in mbedtls_test_wrap_psa_key_derivation_abort() local
798 return status; in mbedtls_test_wrap_psa_key_derivation_abort()
806 psa_status_t status = (psa_key_derivation_get_capacity)(arg0_operation, arg1_capacity); in mbedtls_test_wrap_psa_key_derivation_get_capacity() local
807 return status; in mbedtls_test_wrap_psa_key_derivation_get_capacity()
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() local
824 return status; in mbedtls_test_wrap_psa_key_derivation_input_bytes()
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() local
834 return status; in mbedtls_test_wrap_psa_key_derivation_input_integer()
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() local
844 return status; in mbedtls_test_wrap_psa_key_derivation_input_key()
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() local
862 return status; in mbedtls_test_wrap_psa_key_derivation_key_agreement()
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() local
878 return status; in mbedtls_test_wrap_psa_key_derivation_output_bytes()
887 … psa_status_t status = (psa_key_derivation_output_key)(arg0_attributes, arg1_operation, arg2_key); in mbedtls_test_wrap_psa_key_derivation_output_key() local
888 return status; in mbedtls_test_wrap_psa_key_derivation_output_key()
903 …psa_status_t status = (psa_key_derivation_output_key_custom)(arg0_attributes, arg1_operation, arg2… in mbedtls_test_wrap_psa_key_derivation_output_key_custom() local
907 return status; in mbedtls_test_wrap_psa_key_derivation_output_key_custom()
918 …psa_status_t status = (psa_key_derivation_output_key_ext)(arg0_attributes, arg1_operation, arg2_pa… in mbedtls_test_wrap_psa_key_derivation_output_key_ext() local
919 return status; in mbedtls_test_wrap_psa_key_derivation_output_key_ext()
927 psa_status_t status = (psa_key_derivation_set_capacity)(arg0_operation, arg1_capacity); in mbedtls_test_wrap_psa_key_derivation_set_capacity() local
928 return status; in mbedtls_test_wrap_psa_key_derivation_set_capacity()
936 psa_status_t status = (psa_key_derivation_setup)(arg0_operation, arg1_alg); in mbedtls_test_wrap_psa_key_derivation_setup() local
937 return status; in mbedtls_test_wrap_psa_key_derivation_setup()
944 psa_status_t status = (psa_mac_abort)(arg0_operation); in mbedtls_test_wrap_psa_mac_abort() local
945 return status; in mbedtls_test_wrap_psa_mac_abort()
962 …psa_status_t status = (psa_mac_compute)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_ma… in mbedtls_test_wrap_psa_mac_compute() local
967 return status; in mbedtls_test_wrap_psa_mac_compute()
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() local
984 return status; in mbedtls_test_wrap_psa_mac_sign_finish()
993 psa_status_t status = (psa_mac_sign_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_mac_sign_setup() local
994 return status; in mbedtls_test_wrap_psa_mac_sign_setup()
1006 psa_status_t status = (psa_mac_update)(arg0_operation, arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_mac_update() local
1010 return status; in mbedtls_test_wrap_psa_mac_update()
1026 …psa_status_t status = (psa_mac_verify)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac… in mbedtls_test_wrap_psa_mac_verify() local
1031 return status; in mbedtls_test_wrap_psa_mac_verify()
1043 psa_status_t status = (psa_mac_verify_finish)(arg0_operation, arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish() local
1047 return status; in mbedtls_test_wrap_psa_mac_verify_finish()
1056 psa_status_t status = (psa_mac_verify_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_mac_verify_setup() local
1057 return status; in mbedtls_test_wrap_psa_mac_verify_setup()
1065 psa_status_t status = (psa_pake_abort)(arg0_operation); in mbedtls_test_wrap_psa_pake_abort() local
1066 return status; in mbedtls_test_wrap_psa_pake_abort()
1076 psa_status_t status = (psa_pake_get_implicit_key)(arg0_operation, arg1_output); in mbedtls_test_wrap_psa_pake_get_implicit_key() local
1077 return status; in mbedtls_test_wrap_psa_pake_get_implicit_key()
1092 … psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input() local
1096 return status; in mbedtls_test_wrap_psa_pake_input()
1112 …psa_status_t status = (psa_pake_output)(arg0_operation, arg1_step, arg2_output, arg3_output_size, … in mbedtls_test_wrap_psa_pake_output() local
1116 return status; in mbedtls_test_wrap_psa_pake_output()
1126 psa_status_t status = (psa_pake_set_password_key)(arg0_operation, arg1_password); in mbedtls_test_wrap_psa_pake_set_password_key() local
1127 return status; in mbedtls_test_wrap_psa_pake_set_password_key()
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() local
1145 return status; in mbedtls_test_wrap_psa_pake_set_peer()
1155 psa_status_t status = (psa_pake_set_role)(arg0_operation, arg1_role); in mbedtls_test_wrap_psa_pake_set_role() local
1156 return status; in mbedtls_test_wrap_psa_pake_set_role()
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() local
1174 return status; in mbedtls_test_wrap_psa_pake_set_user()
1184 psa_status_t status = (psa_pake_setup)(arg0_operation, arg1_cipher_suite); in mbedtls_test_wrap_psa_pake_setup() local
1185 return status; in mbedtls_test_wrap_psa_pake_setup()
1193 psa_status_t status = (psa_purge_key)(arg0_key); in mbedtls_test_wrap_psa_purge_key() local
1194 return status; in mbedtls_test_wrap_psa_purge_key()
1211 …psa_status_t status = (psa_raw_key_agreement)(arg0_alg, arg1_private_key, arg2_peer_key, arg3_peer… in mbedtls_test_wrap_psa_raw_key_agreement() local
1216 return status; in mbedtls_test_wrap_psa_raw_key_agreement()
1233 …psa_status_t status = (psa_sign_hash)(arg0_key, arg1_alg, arg2_hash, arg3_hash_length, arg4_signat… in mbedtls_test_wrap_psa_sign_hash() local
1238 return status; in mbedtls_test_wrap_psa_sign_hash()
1245 psa_status_t status = (psa_sign_hash_abort)(arg0_operation); in mbedtls_test_wrap_psa_sign_hash_abort() local
1246 return status; in mbedtls_test_wrap_psa_sign_hash_abort()
1259 …psa_status_t status = (psa_sign_hash_complete)(arg0_operation, arg1_signature, arg2_signature_size… in mbedtls_test_wrap_psa_sign_hash_complete() local
1263 return status; in mbedtls_test_wrap_psa_sign_hash_complete()
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() local
1281 return status; in mbedtls_test_wrap_psa_sign_hash_start()
1298 …psa_status_t status = (psa_sign_message)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_s… in mbedtls_test_wrap_psa_sign_message() local
1303 return status; in mbedtls_test_wrap_psa_sign_message()
1319 …psa_status_t status = (psa_verify_hash)(arg0_key, arg1_alg, arg2_hash, arg3_hash_length, arg4_sign… in mbedtls_test_wrap_psa_verify_hash() local
1324 return status; in mbedtls_test_wrap_psa_verify_hash()
1331 psa_status_t status = (psa_verify_hash_abort)(arg0_operation); in mbedtls_test_wrap_psa_verify_hash_abort() local
1332 return status; in mbedtls_test_wrap_psa_verify_hash_abort()
1339 psa_status_t status = (psa_verify_hash_complete)(arg0_operation); in mbedtls_test_wrap_psa_verify_hash_complete() local
1340 return status; in mbedtls_test_wrap_psa_verify_hash_complete()
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() local
1362 return status; in mbedtls_test_wrap_psa_verify_hash_start()
1378 …psa_status_t status = (psa_verify_message)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_verify_message() local
1383 return status; in mbedtls_test_wrap_psa_verify_message()