/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_datastorage_api.h | 1292 uint32_t cmd, in Invoke_AllocateTransientObject() argument 1403 uint32_t cmd, in Invoke_CloseAndDeletePersistentObject1() argument 1411 uint32_t cmd, in Invoke_CloseAndDeletePersistentObject() argument 1425 uint32_t cmd, in Invoke_CreatePersistentObject() argument 1477 uint32_t cmd, in Invoke_OpenPersistentObject() argument 1527 uint32_t cmd, in Invoke_PopulateTransientObject() argument 1551 uint32_t cmd, in Invoke_CopyObjectAttributes1() argument 1560 uint32_t cmd, in Invoke_CopyObjectAttributes() argument 1587 uint32_t cmd, in Invoke_StartPersistentObjectEnumerator() argument 1596 uint32_t cmd, in Invoke_ResetPersistentObjectEnumerator() argument [all …]
|
A D | xml_common_api.h | 125 uint32_t cmd, uint32_t a, uint32_t b) in Invoke_Simple_Function_v1() argument 136 return TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_Simple_Function_v1() 141 uint32_t cmd, uint32_t a0, uint32_t b0, in Invoke_Simple_Function_v2() argument 155 return TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_Simple_Function_v2() 160 uint32_t cmd, uint32_t a0, uint32_t b0, uint32_t a1, in Invoke_Simple_Function_v3() argument 176 return TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_Simple_Function_v3() 181 uint32_t cmd, uint32_t a0, uint32_t b0, uint32_t a1, in Invoke_Simple_Function_v4() argument 200 return TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_Simple_Function_v4() 216 uint32_t cmd, uint32_t obj, in GetObjectBufferAttribute_helper() argument 249 res = TEEC_InvokeCommand(sess, cmd, &op, &org); in GetObjectBufferAttribute_helper() [all …]
|
A D | xml_timearithm_api.h | 712 uint32_t cmd, uint32_t src, in Invoke_BigIntGetBit() argument 725 res = TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_BigIntGetBit() 735 uint32_t cmd, uint32_t src, in Invoke_BigIntGetBitCount() argument 747 res = TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_BigIntGetBitCount() 821 uint32_t cmd, uint32_t dst, uint32_t op, in Invoke_BigIntInvMod() argument 829 uint32_t cmd, uint32_t op, in Invoke_BigIntIsProbablePrime() argument 838 uint32_t cmd, uint32_t dst, uint32_t op) in Invoke_BigIntNeg() argument 844 TEEC_Session *sess, uint32_t cmd, in Invoke_BigIntRelativePrime() argument 852 uint32_t cmd, uint32_t dst, in Invoke_BigIntShiftRight() argument 859 uint32_t cmd, uint32_t dst, in Invoke_BigIntSquareMod() argument [all …]
|
A D | xml_crypto_api.h | 1093 uint32_t cmd, in Invoke_Crypto_GetOperationInfo() argument 1129 uint32_t cmd, in Invoke_Crypto_GetOperationInfoMultiple() argument 1229 uint32_t cmd, in Invoke_Crypto_ResetOperation() argument 1237 uint32_t cmd, in Invoke_Crypto_FreeAllKeysAndOperations() argument 1400 uint32_t cmd, in Invoke_Crypto_SetOperationKey2() argument 1475 uint32_t cmd, in Invoke_Crypto_AEUpdate_for_encryption() argument 1539 uint32_t cmd, in Invoke_Crypto_AEUpdate_for_decryption() argument 1642 uint32_t cmd, in Invoke_Crypto_AEEncryptFinal() argument 1737 uint32_t cmd, in Invoke_Crypto_AEDecryptFinal() argument 1833 uint32_t cmd) in Invoke_Crypto_GenerateRandom() argument [all …]
|
A D | xml_client_api.h | 196 #define INVOKE_REMEMBER_EXP_PARAM_TYPES(session, cmd, p0, p1, p2, p3, exp) \ argument 208 TEEC_InvokeCommand(session, cmd, OPERATION01, \ 245 #define INVOKE_STORE_EXP_PARAM_INFO(session, cmd, paramNumber, paramType, \ argument 254 TEEC_InvokeCommand(session, cmd, OPERATION01, \ 367 #define XML_InvokeCommand(c, session, cmd, operation, returnOrigin, expected) \ argument 372 TEEC_InvokeCommand(session, cmd, operation, \
|
/optee_test-3.20.0/host/xtest/ |
A D | benchmark_1000.c | 37 static TEEC_Result run_test_with_args(enum storage_benchmark_cmd cmd, in run_test_with_args() argument 58 res = TEEC_InvokeCommand(&sess, cmd, &op, &orig); in run_test_with_args() 76 static TEEC_Result run_chunk_access_test(enum storage_benchmark_cmd cmd, in run_chunk_access_test() argument 82 res = run_test_with_args(cmd, data_size, chunk_size, DO_VERIFY, 0, in run_chunk_access_test() 110 static void chunk_test(ADBG_Case_t *c, enum storage_benchmark_cmd cmd) in chunk_test() argument 118 run_chunk_access_test(cmd, data_size_table[i], in chunk_test()
|
A D | sdp_basic.c | 270 unsigned int cmd = 0; in inject_sdp_data() local 274 cmd = TA_SDP_BASIC_CMD_INJECT; in inject_sdp_data() 277 cmd = TA_SDP_BASIC_CMD_INVOKE_INJECT; in inject_sdp_data() 280 cmd = TA_SDP_BASIC_CMD_PTA_INJECT; in inject_sdp_data() 315 unsigned int cmd = 0; in transform_sdp_data() local 319 cmd = TA_SDP_BASIC_CMD_TRANSFORM; in transform_sdp_data() 325 cmd = TA_SDP_BASIC_CMD_PTA_TRANSFORM; in transform_sdp_data() 355 unsigned int cmd = 0; in dump_sdp_data() local 359 cmd = TA_SDP_BASIC_CMD_DUMP; in dump_sdp_data() 362 cmd = TA_SDP_BASIC_CMD_INVOKE_DUMP; in dump_sdp_data() [all …]
|
A D | aes_perf.c | 360 uint32_t cmd = TA_AES_PERF_CMD_PREPARE_KEY; in prepare_key() local 367 res = TEEC_InvokeCommand(&sess, cmd, &op, in prepare_key() 438 uint32_t cmd = is_sdp_test ? TA_AES_PERF_CMD_PROCESS_SDP : in aes_perf_run_test() local 507 res = TEEC_InvokeCommand(&sess, cmd, in aes_perf_run_test()
|
A D | regression_1000.c | 1054 uint32_t cmd; member 1097 a->res = TEEC_InvokeCommand(&session, a->cmd, &op, &a->error_orig); in test_1013_thread() 1141 arg[n].cmd = TA_CONCURRENT_CMD_BUSY_LOOP; in xtest_tee_test_1013_single() 1184 arg[n].cmd = TA_CONCURRENT_CMD_SHA256; in xtest_tee_test_1013_single() 2534 uint32_t cmd; member 2539 .cmd = caller_func, \ 2614 res = TEEC_InvokeCommand(&session, test->cmd, &op, &ret_orig); in xtest_tee_test_1035() 2649 TEEC_InvokeCommand(&session, test->cmd, &op, &ret_orig)); in xtest_tee_test_1035()
|
A D | regression_4100.c | 176 static TEEC_Result cmd_binary_cmd(ADBG_Case_t *c, TEEC_Session *s, uint32_t cmd, in cmd_binary_cmd() argument 188 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in cmd_binary_cmd() 194 static TEEC_Result cmd_unary_cmd(ADBG_Case_t *c, TEEC_Session *s, uint32_t cmd, in cmd_unary_cmd() argument 205 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in cmd_unary_cmd() 212 uint32_t cmd, uint32_t hop1, uint32_t hop2, in cmd_ternary_cmd() argument 225 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in cmd_ternary_cmd()
|
A D | regression_4000.c | 631 uint32_t cmd, in ta_crypt_cmd_asymmetric_operate() argument 666 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in ta_crypt_cmd_asymmetric_operate()
|
/optee_test-3.20.0/host/supp_plugin/ |
A D | test_supp_plugin.c | 69 static TEEC_Result test_plugin_invoke(unsigned int cmd, unsigned int sub_cmd, in test_plugin_invoke() argument 73 switch (cmd) { in test_plugin_invoke()
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | dso.h | 171 long (*dso_ctrl) (DSO *dso, int cmd, long larg, void *parg); 246 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
|
A D | bio.h | 668 long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg); 669 long BIO_callback_ctrl(BIO *b, int cmd, 672 char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg); 673 long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg); 688 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
|
A D | ui.h | 224 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void));
|
A D | engine.h | 498 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); 506 int ENGINE_cmd_is_executable(ENGINE *e, int cmd);
|
A D | x509_vfy.h | 146 int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 508 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
|
A D | ssl.h | 457 long (*ssl_ctrl) (SSL *s, int cmd, long larg, void *parg); 458 long (*ssl_ctx_ctrl) (SSL_CTX *ctx, int cmd, long larg, void *parg); 2337 long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg); 2339 long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg); 2571 int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value); 2573 int SSL_CONF_cmd_value_type(SSL_CONF_CTX *cctx, const char *cmd);
|
A D | pkcs7.h | 289 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);
|
A D | evp.h | 180 int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); 1218 int cmd, int p1, void *p2);
|
/optee_test-3.20.0/host/xtest/include/uapi/linux/ |
A D | ion_old.h | 79 unsigned int cmd; member
|
/optee_test-3.20.0/ta/rpc_test/ |
A D | ta_rpc.c | 17 TEE_Param pParams[4], uint32_t cmd) in rpc_call_cryp() argument 69 res = TEE_InvokeTACommand(cryp_session, TEE_TIMEOUT_INFINITE, cmd, in rpc_call_cryp()
|