Home
last modified time | relevance | path

Searched defs:arg1_alg (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c60 mbedtls_test_wrap_psa_aead_decrypt( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_nonce, size_t arg3_nonce_length, const uint8_t *arg4_additional_data, size_t arg5_additional_data_length, const uint8_t *arg6_ciphertext, size_t arg7_ciphertext_length, uint8_t *arg8_plaintext, size_t arg9_plaintext_size, size_t *arg10_plaintext_length) mbedtls_test_wrap_psa_aead_decrypt() argument
100 mbedtls_test_wrap_psa_aead_encrypt( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_nonce, size_t arg3_nonce_length, const uint8_t *arg4_additional_data, size_t arg5_additional_data_length, const uint8_t *arg6_plaintext, size_t arg7_plaintext_length, uint8_t *arg8_ciphertext, size_t arg9_ciphertext_size, size_t *arg10_ciphertext_length) mbedtls_test_wrap_psa_aead_encrypt() argument
263 mbedtls_test_wrap_psa_asymmetric_decrypt( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_input, size_t arg3_input_length, const uint8_t *arg4_salt, size_t arg5_salt_length, uint8_t *arg6_output, size_t arg7_output_size, size_t *arg8_output_length) mbedtls_test_wrap_psa_asymmetric_decrypt() argument
289 mbedtls_test_wrap_psa_asymmetric_encrypt( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_input, size_t arg3_input_length, const uint8_t *arg4_salt, size_t arg5_salt_length, uint8_t *arg6_output, size_t arg7_output_size, size_t *arg8_output_length) mbedtls_test_wrap_psa_asymmetric_encrypt() argument
323 mbedtls_test_wrap_psa_cipher_decrypt( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_input, size_t arg3_input_length, uint8_t *arg4_output, size_t arg5_output_size, size_t *arg6_output_length) mbedtls_test_wrap_psa_cipher_decrypt() argument
355 mbedtls_test_wrap_psa_cipher_encrypt( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_input, size_t arg3_input_length, uint8_t *arg4_output, size_t arg5_output_size, size_t *arg6_output_length) mbedtls_test_wrap_psa_cipher_encrypt() 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
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
899 mbedtls_test_wrap_psa_mac_compute( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_input, size_t arg3_input_length, uint8_t *arg4_mac, size_t arg5_mac_size, size_t *arg6_mac_length) mbedtls_test_wrap_psa_mac_compute() argument
964 mbedtls_test_wrap_psa_mac_verify( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_input, size_t arg3_input_length, const uint8_t *arg4_mac, size_t arg5_mac_length) mbedtls_test_wrap_psa_mac_verify() argument
1152 mbedtls_test_wrap_psa_sign_hash( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_hash, size_t arg3_hash_length, uint8_t *arg4_signature, size_t arg5_signature_size, size_t *arg6_signature_length) mbedtls_test_wrap_psa_sign_hash() argument
1217 mbedtls_test_wrap_psa_sign_message( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_input, size_t arg3_input_length, uint8_t *arg4_signature, size_t arg5_signature_size, size_t *arg6_signature_length) mbedtls_test_wrap_psa_sign_message() argument
1239 mbedtls_test_wrap_psa_verify_hash( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_hash, size_t arg3_hash_length, const uint8_t *arg4_signature, size_t arg5_signature_length) mbedtls_test_wrap_psa_verify_hash() argument
1298 mbedtls_test_wrap_psa_verify_message( mbedtls_svc_key_id_t arg0_key, psa_algorithm_t arg1_alg, const uint8_t *arg2_input, size_t arg3_input_length, const uint8_t *arg4_signature, size_t arg5_signature_length) mbedtls_test_wrap_psa_verify_message() argument
[all...]

Completed in 5 milliseconds