Searched refs:arg1_key (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 70 mbedtls_svc_key_id_t arg1_key, 72 #define psa_aead_decrypt_setup(arg0_operation, arg1_key, arg2_alg) \ argument 73 mbedtls_test_wrap_psa_aead_decrypt_setup(arg0_operation, arg1_key, arg2_alg) 92 mbedtls_svc_key_id_t arg1_key, 94 #define psa_aead_encrypt_setup(arg0_operation, arg1_key, arg2_alg) \ argument 95 mbedtls_test_wrap_psa_aead_encrypt_setup(arg0_operation, arg1_key, arg2_alg) 201 mbedtls_svc_key_id_t arg1_key, 203 #define psa_cipher_decrypt_setup(arg0_operation, arg1_key, arg2_alg) \ argument 204 mbedtls_test_wrap_psa_cipher_decrypt_setup(arg0_operation, arg1_key, arg2_alg) 219 mbedtls_svc_key_id_t arg1_key, [all …]
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 91 mbedtls_svc_key_id_t arg1_key, 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() 131 mbedtls_svc_key_id_t arg1_key, 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() 346 mbedtls_svc_key_id_t arg1_key, 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() 378 mbedtls_svc_key_id_t arg1_key, 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() 601 mbedtls_svc_key_id_t *arg1_key) in mbedtls_test_wrap_psa_generate_key() argument 603 psa_status_t status = (psa_generate_key)(arg0_attributes, arg1_key); in mbedtls_test_wrap_psa_generate_key() [all …]
|