Searched defs:arg4_output (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 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 1130 mbedtls_test_wrap_psa_raw_key_agreement( psa_algorithm_t arg0_alg, mbedtls_svc_key_id_t arg1_private_key, const uint8_t *arg2_peer_key, size_t arg3_peer_key_length, uint8_t *arg4_output, size_t arg5_output_size, size_t *arg6_output_length) mbedtls_test_wrap_psa_raw_key_agreement() argument [all...] |
Completed in 5 milliseconds