Lines Matching refs:ADBG_Case_t

27 static TEEC_Result ta_crypt_cmd_reset_operation(ADBG_Case_t *c, TEEC_Session *s,  in ta_crypt_cmd_reset_operation()
47 static TEEC_Result ta_crypt_cmd_copy_operation(ADBG_Case_t *c, in ta_crypt_cmd_copy_operation()
74 static TEEC_Result ta_crypt_cmd_digest_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_digest_update()
102 static TEEC_Result ta_crypt_cmd_digest_do_final(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_digest_do_final()
139 static TEE_Result ta_crypt_cmd_set_operation_key2(ADBG_Case_t *c, in ta_crypt_cmd_set_operation_key2()
171 static TEEC_Result ta_crypt_cmd_mac_init(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_mac_init()
203 static TEEC_Result ta_crypt_cmd_mac_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_mac_update()
231 static TEEC_Result ta_crypt_cmd_mac_final_compute(ADBG_Case_t *c, in ta_crypt_cmd_mac_final_compute()
270 static TEEC_Result ta_crypt_cmd_mac_final_compare(ADBG_Case_t *c, in ta_crypt_cmd_mac_final_compare()
306 static TEEC_Result ta_crypt_cmd_cipher_init(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_cipher_init()
339 static TEEC_Result ta_crypt_cmd_cipher_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_cipher_update()
374 static TEEC_Result ta_crypt_cmd_cipher_do_final(ADBG_Case_t *c, in ta_crypt_cmd_cipher_do_final()
413 static TEEC_Result ta_crypt_cmd_random_number_generate(ADBG_Case_t *c, in ta_crypt_cmd_random_number_generate()
441 static TEEC_Result ta_crypt_cmd_ae_init(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_ae_init()
474 static TEEC_Result ta_crypt_cmd_ae_update_aad(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_ae_update_aad()
502 static TEEC_Result ta_crypt_cmd_ae_update(ADBG_Case_t *c, in ta_crypt_cmd_ae_update()
540 static TEEC_Result ta_crypt_cmd_ae_encrypt_final(ADBG_Case_t *c, in ta_crypt_cmd_ae_encrypt_final()
585 static TEEC_Result ta_crypt_cmd_ae_decrypt_final(ADBG_Case_t *c, in ta_crypt_cmd_ae_decrypt_final()
627 static TEEC_Result ta_crypt_cmd_asymmetric_operate(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_operate()
679 static TEEC_Result ta_crypt_cmd_asymmetric_encrypt(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_encrypt()
695 static TEEC_Result ta_crypt_cmd_asymmetric_decrypt(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_decrypt()
711 static TEEC_Result ta_crypt_cmd_asymmetric_sign(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_sign()
726 static TEEC_Result ta_crypt_cmd_asymmetric_verify(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_verify()
775 static TEEC_Result ta_crypt_cmd_get_object_value_attribute(ADBG_Case_t *c, in ta_crypt_cmd_get_object_value_attribute()
808 static TEEC_Result ta_crypt_cmd_generate_key(ADBG_Case_t *c, in ta_crypt_cmd_generate_key()
994 static void xtest_tee_test_4001(ADBG_Case_t *c) in xtest_tee_test_4001()
1222 static void xtest_tee_test_4002(ADBG_Case_t *c) in xtest_tee_test_4002()
2145 static void xtest_tee_test_4003(ADBG_Case_t *c) in xtest_tee_test_4003()
2335 static void xtest_tee_test_4004(ADBG_Case_t *c) in xtest_tee_test_4004()
2459 static void xtest_tee_test_4005(ADBG_Case_t *c) in xtest_tee_test_4005()
3558 static bool create_key(ADBG_Case_t *c, TEEC_Session *s, in create_key()
3603 static void xtest_tee_test_4006(ADBG_Case_t *c) in xtest_tee_test_4006()
4137 static bool test_keygen_attributes(ADBG_Case_t *c, TEEC_Session *s, in test_keygen_attributes()
4181 static bool test_secret_value(ADBG_Case_t *c, TEEC_Session *s, in test_secret_value()
4194 static bool test_rsa_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_rsa_key_pair()
4213 static bool test_ecc_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_ecc_key_pair()
4228 static bool test_dh_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_dh_key_pair()
4244 static bool test_dsa_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_dsa_key_pair()
4260 static bool generate_and_test_key(ADBG_Case_t *c, TEEC_Session *s, in generate_and_test_key()
4339 static void keygen_noparams(ADBG_Case_t *c, TEEC_Session *session, in keygen_noparams()
4368 static void xtest_tee_test_4007_symmetric(ADBG_Case_t *c) in xtest_tee_test_4007_symmetric()
4399 static void xtest_tee_test_4007_rsa(ADBG_Case_t *c) in xtest_tee_test_4007_rsa()
4428 static void xtest_tee_test_4007_dh(ADBG_Case_t *c) in xtest_tee_test_4007_dh()
4552 static void xtest_tee_test_4007_dsa(ADBG_Case_t *c) in xtest_tee_test_4007_dsa()
4625 static void xtest_tee_test_4007_ecc(ADBG_Case_t *c) in xtest_tee_test_4007_ecc()
4694 static void xtest_tee_test_4008(ADBG_Case_t *c) in xtest_tee_test_4008()
4793 static void xtest_tee_test_4009(ADBG_Case_t *c) in xtest_tee_test_4009()
4925 static void xtest_tee_test_4010(ADBG_Case_t *c) in xtest_tee_test_4010()
4957 static void xtest_tee_test_4011(ADBG_Case_t *c) in xtest_tee_test_4011()
5112 static void xtest_tee_test_4012(ADBG_Case_t *c) in xtest_tee_test_4012()
5151 static void xtest_tee_test_4013(ADBG_Case_t *c) in xtest_tee_test_4013()
5197 static void xtest_tee_test_4014(ADBG_Case_t *c) in xtest_tee_test_4014()