Home
last modified time | relevance | path

Searched refs:arg (Results 126 – 150 of 360) sorted by relevance

12345678910>>...15

/openssl/crypto/
H A Dprovider.c121 void *arg) in OSSL_PROVIDER_get_capabilities() argument
123 return ossl_provider_get_capabilities(prov, capability, cb, arg); in OSSL_PROVIDER_get_capabilities()
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md96 OSSL_ACKM *ossl_ackm_new(OSSL_TIME (*now)(void *arg),
173 /* Callback called if frames in this packet are lost. arg is cb_arg. */
174 void (*on_lost)(void *arg);
176 /* Callback called if frames in this packet are acked. arg is cb_arg. */
177 void (*on_acked)(void *arg);
180 * Callback called if frames in this packet are neither acked nor lost. arg
183 void (*on_discarded)(void *arg);
498 void *arg),
499 void *arg);
504 void *arg),
[all …]
/openssl/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod15 typedef int (*SSL_CTX_generate_session_ticket_fn)(SSL *s, void *arg);
20 void *arg);
24 void *arg);
33 be set to NULL. The value of B<arg> is passed to the callbacks.
37 at this time to add application data to the session ticket. The value of B<arg>
47 of B<arg> is the same as that given to SSL_CTX_set_session_ticket_cb(). The
/openssl/ssl/quic/
H A Dquic_stream_map.c91 uint64_t (*get_stream_limit_cb)(int uni, void *arg), in ossl_quic_stream_map_init() argument
118 static void release_each(QUIC_STREAM *stream, void *arg) in release_each() argument
120 QUIC_STREAM_MAP *qsm = arg; in release_each()
134 void (*visit_cb)(QUIC_STREAM *stream, void *arg), in ossl_quic_stream_map_visit() argument
814 static void begin_shutdown_flush_each(QUIC_STREAM *qs, void *arg) in begin_shutdown_flush_each() argument
816 QUIC_STREAM_MAP *qsm = arg; in begin_shutdown_flush_each()
H A Dquic_ackm.c502 OSSL_TIME (*now)(void *arg);
600 void (*loss_detection_deadline_cb)(OSSL_TIME deadline, void *arg);
603 void (*ack_deadline_cb)(OSSL_TIME deadline, int pkt_space, void *arg);
1020 OSSL_ACKM *ossl_ackm_new(OSSL_TIME (*now)(void *arg), in ossl_ackm_new() argument
1663 void *arg), in ossl_ackm_set_loss_detection_deadline_callback() argument
1664 void *arg) in ossl_ackm_set_loss_detection_deadline_callback()
1667 ackm->loss_detection_deadline_cb_arg = arg; in ossl_ackm_set_loss_detection_deadline_callback()
1673 void *arg), in ossl_ackm_set_ack_deadline_callback() argument
1674 void *arg) in ossl_ackm_set_ack_deadline_callback()
1677 ackm->ack_deadline_cb_arg = arg; in ossl_ackm_set_ack_deadline_callback()
H A Dquic_rx_depack.c642 static void update_streams(QUIC_STREAM *s, void *arg) in update_streams() argument
644 QUIC_CHANNEL *ch = arg; in update_streams()
649 static void update_streams_bidi(QUIC_STREAM *s, void *arg) in update_streams_bidi() argument
651 QUIC_CHANNEL *ch = arg; in update_streams_bidi()
659 static void update_streams_uni(QUIC_STREAM *s, void *arg) in update_streams_uni() argument
661 QUIC_CHANNEL *ch = arg; in update_streams_uni()
930 static void free_path_response(unsigned char *buf, size_t buf_len, void *arg) in free_path_response() argument
H A Dquic_port.c27 static OSSL_TIME get_time(void *arg);
28 static void port_default_packet_handler(QUIC_URXE *e, void *arg,
495 static void port_default_packet_handler(QUIC_URXE *e, void *arg, in port_default_packet_handler() argument
498 QUIC_PORT *port = arg; in port_default_packet_handler()
H A Dquic_local.h177 OSSL_TIME (*override_now_cb)(void *arg);
266 const void *buf, size_t msglen, SSL *ssl, void *arg);
H A Dquic_engine_local.h44 OSSL_TIME (*now_cb)(void *arg);
/openssl/crypto/err/
H A Derr.c824 char *str, *arg; in ERR_add_error_vdata() local
859 arg = va_arg(args, char *); in ERR_add_error_vdata()
860 if (arg == NULL) in ERR_add_error_vdata()
861 arg = "<NULL>"; in ERR_add_error_vdata()
862 len += strlen(arg); in ERR_add_error_vdata()
874 OPENSSL_strlcat(str, arg, (size_t)size); in ERR_add_error_vdata()
/openssl/include/openssl/
H A Dkdf.h56 void (*fn)(EVP_KDF *kdf, void *arg),
57 void *arg);
H A Dssl.h.in644 # define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, … argument
645 # define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) argument
824 void *arg);
980 # define SSL_set_app_data(s,arg) (SSL_set_ex_data(s,0,(char *)(arg))) argument
1342 # define DTLSv1_get_timeout(ssl, arg) \ argument
1619 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg);
1778 void *arg);
1899 void *arg);
2555 void *arg);
2774 void *arg);
[all …]
H A Devp.h273 int arg, void *ptr));
1185 void *arg);
1191 void *arg);
1195 void *arg);
1201 void *arg);
1243 void *arg);
1273 void *arg);
1776 void *arg);
1877 void *arg),
1878 void *arg);
[all …]
/openssl/crypto/evp/
H A Dcmeth_lib.c153 int arg, void *ptr)) in EVP_CIPHER_meth_set_ctrl() argument
196 int type, int arg, in EVP_CIPHER_meth_get_ctrl()
/openssl/doc/man1/
H A Dopenssl-rsa.pod.in19 [B<-passin> I<arg>]
21 [B<-passout> I<arg>]
82 =item B<-passin> I<arg>, B<-passout> I<arg>
85 For more information about the format of B<arg>
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv6 0,recipient missing arg, -section,, -recipient,,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -…
13 0,expected sender missing arg, -section,, -recipient,_CA_DN, -expect_sender,,BLANK,, -trusted,trust…
30 0,srvcert missing arg, -section,, -recipient,"""",BLANK,, -srvcert,, -trusted,trusted.crt,BLANK,,BL…
37 0,trusted missing arg, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,,BLANK,,BLANK, -unprote…
43 0,untrusted missing arg, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,trusted.crt, -untrust…
/openssl/apps/include/
H A Dapp_libctx.h17 int app_set_propq(const char *arg);
/openssl/include/internal/
H A Dquic_stream_map.h560 uint64_t (*get_stream_limit_cb)(int uni, void *arg);
581 uint64_t (*get_stream_limit_cb)(int uni, void *arg),
617 void (*visit_cb)(QUIC_STREAM *stream, void *arg),
H A Dssl.h17 const void *buf, size_t len, SSL *ssl, void *arg);
H A Dsslconf.h19 char **arg);
/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl820 my $arg=shift;
822 $arg =~ m/q([0-9]+)#(lo|hi),\s*q([0-9]+)#(lo|hi)/o &&
854 my $arg=shift;
856 $arg =~ m/q([0-9]+),\s*q([0-9]+)\[([0-3])\]/o &&
860 my ($mnemonic,$arg)=@_;
862 if ($arg =~ m/q([0-9]+),\s*q([0-9]+),\s*q([0-9]+)/o) {
873 $mnemonic,$arg;
/openssl/crypto/encode_decode/
H A Ddecoder_lib.c45 static int decoder_process(const OSSL_PARAM params[], void *arg);
390 static void collect_all_decoders(OSSL_DECODER *decoder, void *arg) in DEFINE_STACK_OF()
392 STACK_OF(OSSL_DECODER) *skdecoders = arg; in DEFINE_STACK_OF()
399 static void collect_extra_decoder(OSSL_DECODER *decoder, void *arg) in collect_extra_decoder() argument
401 struct collect_extra_decoder_data_st *data = arg; in collect_extra_decoder()
711 static int decoder_process(const OSSL_PARAM params[], void *arg) in decoder_process() argument
713 struct decoder_process_data_st *data = arg; in decoder_process()
/openssl/crypto/store/
H A Dstore_meth.c455 void (*user_fn)(OSSL_STORE_LOADER *loader, void *arg);
459 static void do_one(ossl_unused int id, void *method, void *arg) in do_one() argument
461 struct do_one_data_st *data = arg; in do_one()
468 void *arg), in OSSL_STORE_LOADER_do_all_provided() argument
/openssl/test/
H A Dpairwise_fail_test.c48 static int self_test_on_pairwise_fail(const OSSL_PARAM params[], void *arg) in self_test_on_pairwise_fail() argument
50 struct self_test_arg *args = arg; in self_test_on_pairwise_fail()
/openssl/include/crypto/
H A Dcryptlib.h19 int ossl_init_thread_start(const void *index, void *arg,

Completed in 89 milliseconds

12345678910>>...15