H A D | psa_test_wrappers.c | 52 mbedtls_test_wrap_psa_aead_abort( psa_aead_operation_t *arg0_operation) mbedtls_test_wrap_psa_aead_abort() argument 90 mbedtls_test_wrap_psa_aead_decrypt_setup( psa_aead_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_key, psa_algorithm_t arg2_alg) mbedtls_test_wrap_psa_aead_decrypt_setup() argument 130 mbedtls_test_wrap_psa_aead_encrypt_setup( psa_aead_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_key, psa_algorithm_t arg2_alg) mbedtls_test_wrap_psa_aead_encrypt_setup() argument 140 mbedtls_test_wrap_psa_aead_finish( psa_aead_operation_t *arg0_operation, uint8_t *arg1_ciphertext, size_t arg2_ciphertext_size, size_t *arg3_ciphertext_length, uint8_t *arg4_tag, size_t arg5_tag_size, size_t *arg6_tag_length) mbedtls_test_wrap_psa_aead_finish() argument 162 mbedtls_test_wrap_psa_aead_generate_nonce( psa_aead_operation_t *arg0_operation, uint8_t *arg1_nonce, size_t arg2_nonce_size, size_t *arg3_nonce_length) mbedtls_test_wrap_psa_aead_generate_nonce() argument 179 mbedtls_test_wrap_psa_aead_set_lengths( psa_aead_operation_t *arg0_operation, size_t arg1_ad_length, size_t arg2_plaintext_length) mbedtls_test_wrap_psa_aead_set_lengths() argument 189 mbedtls_test_wrap_psa_aead_set_nonce( psa_aead_operation_t *arg0_operation, const uint8_t *arg1_nonce, size_t arg2_nonce_length) mbedtls_test_wrap_psa_aead_set_nonce() argument 205 mbedtls_test_wrap_psa_aead_update( psa_aead_operation_t *arg0_operation, const uint8_t *arg1_input, size_t arg2_input_length, uint8_t *arg3_output, size_t arg4_output_size, size_t *arg5_output_length) mbedtls_test_wrap_psa_aead_update() argument 226 mbedtls_test_wrap_psa_aead_update_ad( psa_aead_operation_t *arg0_operation, const uint8_t *arg1_input, size_t arg2_input_length) mbedtls_test_wrap_psa_aead_update_ad() argument 242 mbedtls_test_wrap_psa_aead_verify( psa_aead_operation_t *arg0_operation, uint8_t *arg1_plaintext, size_t arg2_plaintext_size, size_t *arg3_plaintext_length, const uint8_t *arg4_tag, size_t arg5_tag_length) mbedtls_test_wrap_psa_aead_verify() argument 315 mbedtls_test_wrap_psa_cipher_abort( psa_cipher_operation_t *arg0_operation) mbedtls_test_wrap_psa_cipher_abort() argument 345 mbedtls_test_wrap_psa_cipher_decrypt_setup( psa_cipher_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_key, psa_algorithm_t arg2_alg) mbedtls_test_wrap_psa_cipher_decrypt_setup() argument 377 mbedtls_test_wrap_psa_cipher_encrypt_setup( psa_cipher_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_key, psa_algorithm_t arg2_alg) mbedtls_test_wrap_psa_cipher_encrypt_setup() argument 387 mbedtls_test_wrap_psa_cipher_finish( psa_cipher_operation_t *arg0_operation, uint8_t *arg1_output, size_t arg2_output_size, size_t *arg3_output_length) mbedtls_test_wrap_psa_cipher_finish() argument 404 mbedtls_test_wrap_psa_cipher_generate_iv( psa_cipher_operation_t *arg0_operation, uint8_t *arg1_iv, size_t arg2_iv_size, size_t *arg3_iv_length) mbedtls_test_wrap_psa_cipher_generate_iv() argument 421 mbedtls_test_wrap_psa_cipher_set_iv( psa_cipher_operation_t *arg0_operation, const uint8_t *arg1_iv, size_t arg2_iv_length) mbedtls_test_wrap_psa_cipher_set_iv() argument 437 mbedtls_test_wrap_psa_cipher_update( psa_cipher_operation_t *arg0_operation, const uint8_t *arg1_input, size_t arg2_input_length, uint8_t *arg3_output, size_t arg4_output_size, size_t *arg5_output_length) mbedtls_test_wrap_psa_cipher_update() argument 630 mbedtls_test_wrap_psa_hash_abort( psa_hash_operation_t *arg0_operation) mbedtls_test_wrap_psa_hash_abort() argument 688 mbedtls_test_wrap_psa_hash_finish( psa_hash_operation_t *arg0_operation, uint8_t *arg1_hash, size_t arg2_hash_size, size_t *arg3_hash_length) mbedtls_test_wrap_psa_hash_finish() argument 705 mbedtls_test_wrap_psa_hash_setup( psa_hash_operation_t *arg0_operation, psa_algorithm_t arg1_alg) mbedtls_test_wrap_psa_hash_setup() argument 714 mbedtls_test_wrap_psa_hash_update( psa_hash_operation_t *arg0_operation, const uint8_t *arg1_input, size_t arg2_input_length) mbedtls_test_wrap_psa_hash_update() argument 730 mbedtls_test_wrap_psa_hash_verify( psa_hash_operation_t *arg0_operation, const uint8_t *arg1_hash, size_t arg2_hash_length) mbedtls_test_wrap_psa_hash_verify() argument 763 mbedtls_test_wrap_psa_key_derivation_abort( psa_key_derivation_operation_t *arg0_operation) mbedtls_test_wrap_psa_key_derivation_abort() argument 771 mbedtls_test_wrap_psa_key_derivation_get_capacity( const psa_key_derivation_operation_t *arg0_operation, size_t *arg1_capacity) mbedtls_test_wrap_psa_key_derivation_get_capacity() argument 780 mbedtls_test_wrap_psa_key_derivation_input_bytes( psa_key_derivation_operation_t *arg0_operation, psa_key_derivation_step_t arg1_step, const uint8_t *arg2_data, size_t arg3_data_length) mbedtls_test_wrap_psa_key_derivation_input_bytes() argument 797 mbedtls_test_wrap_psa_key_derivation_input_integer( psa_key_derivation_operation_t *arg0_operation, psa_key_derivation_step_t arg1_step, uint64_t arg2_value) mbedtls_test_wrap_psa_key_derivation_input_integer() argument 807 mbedtls_test_wrap_psa_key_derivation_input_key( psa_key_derivation_operation_t *arg0_operation, psa_key_derivation_step_t arg1_step, mbedtls_svc_key_id_t arg2_key) mbedtls_test_wrap_psa_key_derivation_input_key() argument 817 mbedtls_test_wrap_psa_key_derivation_key_agreement( psa_key_derivation_operation_t *arg0_operation, psa_key_derivation_step_t arg1_step, mbedtls_svc_key_id_t arg2_private_key, const uint8_t *arg3_peer_key, size_t arg4_peer_key_length) mbedtls_test_wrap_psa_key_derivation_key_agreement() argument 835 mbedtls_test_wrap_psa_key_derivation_output_bytes( psa_key_derivation_operation_t *arg0_operation, uint8_t *arg1_output, size_t arg2_output_length) mbedtls_test_wrap_psa_key_derivation_output_bytes() argument 873 mbedtls_test_wrap_psa_key_derivation_set_capacity( psa_key_derivation_operation_t *arg0_operation, size_t arg1_capacity) mbedtls_test_wrap_psa_key_derivation_set_capacity() argument 882 mbedtls_test_wrap_psa_key_derivation_setup( psa_key_derivation_operation_t *arg0_operation, psa_algorithm_t arg1_alg) mbedtls_test_wrap_psa_key_derivation_setup() argument 891 mbedtls_test_wrap_psa_mac_abort( psa_mac_operation_t *arg0_operation) mbedtls_test_wrap_psa_mac_abort() argument 921 mbedtls_test_wrap_psa_mac_sign_finish( psa_mac_operation_t *arg0_operation, uint8_t *arg1_mac, size_t arg2_mac_size, size_t *arg3_mac_length) mbedtls_test_wrap_psa_mac_sign_finish() argument 938 mbedtls_test_wrap_psa_mac_sign_setup( psa_mac_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_key, psa_algorithm_t arg2_alg) mbedtls_test_wrap_psa_mac_sign_setup() argument 948 mbedtls_test_wrap_psa_mac_update( psa_mac_operation_t *arg0_operation, const uint8_t *arg1_input, size_t arg2_input_length) mbedtls_test_wrap_psa_mac_update() argument 985 mbedtls_test_wrap_psa_mac_verify_finish( psa_mac_operation_t *arg0_operation, const uint8_t *arg1_mac, size_t arg2_mac_length) mbedtls_test_wrap_psa_mac_verify_finish() argument 1001 mbedtls_test_wrap_psa_mac_verify_setup( psa_mac_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_key, psa_algorithm_t arg2_alg) mbedtls_test_wrap_psa_mac_verify_setup() argument 1011 mbedtls_test_wrap_psa_pake_abort( psa_pake_operation_t *arg0_operation) mbedtls_test_wrap_psa_pake_abort() argument 1019 mbedtls_test_wrap_psa_pake_get_implicit_key( psa_pake_operation_t *arg0_operation, psa_key_derivation_operation_t *arg1_output) mbedtls_test_wrap_psa_pake_get_implicit_key() argument 1028 mbedtls_test_wrap_psa_pake_input( psa_pake_operation_t *arg0_operation, psa_pake_step_t arg1_step, const uint8_t *arg2_input, size_t arg3_input_length) mbedtls_test_wrap_psa_pake_input() argument 1045 mbedtls_test_wrap_psa_pake_output( psa_pake_operation_t *arg0_operation, psa_pake_step_t arg1_step, uint8_t *arg2_output, size_t arg3_output_size, size_t *arg4_output_length) mbedtls_test_wrap_psa_pake_output() argument 1063 mbedtls_test_wrap_psa_pake_set_password_key( psa_pake_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_password) mbedtls_test_wrap_psa_pake_set_password_key() argument 1072 mbedtls_test_wrap_psa_pake_set_peer( psa_pake_operation_t *arg0_operation, const uint8_t *arg1_peer_id, size_t arg2_peer_id_len) mbedtls_test_wrap_psa_pake_set_peer() argument 1088 mbedtls_test_wrap_psa_pake_set_role( psa_pake_operation_t *arg0_operation, psa_pake_role_t arg1_role) mbedtls_test_wrap_psa_pake_set_role() argument 1097 mbedtls_test_wrap_psa_pake_set_user( psa_pake_operation_t *arg0_operation, const uint8_t *arg1_user_id, size_t arg2_user_id_len) mbedtls_test_wrap_psa_pake_set_user() argument 1113 mbedtls_test_wrap_psa_pake_setup( psa_pake_operation_t *arg0_operation, const psa_pake_cipher_suite_t *arg1_cipher_suite) mbedtls_test_wrap_psa_pake_setup() argument 1174 mbedtls_test_wrap_psa_sign_hash_abort( psa_sign_hash_interruptible_operation_t *arg0_operation) mbedtls_test_wrap_psa_sign_hash_abort() argument 1182 mbedtls_test_wrap_psa_sign_hash_complete( psa_sign_hash_interruptible_operation_t *arg0_operation, uint8_t *arg1_signature, size_t arg2_signature_size, size_t *arg3_signature_length) mbedtls_test_wrap_psa_sign_hash_complete() argument 1199 mbedtls_test_wrap_psa_sign_hash_start( psa_sign_hash_interruptible_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_key, psa_algorithm_t arg2_alg, const uint8_t *arg3_hash, size_t arg4_hash_length) mbedtls_test_wrap_psa_sign_hash_start() argument 1260 mbedtls_test_wrap_psa_verify_hash_abort( psa_verify_hash_interruptible_operation_t *arg0_operation) mbedtls_test_wrap_psa_verify_hash_abort() argument 1268 mbedtls_test_wrap_psa_verify_hash_complete( psa_verify_hash_interruptible_operation_t *arg0_operation) mbedtls_test_wrap_psa_verify_hash_complete() argument 1276 mbedtls_test_wrap_psa_verify_hash_start( psa_verify_hash_interruptible_operation_t *arg0_operation, mbedtls_svc_key_id_t arg1_key, psa_algorithm_t arg2_alg, const uint8_t *arg3_hash, size_t arg4_hash_length, const uint8_t *arg5_signature, size_t arg6_signature_length) mbedtls_test_wrap_psa_verify_hash_start() argument [all...] |