Home
last modified time | relevance | path

Searched refs:arg (Results 151 – 175 of 360) sorted by relevance

12345678910>>...15

/openssl/include/crypto/
H A Dcryptlib.h19 int ossl_init_thread_start(const void *index, void *arg,
H A Dsiv.h31 int ossl_siv128_speed(SIV128_CONTEXT *ctx, int arg);
/openssl/ssl/quic/
H A Dquic_srtm.c477 static void check_mark(SRTM_ITEM *item, void *arg) in check_mark() argument
479 struct check_args *arg_ = arg; in check_mark()
507 static void check_count(SRTM_ITEM *item, void *arg) in check_count() argument
509 struct check_args *arg_ = arg; in check_count()
H A Dquic_impl.c85 static OSSL_TIME get_time_cb(void *arg) in get_time_cb() argument
87 QUIC_CONNECTION *qc = arg; in get_time_cb()
1217 static int quic_shutdown_wait(void *arg) in quic_shutdown_wait() argument
1219 QUIC_CONNECTION *qc = arg; in quic_shutdown_wait()
1227 QUIC_CONNECTION *qc = arg; in quic_shutdown_flush_wait()
1235 QUIC_CONNECTION *qc = arg; in quic_shutdown_peer_wait()
1471 static int quic_handshake_wait(void *arg) in quic_handshake_wait() argument
1833 static int quic_wait_for_stream(void *arg) in quic_wait_for_stream() argument
1983 static int quic_new_stream_wait(void *arg) in quic_new_stream_wait() argument
2267 static int quic_write_again(void *arg) in quic_write_again() argument
[all …]
H A Dquic_txp.c115 void *arg);
419 void *arg);
421 QUIC_TXPIM_PKT *pkt, void *arg);
423 QUIC_TXPIM_PKT *pkt, void *arg);
424 static void on_sstream_updated(uint64_t stream_id, void *arg);
1526 void *arg) in get_sstream_by_id() argument
1528 OSSL_QUIC_TX_PACKETISER *txp = arg; in get_sstream_by_id()
1542 QUIC_TXPIM_PKT *pkt, void *arg) in on_regen_notify() argument
1544 OSSL_QUIC_TX_PACKETISER *txp = arg; in on_regen_notify()
1697 OSSL_QUIC_TX_PACKETISER *txp = arg; in on_confirm_notify()
[all …]
/openssl/apps/include/
H A Ds_apps.h49 size_t len, SSL *ssl, void *arg);
51 int len, void *arg);
/openssl/crypto/engine/
H A Dtb_asnmth.c168 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg) in look_str_cb() argument
170 ENGINE_FIND_STR *lk = arg; in look_str_cb()
H A Deng_lib.c188 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg) in ENGINE_set_ex_data() argument
190 return CRYPTO_set_ex_data(&e->ex_data, idx, arg); in ENGINE_set_ex_data()
/openssl/ssl/
H A Dssl_lib.c2108 ctx->async_cb_arg = arg; in SSL_CTX_set_async_callback_arg()
2130 sc->async_cb_arg = arg; in SSL_set_async_callback_arg()
2195 SSL *s = (SSL *)arg; in ssl_async_wait_ctx_cb()
3660 ctx->ext.npn_select_cb_arg = arg; in SSL_CTX_set_npn_select_cb()
4317 ctx->app_verify_arg = arg; in SSL_CTX_set_cert_verify_callback()
4332 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg), void *arg) in SSL_CTX_set_cert_cb() argument
4337 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg) in SSL_set_cert_cb() argument
5422 sc->verify_result = arg; in SSL_set_verify_result()
5704 ctx->record_padding_arg = arg; in SSL_CTX_set_record_padding_callback_arg()
6513 c->client_hello_cb_arg = arg; in SSL_CTX_set_client_hello_cb()
[all …]
/openssl/doc/man3/
H A DSSL_set_async_callback.pod19 typedef int (*SSL_async_callback_fn)(SSL *s, void *arg);
21 int SSL_CTX_set_async_callback_arg(SSL_CTX *ctx, void *arg);
23 int SSL_set_async_callback_arg(SSL *s, void *arg);
H A DSSL_CTX_set_cert_verify_callback.pod13 void *arg);
29 instead with the arguments callback(X509_STORE_CTX *x509_store_ctx, void *arg).
30 The argument I<arg> is specified by the application when setting I<callback>.
H A DEVP_ASYM_CIPHER_free.pod25 void *arg),
26 void *arg);
62 method and the given I<arg> as argument.
H A DEVP_KEM_free.pod23 void (*fn)(EVP_KEM *kem, void *arg), void *arg);
56 and the given I<arg> as argument.
H A DEVP_SIGNATURE.pod28 void *arg),
29 void *arg);
66 and the given I<arg> as argument.
H A DSSL_CTX_set_ct_validation_callback.pod16 const STACK_OF(SCT) *scts, void *arg);
21 void *arg);
24 void *arg);
72 An arbitrary callback data argument, B<arg>, can be passed in when setting
H A DOSSL_HTTP_transfer.pod19 typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg,
24 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
37 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
46 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
101 BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail)
104 whereby it may use an optional custom defined argument I<arg>,
118 BIO *http_tls_cb(BIO *bio, void *arg, int connect, int detail)
121 SSL_CTX *ctx = (SSL_CTX *)arg;
140 The optional callback function argument I<arg> is not consumed,
/openssl/crypto/sha/asm/
H A Dsha1-armv8.pl339 my ($mnemonic,$arg)=@_;
341 $arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)[^,]*(?:,\s*[qv]([0-9]+))?/o
345 $mnemonic,$arg;
/openssl/demos/bio/
H A DREADME.txt4 The client-conf, server-conf, client-arg and client-conf include examples
/openssl/include/internal/
H A Dquic_engine.h56 OSSL_TIME (*now_cb)(void *arg);
/openssl/crypto/http/
H A Dhttp_client.c393 void *arg, int use_ssl, in http_req_ctx_new() argument
404 rctx->upd_arg = arg; in http_req_ctx_new()
1020 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_open() argument
1081 cbio = (*bio_update_fn)(cbio, arg, 1 /* connect */, use_ssl != 0); in OSSL_HTTP_open()
1090 bio_update_fn, arg, use_ssl, proxy, server, port, in OSSL_HTTP_open()
1213 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_get() argument
1243 use_ssl, bio, rbio, bio_update_fn, arg, in OSSL_HTTP_get()
1305 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_transfer() argument
1316 use_ssl, bio, rbio, bio_update_fn, arg, in OSSL_HTTP_transfer()
/openssl/apps/lib/
H A Ds_cb.c622 size_t len, SSL *ssl, void *arg) in msg_cb() argument
624 BIO *bio = arg; in msg_cb()
801 const unsigned char *data, int len, void *arg) in tlsext_cb() argument
803 BIO *bio = arg; in tlsext_cb()
962 static int set_cert_cb(SSL *ssl, void *arg) in set_cert_cb() argument
965 SSL_EXCERT *exc = arg; in set_cert_cb()
1325 const char *arg = sk_OPENSSL_STRING_value(str, i + 1); in config_ctx() local
1327 if (SSL_CONF_cmd(cctx, flag, arg) <= 0) { in config_ctx()
1329 flag, arg == NULL ? "<NULL>" : arg); in config_ctx()
/openssl/doc/man1/
H A Dopenssl-pkcs12.pod.in12 [B<-passin> I<arg>]
13 [B<-passout> I<arg>]
14 [B<-password> I<arg>]
51 [B<-passcerts> I<arg>]
103 =item B<-passin> I<arg>
107 For more information about the format of B<arg>
110 =item B<-passout> I<arg>
114 =item B<-password> I<arg>
268 =item B<-passcerts> I<arg>
272 For more information about the format of B<arg> see
[all …]
H A Dopenssl-spkac.pod.in21 [B<-passin> I<arg>]
70 =item B<-passin> I<arg>
72 The input file password source. For more information about the format of I<arg>
/openssl/test/
H A Dfilterprov.c71 OSSL_CALLBACK *cb, void *arg) in filter_get_capabilities() argument
75 return OSSL_PROVIDER_get_capabilities(globs->deflt, capability, cb, arg); in filter_get_capabilities()
/openssl/crypto/pkcs7/
H A Dpk7_smime.c104 static int add_cipher_smcap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) in add_cipher_smcap() argument
107 return PKCS7_simple_smimecap(sk, nid, arg); in add_cipher_smcap()
111 static int add_digest_smcap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) in add_digest_smcap() argument
114 return PKCS7_simple_smimecap(sk, nid, arg); in add_digest_smcap()

Completed in 228 milliseconds

12345678910>>...15