Home
last modified time | relevance | path

Searched refs:arg (Results 51 – 75 of 360) sorted by relevance

12345678910>>...15

/openssl/crypto/perlasm/
H A Darm-xlate.pl190 my $arg=expand_line($line);
193 $line = &$opcode($arg);
196 $line.= "\t$arg" if ($arg ne "");
/openssl/ssl/quic/
H A Dquic_channel.c144 QUIC_CHANNEL *ch = arg; in ch_get_qlog_cb()
600 QUIC_CHANNEL *ch = arg; in get_time()
608 QUIC_CHANNEL *ch = arg; in get_stream_limit()
619 QUIC_CHANNEL *ch = arg; in rx_late_validate()
758 QUIC_CHANNEL *ch = arg; in rxku_detected()
844 QUIC_CHANNEL *ch = arg; in ch_on_txp_ack_tx()
865 QUIC_CHANNEL *ch = arg; in ch_on_crypto_send()
894 QUIC_CHANNEL *ch = arg; in ch_on_crypto_recv_record()
932 QUIC_CHANNEL *ch = arg; in ch_on_crypto_release_record()
955 QUIC_CHANNEL *ch = arg; in ch_on_handshake_yield_secret()
[all …]
H A Dquic_thread_assist.c20 static unsigned int assist_thread_main(void *arg) in assist_thread_main() argument
22 QUIC_THREAD_ASSIST *qta = arg; in assist_thread_main()
73 OSSL_TIME (*now_cb)(void *arg), in ossl_quic_thread_assist_init_start() argument
H A Dquic_engine.c22 static void qeng_tick(QUIC_TICK_RESULT *res, void *arg, uint32_t flags);
121 static void qeng_tick(QUIC_TICK_RESULT *res, void *arg, uint32_t flags) in qeng_tick() argument
123 QUIC_ENGINE *qeng = arg; in qeng_tick()
/openssl/crypto/hashtable/
H A Dhashtable.c272 static void free_oldmd(void *arg) in free_oldmd() argument
274 struct ht_mutable_data_st *oldmd = arg; in free_oldmd()
356 void *arg) in ossl_ht_foreach_until()
377 void *arg) in ossl_ht_filter()
399 if (v != NULL && filter((HT_VALUE *)v, arg)) { in ossl_ht_filter()
420 static void free_old_neigh_table(void *arg) in free_old_neigh_table() argument
422 struct ht_mutable_data_st *oldmd = arg; in free_old_neigh_table()
513 static void free_old_ht_value(void *arg) in free_old_ht_value() argument
515 HT_VALUE *h = (HT_VALUE *)arg; in free_old_ht_value()
715 static void free_old_entry(void *arg) in free_old_entry() argument
[all …]
/openssl/include/internal/
H A Dquic_record_tx.h38 void *arg);
40 typedef void (*ossl_finish_mutate_cb)(void *arg);
53 QLOG *(*get_qlog_cb)(void *arg);
73 void ossl_qtx_set_qlog_cb(OSSL_QTX *qtx, QLOG *(*get_qlog_cb)(void *arg),
H A Dquic_reactor.h99 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg, uint32_t flags);
118 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg,
193 int (*pred)(void *arg), void *pred_arg,
H A Dquic_fc.h139 OSSL_TIME (*now)(void *arg);
156 OSSL_TIME (*now)(void *arg),
166 OSSL_TIME (*now)(void *arg),
/openssl/apps/
H A Dengine.c250 const char *cmd, *arg; in util_do_cmds() local
254 if ((arg = strchr(cmd, ':')) == NULL) { in util_do_cmds()
258 if ((int)(arg - cmd) > 254) { in util_do_cmds()
262 memcpy(buf, cmd, (int)(arg - cmd)); in util_do_cmds()
263 buf[arg - cmd] = '\0'; in util_do_cmds()
264 arg++; /* Move past the ":" */ in util_do_cmds()
266 if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0)) in util_do_cmds()
284 static void util_store_cap(const OSSL_STORE_LOADER *loader, void *arg) in util_store_cap() argument
286 struct util_store_cap_data *ctx = arg; in util_store_cap()
/openssl/crypto/evp/
H A De_rc2.c33 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
170 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr) in rc2_ctrl() argument
182 if (arg > 0) { in rc2_ctrl()
183 data(c)->key_bits = arg; in rc2_ctrl()
H A De_chacha20_poly1305.c496 static int chacha20_poly1305_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, in chacha20_poly1305_ctrl() argument
538 if (arg <= 0 || arg > CHACHA20_POLY1305_MAX_IVLEN) in chacha20_poly1305_ctrl()
540 actx->nonce_len = arg; in chacha20_poly1305_ctrl()
544 if (arg != 12) in chacha20_poly1305_ctrl()
555 if (arg <= 0 || arg > POLY1305_BLOCK_SIZE) in chacha20_poly1305_ctrl()
558 memcpy(actx->tag, ptr, arg); in chacha20_poly1305_ctrl()
559 actx->tag_len = arg; in chacha20_poly1305_ctrl()
564 if (arg <= 0 || arg > POLY1305_BLOCK_SIZE || in chacha20_poly1305_ctrl()
567 memcpy(ptr, actx->tag, arg); in chacha20_poly1305_ctrl()
571 if (arg != EVP_AEAD_TLS1_AAD_LEN) in chacha20_poly1305_ctrl()
/openssl/include/openssl/
H A Dhttp.h67 typedef BIO *(*OSSL_HTTP_bio_cb_t)(BIO *bio, void *arg, int connect, int detail);
71 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
84 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
93 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
H A Dlhash.h.in61 unsigned long name##_LHASH_HASH(const void *arg) { \
62 const o_type *a = arg; \
103 OPENSSL_LH_DOALL_FUNCARG func, void *arg);
106 OPENSSL_LH_DOALL_FUNCARG fn, void *arg);
179 doall_conv((type *)node, arg); \
309 doall_conv((type *)node, arg); \
327 void (*doallarg)(type *, void *), void *arg) \
330 (OPENSSL_LH_DOALL_FUNCARG)doallarg, arg); \
350 fn_conv((cbargtype *)node, (argtype *)arg); \
355 argtype *arg) \
[all …]
H A Dobjects.h60 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
61 void *arg);
63 void (*fn) (const OBJ_NAME *, void *arg),
64 void *arg);
/openssl/engines/
H A De_ossltest.c264 static int ossltest_aes128_gcm_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
275 int arg, void *ptr);
755 static int ossltest_aes128_gcm_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, in ossltest_aes128_gcm_ctrl() argument
759 int ret = EVP_CIPHER_meth_get_ctrl(EVP_aes_128_gcm())(ctx, type, arg, ptr); in ossltest_aes128_gcm_ctrl()
856 int arg, void *ptr) in ossltest_aes128_cbc_hmac_sha1_ctrl() argument
869 if (arg != EVP_AEAD_TLS1_AAD_LEN) in ossltest_aes128_cbc_hmac_sha1_ctrl()
872 len = p[arg - 2] << 8 | p[arg - 1]; in ossltest_aes128_cbc_hmac_sha1_ctrl()
873 key->tls_ver = p[arg - 4] << 8 | p[arg - 3]; in ossltest_aes128_cbc_hmac_sha1_ctrl()
881 p[arg - 2] = len >> 8; in ossltest_aes128_cbc_hmac_sha1_ctrl()
882 p[arg - 1] = len; in ossltest_aes128_cbc_hmac_sha1_ctrl()
[all …]
/openssl/apps/include/
H A Dopt.h413 int opt_int(const char *arg, int *result);
416 int opt_long(const char *arg, long *result);
417 int opt_ulong(const char *arg, unsigned long *result);
418 int opt_intmax(const char *arg, ossl_intmax_t *result);
419 int opt_uintmax(const char *arg, ossl_uintmax_t *result);
426 int opt_pair(const char *arg, const OPT_PAIR *pairs, int *result);
/openssl/test/
H A Dssl_old_test.c117 void *arg) in cb_client_npn() argument
130 unsigned int *len, void *arg) in cb_server_npn() argument
210 static int servername_cb(SSL *s, int *ad, void *arg) in servername_cb() argument
293 char* alpn_str = arg; in cb_server_alpn()
425 int *al, void *arg) in serverinfo_cli_parse_cb() argument
940 char *arg = NULL, *argn = NULL; in main() local
1219 arg = argv[0]; in main()
1504 rv = SSL_CONF_cmd(c_cctx, arg, argn); in main()
1507 rv = SSL_CONF_cmd(s_cctx2, arg, argn); in main()
1513 arg, argn ? argn : ""); in main()
[all …]
H A Drun_tests.pl97 foreach my $arg (@ARGV ? @ARGV : ('alltests')) {
98 if ($arg eq 'list') {
105 if ($arg eq 'alltests') {
109 } elsif ($arg =~ m/^(-?)(.*)/) {
133 warn "I don't know what '$arg' is about, ignoring...\n";
/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl459 my $arg = pop;
460 $arg = "#$arg" if ($arg*1 eq $arg);
461 $code .= "\t$opcode\t".join(',',@_,$arg)."\n";
843 my ($mnemonic,$arg)=@_;
845 $arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)[^,]*(?:,\s*[qv]([0-9]+))?/o
849 $mnemonic,$arg;
858 my ($mnemonic,$arg)=@_;
860 $arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)[^,]*(?:,\s*[qv]([0-9]+))?/o
864 $mnemonic,$arg;
H A Dsha1-armv4-large.pl342 my $arg = pop;
343 $arg = "#$arg" if ($arg*1 eq $arg);
344 $code .= "\t$opcode\t".join(',',@_,$arg)."\n";
720 my ($mnemonic,$arg)=@_;
722 if ($arg =~ m/q([0-9]+)(?:,\s*q([0-9]+))?,\s*q([0-9]+)/o) {
735 $mnemonic,$arg;
/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm411 arg => $fi_broken_arg,);
442 my ($self, %arg) = @_;
444 if (defined $arg{handle}) {
445 print { $arg{handle} } $arg{text};
448 ${ $arg{out} } .= $arg{text};
/openssl/doc/man1/
H A Dopenssl-srp.pod.in21 [B<-passin> I<arg>]
22 [B<-passout> I<arg>]
87 =item B<-passin> I<arg>, B<-passout> I<arg>
90 For more information about the format of B<arg>
H A Dopenssl-pkey.pod.in21 [B<-passin> I<arg>]
26 [B<-passout> I<arg>]
32 [B<-ec_conv_form> I<arg>]
33 [B<-ec_param_enc> I<arg>]
82 =item B<-passin> I<arg>
86 For more information about the format of B<arg>
120 =item B<-passout> I<arg>
124 For more information about the format of B<arg>
156 =item B<-ec_conv_form> I<arg>
168 =item B<-ec_param_enc> I<arg>
/openssl/apps/lib/
H A Dapp_libctx.c15 int app_set_propq(const char *arg) in app_set_propq() argument
17 app_propq = arg; in app_set_propq()
/openssl/ssl/
H A Dssl_mcnf.c78 char *cmdstr, *arg; in ssl_do_config() local
81 conf_ssl_get_cmd(cmds, i, &cmdstr, &arg); in ssl_do_config()
82 rv = SSL_CONF_cmd(cctx, cmdstr, arg); in ssl_do_config()

Completed in 105 milliseconds

12345678910>>...15