Lines Matching refs:ret_orig
33 uint32_t ret_orig = 0; in ta_crypt_cmd_reset_operation() local
40 &ret_orig); in ta_crypt_cmd_reset_operation()
43 ret_orig); in ta_crypt_cmd_reset_operation()
55 uint32_t ret_orig = 0; in ta_crypt_cmd_copy_operation() local
66 &ret_orig); in ta_crypt_cmd_copy_operation()
70 ret_orig); in ta_crypt_cmd_copy_operation()
82 uint32_t ret_orig = 0; in ta_crypt_cmd_digest_update() local
93 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_DIGEST_UPDATE, &op, &ret_orig); in ta_crypt_cmd_digest_update()
97 ret_orig); in ta_crypt_cmd_digest_update()
111 uint32_t ret_orig = 0; in ta_crypt_cmd_digest_do_final() local
127 &ret_orig); in ta_crypt_cmd_digest_do_final()
131 ret_orig); in ta_crypt_cmd_digest_do_final()
148 uint32_t ret_orig = 0; in ta_crypt_cmd_set_operation_key2() local
162 &ret_orig); in ta_crypt_cmd_set_operation_key2()
166 ret_orig); in ta_crypt_cmd_set_operation_key2()
178 uint32_t ret_orig = 0; in ta_crypt_cmd_mac_init() local
194 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_MAC_INIT, &op, &ret_orig); in ta_crypt_cmd_mac_init()
198 ret_orig); in ta_crypt_cmd_mac_init()
210 uint32_t ret_orig = 0; in ta_crypt_cmd_mac_update() local
222 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_MAC_UPDATE, &op, &ret_orig); in ta_crypt_cmd_mac_update()
226 ret_orig); in ta_crypt_cmd_mac_update()
242 uint32_t ret_orig = 0; in ta_crypt_cmd_mac_final_compute() local
258 &ret_orig); in ta_crypt_cmd_mac_final_compute()
262 ret_orig); in ta_crypt_cmd_mac_final_compute()
281 uint32_t ret_orig = 0; in ta_crypt_cmd_mac_final_compare() local
297 &ret_orig); in ta_crypt_cmd_mac_final_compare()
301 ret_orig); in ta_crypt_cmd_mac_final_compare()
313 uint32_t ret_orig = 0; in ta_crypt_cmd_cipher_init() local
330 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_CIPHER_INIT, &op, &ret_orig); in ta_crypt_cmd_cipher_init()
334 ret_orig); in ta_crypt_cmd_cipher_init()
347 uint32_t ret_orig = 0; in ta_crypt_cmd_cipher_update() local
362 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_CIPHER_UPDATE, &op, &ret_orig); in ta_crypt_cmd_cipher_update()
366 ret_orig); in ta_crypt_cmd_cipher_update()
385 uint32_t ret_orig = 0; in ta_crypt_cmd_cipher_do_final() local
401 &ret_orig); in ta_crypt_cmd_cipher_do_final()
405 ret_orig); in ta_crypt_cmd_cipher_do_final()
421 uint32_t ret_orig = 0; in ta_crypt_cmd_random_number_generate() local
430 &ret_orig); in ta_crypt_cmd_random_number_generate()
434 ret_orig); in ta_crypt_cmd_random_number_generate()
450 uint32_t ret_orig = 0; in ta_crypt_cmd_ae_init() local
466 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_AE_INIT, &op, &ret_orig); in ta_crypt_cmd_ae_init()
470 ret_orig); in ta_crypt_cmd_ae_init()
481 uint32_t ret_orig = 0; in ta_crypt_cmd_ae_update_aad() local
493 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_AE_UPDATE_AAD, &op, &ret_orig); in ta_crypt_cmd_ae_update_aad()
497 ret_orig); in ta_crypt_cmd_ae_update_aad()
513 uint32_t ret_orig = 0; in ta_crypt_cmd_ae_update() local
528 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_AE_UPDATE, &op, &ret_orig); in ta_crypt_cmd_ae_update()
532 ret_orig); in ta_crypt_cmd_ae_update()
551 uint32_t ret_orig = 0; in ta_crypt_cmd_ae_encrypt_final() local
571 &ret_orig); in ta_crypt_cmd_ae_encrypt_final()
575 ret_orig); in ta_crypt_cmd_ae_encrypt_final()
595 uint32_t ret_orig = 0; in ta_crypt_cmd_ae_decrypt_final() local
615 &ret_orig); in ta_crypt_cmd_ae_decrypt_final()
619 ret_orig); in ta_crypt_cmd_ae_decrypt_final()
641 uint32_t ret_orig = 0; in ta_crypt_cmd_asymmetric_operate() local
666 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in ta_crypt_cmd_asymmetric_operate()
670 ret_orig); in ta_crypt_cmd_asymmetric_operate()
739 uint32_t ret_orig = 0; in ta_crypt_cmd_asymmetric_verify() local
765 &op, &ret_orig); in ta_crypt_cmd_asymmetric_verify()
769 ret_orig); in ta_crypt_cmd_asymmetric_verify()
785 uint32_t ret_orig = 0; in ta_crypt_cmd_get_object_value_attribute() local
794 &op, &ret_orig); in ta_crypt_cmd_get_object_value_attribute()
798 ret_orig); in ta_crypt_cmd_get_object_value_attribute()
818 uint32_t ret_orig = 0; in ta_crypt_cmd_generate_key() local
837 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_GENERATE_KEY, &op, &ret_orig); in ta_crypt_cmd_generate_key()
841 ret_orig); in ta_crypt_cmd_generate_key()
998 uint32_t ret_orig = 0; in xtest_tee_test_4001() local
1003 &ret_orig))) in xtest_tee_test_4001()
1232 uint32_t ret_orig = 0; in xtest_tee_test_4002() local
1237 &ret_orig))) in xtest_tee_test_4002()
2157 uint32_t ret_orig = 0; in xtest_tee_test_4003() local
2162 &ret_orig))) in xtest_tee_test_4003()
2339 uint32_t ret_orig = 0; in xtest_tee_test_4004() local
2347 &ret_orig))) in xtest_tee_test_4004()
2471 uint32_t ret_orig = 0; in xtest_tee_test_4005() local
2476 &ret_orig))) in xtest_tee_test_4005()
3671 uint32_t ret_orig = 0; in xtest_tee_test_4006() local
3680 &ret_orig))) in xtest_tee_test_4006()
4459 uint32_t ret_orig = 0; in xtest_tee_test_4007_symmetric() local
4477 &ret_orig))) in xtest_tee_test_4007_symmetric()
4490 uint32_t ret_orig = 0; in xtest_tee_test_4007_rsa() local
4510 &ret_orig))) in xtest_tee_test_4007_rsa()
4523 uint32_t ret_orig = 0; in xtest_tee_test_4007_dh() local
4590 &ret_orig))) in xtest_tee_test_4007_dh()
4647 uint32_t ret_orig = 0; in xtest_tee_test_4007_dsa() local
4680 &ret_orig))) in xtest_tee_test_4007_dsa()
4720 uint32_t ret_orig = 0; in xtest_tee_test_4007_ecc() local
4759 &ret_orig))) in xtest_tee_test_4007_ecc()
4789 uint32_t ret_orig = 0; in xtest_tee_test_4007_x25519() local
4793 NULL, &ret_orig))) in xtest_tee_test_4007_x25519()
4821 uint32_t ret_orig = 0; in xtest_tee_test_4007_ed25519() local
4825 NULL, &ret_orig))) in xtest_tee_test_4007_ed25519()
4850 uint32_t ret_orig = 0; in xtest_tee_test_4008() local
4861 &ret_orig))) in xtest_tee_test_4008()
4949 uint32_t ret_orig = 0; in xtest_tee_test_4009() local
4963 &ret_orig))) in xtest_tee_test_4009()
5081 uint32_t ret_orig = 0; in xtest_tee_test_4010() local
5092 &ret_orig))) in xtest_tee_test_4010()
5119 uint32_t ret_orig = 0; in xtest_tee_test_4011() local
5131 &crypt_user_ta_uuid, NULL, &ret_orig))) in xtest_tee_test_4011()
5268 uint32_t ret_orig = 0; in xtest_tee_test_4012() local
5291 &ret_orig))) in xtest_tee_test_4012()
5295 &op, &ret_orig); in xtest_tee_test_4012()
5297 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, ret_orig, in xtest_tee_test_4012()
5312 uint32_t ret_orig = 0; in xtest_tee_test_4013() local
5323 NULL, &ret_orig))) in xtest_tee_test_4013()
5327 &op, &ret_orig); in xtest_tee_test_4013()
5329 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, ret_orig, in xtest_tee_test_4013()
5352 &ret_orig)); in xtest_tee_test_4013()
5363 uint32_t ret_orig = 0; in xtest_tee_test_4014() local
5379 &ret_orig))) in xtest_tee_test_4014()
5682 uint32_t ret_orig = 0; in xtest_tee_test_4015() local
5695 &ret_orig))) in xtest_tee_test_4015()
5889 uint32_t ret_orig = 0; in xtest_tee_test_4016_ed25519() local
5894 NULL, &ret_orig))) in xtest_tee_test_4016_ed25519()