Home
last modified time | relevance | path

Searched refs:arg (Results 101 – 125 of 360) sorted by relevance

12345678910>>...15

/openssl/ssl/quic/
H A Dquic_lcidm.c129 static void lcidm_delete_conn_(QUIC_LCIDM_CONN *conn, void *arg) in lcidm_delete_conn_() argument
131 lcidm_delete_conn((QUIC_LCIDM *)arg, conn); in lcidm_delete_conn_()
225 static void lcidm_delete_conn_lcid_(QUIC_LCID *lcid_obj, void *arg) in lcidm_delete_conn_lcid_() argument
227 lcidm_delete_conn_lcid((QUIC_LCIDM *)arg, lcid_obj); in lcidm_delete_conn_lcid_()
428 static void retire_for_conn(QUIC_LCID *lcid_obj, void *arg) in retire_for_conn() argument
430 struct retire_args *args = arg; in retire_for_conn()
H A Dquic_tserver.c55 unsigned int inlen, void *arg) in alpn_select_cb() argument
57 QUIC_TSERVER *srv = arg; in alpn_select_cb()
559 SSL *ssl, void *arg), in ossl_quic_tserver_set_msg_callback() argument
560 void *arg) in ossl_quic_tserver_set_msg_callback()
563 ossl_quic_channel_set_msg_callback_arg(srv->ch, arg); in ossl_quic_tserver_set_msg_callback()
565 SSL_set_msg_callback_arg(srv->tls, arg); in ossl_quic_tserver_set_msg_callback()
/openssl/doc/man3/
H A DSSL_CTX_set_msg_callback.pod19 size_t len, SSL *ssl, void *arg));
20 void SSL_CTX_set_msg_callback_arg(SSL_CTX *ctx, void *arg);
25 size_t len, SSL *ssl, void *arg));
26 void SSL_set_msg_callback_arg(SSL *ssl, void *arg);
29 const void *buf, size_t len, SSL *ssl, void *arg);
38 can be used to set argument I<arg> to the callback function, which is
84 =item I<arg>
/openssl/include/internal/
H A Dhashtable.h309 void ossl_ht_foreach_until(HT *htable, int (*cb)(HT_VALUE *obj, void *arg),
310 void *arg);
319 int (*filter)(HT_VALUE *obj, void *arg),
320 void *arg);
H A Dquic_demux.h183 typedef void (ossl_quic_demux_cb_fn)(QUIC_URXE *e, void *arg,
200 OSSL_TIME (*now)(void *arg),
H A Dquic_record_rx.h305 void *arg);
494 typedef void (ossl_qrx_key_update_cb)(QUIC_PN pn, void *arg);
H A Dstatem.h86 void *arg);
88 typedef void (*ossl_statem_finish_mutate_handshake_cb)(void *arg);
/openssl/apps/
H A Dkdf.c52 const char *name, const char *arg) in alloc_kdf_algorithm_name() argument
54 size_t len = strlen(name) + strlen(arg) + 2; in alloc_kdf_algorithm_name()
63 BIO_snprintf(res, len, "%s:%s", name, arg); in alloc_kdf_algorithm_name()
H A Dmac.c56 const char *name, const char *arg) in alloc_mac_algorithm_name() argument
58 size_t len = strlen(name) + strlen(arg) + 2; in alloc_mac_algorithm_name()
67 BIO_snprintf(res, len, "%s:%s", name, arg); in alloc_mac_algorithm_name()
H A Dopenssl.c241 ARGS arg; in main() local
246 arg.argv = NULL; in main()
247 arg.size = 0; in main()
312 OPENSSL_free(arg.argv); in main()
/openssl/doc/man1/
H A Dopenssl-x509.pod.in13 [B<-passin> I<arg>]
17 [B<-copy_extensions> I<arg>]
59 [B<-days> I<arg>]
61 [B<-set_issuer> I<arg>]
62 [B<-set_subject> I<arg>]
63 [B<-subj> I<arg>]
78 [B<-setalias> I<arg>]
80 [B<-addtrust> I<arg>]
82 [B<-addreject> I<arg>]
119 =item B<-passin> I<arg>
[all …]
H A Dopenssl-dsa.pod.in19 [B<-passin> I<arg>]
21 [B<-passout> I<arg>]
88 =item B<-passin> I<arg>, B<-passout> I<arg>
91 For more information about the format of B<arg>
/openssl/crypto/evp/
H A Dmac_meth.c237 void (*fn)(EVP_MAC *mac, void *arg), in EVP_MAC_do_all_provided() argument
238 void *arg) in EVP_MAC_do_all_provided()
241 (void (*)(void *, void *))fn, arg, in EVP_MAC_do_all_provided()
H A Dkdf_meth.c225 void (*fn)(EVP_KDF *kdf, void *arg), in EVP_KDF_do_all_provided() argument
226 void *arg) in EVP_KDF_do_all_provided()
229 (void (*)(void *, void *))fn, arg, in EVP_KDF_do_all_provided()
H A Devp_local.h282 void (*user_fn)(void *method, void *arg),
285 void (*user_fn)(void *method, void *arg),
344 #define M_check_autoarg(ctx, arg, arglen, err) \ argument
352 if (arg == NULL) { \
H A Dkeymgmt_meth.c35 void *arg) in help_get_legacy_alg_type_from_keymgmt() argument
37 int *type = arg; in help_get_legacy_alg_type_from_keymgmt()
324 void (*fn)(EVP_KEYMGMT *keymgmt, void *arg), in EVP_KEYMGMT_do_all_provided() argument
325 void *arg) in EVP_KEYMGMT_do_all_provided()
328 (void (*)(void *, void *))fn, arg, in EVP_KEYMGMT_do_all_provided()
H A Dpmeth_gn.c104 static int ossl_callback_to_pkey_gencb(const OSSL_PARAM params[], void *arg) in ossl_callback_to_pkey_gencb() argument
106 EVP_PKEY_CTX *ctx = arg; in ossl_callback_to_pkey_gencb()
407 static int ossl_pkey_todata_cb(const OSSL_PARAM params[], void *arg) in ossl_pkey_todata_cb() argument
409 OSSL_PARAM **ret = arg; in ossl_pkey_todata_cb()
/openssl/crypto/engine/
H A Deng_fat.c50 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb() argument
52 unsigned int *pflags = arg; in int_def_cb()
H A Deng_local.h68 ENGINE *def, void *arg);
70 void *arg);
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv7 0,cmd missing arg, -section,, -cmd,,,BLANK,,,BLANK,,,BLANK,,BLANK,
14 0,cacertsout missing arg, -section,, -cmd,ir,, -cacertsout,,,BLANK,,,BLANK,,BLANK,
69 0,genm caCerts missing cacertsout arg , -section,, -cmd,genm,, -cacertsout,BLANK …
72 0,genm caCerts extra cacertsout arg , -section,, -cmd,genm,, -cacertsout,_RESULT_DIR/test.cace…
76 0,genm rootCaCert oldwithold missing arg , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -…
82 0,genm rootCaCert newwithnew missing arg , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -…
84 0,genm rootCaCert oldwithnew missing arg , -section,, -cmd,genm,, BLANK,,, -infotype,rootCaCert,, -…
102 0,genm certReqTemplate missing template arg , -section,, -cmd,genm,, -template,BLANK, -keyspec,_R…
103 0,genm certReqTemplate template extra arg , -section,, -cmd,genm,, -template,_RESULT_DIR/test.t…
104 0,genm certReqTemplate template arg non-ex dir, -section,, -cmd,genm,, -template,idontexist/idontex…
[all …]
/openssl/doc/internal/man3/
H A Dossl_init_thread_deregister.pod15 typedef void (*OSSL_thread_stop_handler_fn)(void *arg);
17 int ossl_init_thread_start(const void *index, void *arg,
39 made then NULL can be passed for this parameter. The I<arg> parameter is passed
/openssl/crypto/
H A Dpassphrase.c336 const OSSL_PARAM params[], void *arg) in ossl_pw_passphrase_callback_enc() argument
338 return ossl_pw_get_passphrase(pass, pass_size, pass_len, params, 1, arg); in ossl_pw_passphrase_callback_enc()
343 const OSSL_PARAM params[], void *arg) in ossl_pw_passphrase_callback_dec() argument
345 return ossl_pw_get_passphrase(pass, pass_size, pass_len, params, 0, arg); in ossl_pw_passphrase_callback_dec()
/openssl/include/crypto/
H A Dsparse_array.h55 void *arg) \
58 (void (*)(ossl_uintmax_t, void *, void *))leaf, arg); \
/openssl/include/openssl/
H A Dencoder.h41 void (*fn)(OSSL_ENCODER *encoder, void *arg),
42 void *arg);
H A Ddecoder.h41 void (*fn)(OSSL_DECODER *encoder, void *arg),
42 void *arg);

Completed in 58 milliseconds

12345678910>>...15