Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 27) sorted by relevance

12

/optee_test/host/openssl/include/openssl/
A Dtls1.h339 # define SSL_set_tlsext_debug_arg(ssl, arg) \ argument
340 SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg)
345 # define SSL_get_tlsext_status_exts(ssl, arg) \ argument
348 # define SSL_set_tlsext_status_exts(ssl, arg) \ argument
351 # define SSL_get_tlsext_status_ids(ssl, arg) \ argument
354 # define SSL_set_tlsext_status_ids(ssl, arg) \ argument
357 # define SSL_get_tlsext_status_ocsp_resp(ssl, arg) \ argument
360 # define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \ argument
371 # define SSL_CTX_set_tlsext_servername_arg(ctx, arg) \ argument
382 # define SSL_CTX_set_tlsext_status_arg(ssl, arg) \ argument
[all …]
A Dlhash.h105 unsigned long name##_LHASH_HASH(const void *arg) { \
106 const o_type *a = arg; \
124 void name##_LHASH_DOALL(void *arg) { \
125 o_type *a = arg; \
181 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
A Dssl.h842 # define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, … argument
843 # define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) argument
1277 void *arg), void *arg);
1284 void *arg), void *arg);
1310 void *arg), void *arg);
1708 # define SSL_set_app_data(s,arg) (SSL_set_ex_data(s,0,(char *)arg)) argument
1713 # define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0,(char *)arg)) argument
1984 # define DTLSv1_get_timeout(ssl, arg) \ argument
2173 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg);
2269 void *arg);
[all …]
A Dui.h241 # define UI_set_app_data(s,arg) UI_set_ex_data(s,0,arg) argument
245 int UI_set_ex_data(UI *r, int idx, void *arg);
A Decdh.h103 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
A Dobjects.h1001 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
1002 void *arg);
1004 void (*fn) (const OBJ_NAME *, void *arg),
1005 void *arg);
A Drsa.h317 # define RSA_set_app_data(s,arg) RSA_set_ex_data(s,0,arg) argument
490 int RSA_set_ex_data(RSA *r, int idx, void *arg);
A Decdsa.h228 int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg);
A Dbio.h304 void BIO_set_callback_arg(BIO *b, char *arg);
471 # define BIO_set_app_data(s,arg) BIO_set_ex_data(s,0,arg) argument
747 int BIO_socket_ioctl(int fd, long type, void *arg);
A Devp.h331 int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr);
696 int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);
931 void *arg);
934 const char *to, void *x), void *arg);
938 void *arg);
941 const char *to, void *x), void *arg);
A Dconf.h209 void *arg);
A Dengine.h539 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
582 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg);
A Ddsa.h217 int DSA_set_ex_data(DSA *d, int idx, void *arg);
A Dbn.h351 void *arg; /* callback-specific data */ member
365 tmp_gencb->arg = (cb_arg); \
371 tmp_gencb->arg = (cb_arg); \
A Dsafestack.h2454 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2470 # define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \ argument
2471 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2488 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
2505 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
2522 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
2573 LHM_lh_doall_arg(FUNCTION,lh,fn,arg_type,arg)
2589 # define lh_MEM_doall_arg(lh,fn,arg_type,arg) \ argument
2590 LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg)
2607 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
[all …]
A Ddh.h224 int DH_set_ex_data(DH *d, int idx, void *arg);
A Dasn1_mac.h360 # define M_ASN1_New(arg,func) \ argument
361 if (((arg)=func()) == NULL) return(NULL)
A Dpkcs7.h358 int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg);
/optee_test/host/xtest/
A Dregression_1000.c391 arg[n].repeat = repeat; in xtest_tee_test_1003()
401 arg[n].error_orig); in xtest_tee_test_1003()
1119 arg[n].uuid = uuid; in xtest_tee_test_1013_single()
1122 arg[n].shm = &shm; in xtest_tee_test_1013_single()
1157 memset(arg, 0, sizeof(arg)); in xtest_tee_test_1013_single()
1162 arg[n].uuid = uuid; in xtest_tee_test_1013_single()
1164 arg[n].repeat = repeat; in xtest_tee_test_1013_single()
1165 arg[n].shm = &shm; in xtest_tee_test_1013_single()
1166 arg[n].in = sha256_in; in xtest_tee_test_1013_single()
1168 arg[n].out = out; in xtest_tee_test_1013_single()
[all …]
A Dsock_server.c218 static void *sock_server_stream(void *arg) in sock_server_stream() argument
220 sock_server(arg, tcp_server_accept_cb); in sock_server_stream()
224 static void *sock_server_dgram(void *arg) in sock_server_dgram() argument
226 sock_server(arg, udp_server_cb); in sock_server_dgram()
A Dregression_2000.c415 static void *xtest_tee_test_2002_thread(void *arg) in xtest_tee_test_2002_thread() argument
417 struct test_2002_arg *a = arg; in xtest_tee_test_2002_thread()
507 struct test_2002_arg arg[NUM_THREADS] = { }; in xtest_tee_test_2002() local
518 arg[n].success = false; in xtest_tee_test_2002()
519 arg[n].tnum = n; in xtest_tee_test_2002()
520 arg[n].bar = &bar; in xtest_tee_test_2002()
522 xtest_tee_test_2002_thread, arg + n))) in xtest_tee_test_2002()
532 ADBG_EXPECT_TRUE(c, arg[n].success); in xtest_tee_test_2002()
A Dregression_6000.c1518 static void *test_6016_thread(void *arg) in test_6016_thread() argument
1520 struct test_6016_thread_arg *a = arg; in test_6016_thread()
1574 struct test_6016_thread_arg arg[NUM_THREADS] = { }; in xtest_tee_test_6016_loop() local
1583 xtest_teec_open_session(&arg[m].session, in xtest_tee_test_6016_loop()
1588 arg[n].case_t = c; in xtest_tee_test_6016_loop()
1589 arg[n].storage_id = storage_id; in xtest_tee_test_6016_loop()
1590 snprintf(arg[n].file_name, sizeof(arg[n].file_name), in xtest_tee_test_6016_loop()
1593 test_6016_thread, arg + n))) in xtest_tee_test_6016_loop()
1601 TEEC_CloseSession(&arg[i].session); in xtest_tee_test_6016_loop()
/optee_test/host/xtest/include/uapi/linux/
A Dion_old.h80 unsigned long arg; member
/optee_test/host/xtest/gp/include/
A Dxml_internal_api.h240 static void __maybe_unused *cancellation_thread(void *arg) in cancellation_thread() argument
242 TEEC_RequestCancellation((TEEC_Operation *)arg); in cancellation_thread()
A Dxml_timearithm_api.h608 static void *cancellation_thread(void *arg) in cancellation_thread() argument
610 TEEC_RequestCancellation((TEEC_Operation *)arg); in cancellation_thread()

Completed in 122 milliseconds

12