Lines Matching defs:c
28 static TEEC_Result ta_crypt_cmd_reset_operation(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_reset_operation()
48 static TEEC_Result ta_crypt_cmd_copy_operation(ADBG_Case_t *c, in ta_crypt_cmd_copy_operation()
75 static TEEC_Result ta_crypt_cmd_digest_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_digest_update()
103 static TEEC_Result ta_crypt_cmd_digest_do_final(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_digest_do_final()
140 static TEE_Result ta_crypt_cmd_set_operation_key2(ADBG_Case_t *c, in ta_crypt_cmd_set_operation_key2()
172 static TEEC_Result ta_crypt_cmd_mac_init(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_mac_init()
204 static TEEC_Result ta_crypt_cmd_mac_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_mac_update()
232 static TEEC_Result ta_crypt_cmd_mac_final_compute(ADBG_Case_t *c, in ta_crypt_cmd_mac_final_compute()
271 static TEEC_Result ta_crypt_cmd_mac_final_compare(ADBG_Case_t *c, in ta_crypt_cmd_mac_final_compare()
307 static TEEC_Result ta_crypt_cmd_cipher_init(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_cipher_init()
340 static TEEC_Result ta_crypt_cmd_cipher_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_cipher_update()
375 static TEEC_Result ta_crypt_cmd_cipher_do_final(ADBG_Case_t *c, in ta_crypt_cmd_cipher_do_final()
414 static TEEC_Result ta_crypt_cmd_random_number_generate(ADBG_Case_t *c, in ta_crypt_cmd_random_number_generate()
442 static TEEC_Result ta_crypt_cmd_ae_init(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_ae_init()
475 static TEEC_Result ta_crypt_cmd_ae_update_aad(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_ae_update_aad()
503 static TEEC_Result ta_crypt_cmd_ae_update(ADBG_Case_t *c, in ta_crypt_cmd_ae_update()
541 static TEEC_Result ta_crypt_cmd_ae_encrypt_final(ADBG_Case_t *c, in ta_crypt_cmd_ae_encrypt_final()
586 static TEEC_Result ta_crypt_cmd_ae_decrypt_final(ADBG_Case_t *c, in ta_crypt_cmd_ae_decrypt_final()
628 static TEEC_Result ta_crypt_cmd_asymmetric_operate(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_operate()
680 static TEEC_Result ta_crypt_cmd_asymmetric_encrypt(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_encrypt()
696 static TEEC_Result ta_crypt_cmd_asymmetric_decrypt(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_decrypt()
712 static TEEC_Result ta_crypt_cmd_asymmetric_sign(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_sign()
727 static TEEC_Result ta_crypt_cmd_asymmetric_verify(ADBG_Case_t *c, in ta_crypt_cmd_asymmetric_verify()
776 static TEEC_Result ta_crypt_cmd_get_object_value_attribute(ADBG_Case_t *c, in ta_crypt_cmd_get_object_value_attribute()
809 static TEEC_Result ta_crypt_cmd_generate_key(ADBG_Case_t *c, in ta_crypt_cmd_generate_key()
995 static void xtest_tee_test_4001(ADBG_Case_t *c) in xtest_tee_test_4001()
1223 static void xtest_tee_test_4002(ADBG_Case_t *c) in xtest_tee_test_4002()
2146 static void xtest_tee_test_4003(ADBG_Case_t *c) in xtest_tee_test_4003()
2336 static void xtest_tee_test_4004(ADBG_Case_t *c) in xtest_tee_test_4004()
2460 static void xtest_tee_test_4005(ADBG_Case_t *c) in xtest_tee_test_4005()
3607 static bool create_key(ADBG_Case_t *c, TEEC_Session *s, in create_key()
3654 static void xtest_tee_test_4006(ADBG_Case_t *c) in xtest_tee_test_4006()
4189 static bool test_keygen_attributes(ADBG_Case_t *c, TEEC_Session *s, in test_keygen_attributes()
4233 static bool test_secret_value(ADBG_Case_t *c, TEEC_Session *s, in test_secret_value()
4246 static bool test_rsa_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_rsa_key_pair()
4265 static bool test_ecc_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_ecc_key_pair()
4280 static bool test_dh_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_dh_key_pair()
4296 static bool test_dsa_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_dsa_key_pair()
4312 static bool test_x25519_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_x25519_key_pair()
4325 static bool test_ed25519_key_pair(ADBG_Case_t *c, TEEC_Session *s, in test_ed25519_key_pair()
4338 static bool generate_and_test_key(ADBG_Case_t *c, TEEC_Session *s, in generate_and_test_key()
4427 static void keygen_noparams(ADBG_Case_t *c, TEEC_Session *session, in keygen_noparams()
4456 static void xtest_tee_test_4007_symmetric(ADBG_Case_t *c) in xtest_tee_test_4007_symmetric()
4487 static void xtest_tee_test_4007_rsa(ADBG_Case_t *c) in xtest_tee_test_4007_rsa()
4520 static void xtest_tee_test_4007_dh(ADBG_Case_t *c) in xtest_tee_test_4007_dh()
4644 static void xtest_tee_test_4007_dsa(ADBG_Case_t *c) in xtest_tee_test_4007_dsa()
4717 static void xtest_tee_test_4007_ecc(ADBG_Case_t *c) in xtest_tee_test_4007_ecc()
4786 static void xtest_tee_test_4007_x25519(ADBG_Case_t *c) in xtest_tee_test_4007_x25519()
4818 static void xtest_tee_test_4007_ed25519(ADBG_Case_t *c) in xtest_tee_test_4007_ed25519()
4847 static void xtest_tee_test_4008(ADBG_Case_t *c) in xtest_tee_test_4008()
4946 static void xtest_tee_test_4009(ADBG_Case_t *c) in xtest_tee_test_4009()
5078 static void xtest_tee_test_4010(ADBG_Case_t *c) in xtest_tee_test_4010()
5110 static void xtest_tee_test_4011(ADBG_Case_t *c) in xtest_tee_test_4011()
5264 static void xtest_tee_test_4012(ADBG_Case_t *c) in xtest_tee_test_4012()
5308 static void xtest_tee_test_4013(ADBG_Case_t *c) in xtest_tee_test_4013()
5360 static void xtest_tee_test_4014(ADBG_Case_t *c) in xtest_tee_test_4014()
5679 static void xtest_tee_test_4015(ADBG_Case_t *c) in xtest_tee_test_4015()
5877 static void xtest_tee_test_4016_ed25519(ADBG_Case_t *c) in xtest_tee_test_4016_ed25519()