Home
last modified time | relevance | path

Searched refs:arg (Results 226 – 250 of 360) sorted by relevance

12345678910>>...15

/openssl/crypto/sha/asm/
H A Dkeccak1600-armv8.pl860 my ($mnemonic,$arg)=@_;
862 $arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)[^,]*(?:,\s*[qv]([0-9]+)[^,]*(?:,\s*[qv#]([0-9\-]+))?)?/
866 $mnemonic,$arg;
H A Dsha1-x86_64.pl578 my $arg = pop;
579 $arg = "\$$arg" if ($arg*1 eq $arg);
580 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
/openssl/crypto/evp/
H A Devp_rand.c494 void (*fn)(EVP_RAND *rand, void *arg), in EVP_RAND_do_all_provided() argument
495 void *arg) in EVP_RAND_do_all_provided()
498 (void (*)(void *, void *))fn, arg, in EVP_RAND_do_all_provided()
H A Dkeymgmt_lib.c29 int evp_keymgmt_util_try_import(const OSSL_PARAM params[], void *arg) in evp_keymgmt_util_try_import() argument
31 struct evp_keymgmt_util_try_import_data_st *data = arg; in evp_keymgmt_util_try_import()
H A De_des3.c60 static int des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
279 static int des3_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) in des3_ctrl() argument
/openssl/doc/man3/
H A DEVP_CIPHER_meth_new.pod51 int arg, void *ptr));
67 int type, int arg,
129 the key length in B<arg>.
H A DSSL_CTX_set_tlsext_status_cb.pod24 long SSL_CTX_set_tlsext_status_arg(SSL_CTX *ctx, void *arg);
25 long SSL_CTX_get_tlsext_status_arg(SSL_CTX *ctx, void **arg);
H A DEVP_KEYMGMT.pod37 void (*fn)(EVP_KEYMGMT *keymgmt, void *arg),
38 void *arg);
/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl295 my $arg = pop;
296 $arg = "\$$arg" if ($arg*1 eq $arg);
297 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
H A Daesv8-armx.pl4396 my ($mnemonic,$arg)=@_;
4398 $arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)/o &&
4401 $mnemonic,$arg;
4405 my ($mnemonic,$arg)=@_;
4411 $mnemonic,$arg;
4451 my ($mnemonic,$arg)=@_;
4462 $mnemonic,$arg;
4467 my $arg=shift;
4475 my $arg=shift;
4482 my $arg=shift;
[all …]
/openssl/crypto/modes/
H A Dsiv128.c387 int ossl_siv128_speed(SIV128_CONTEXT *ctx, int arg) in ossl_siv128_speed() argument
389 ctx->crypto_ok = (arg == 1) ? -1 : 1; in ossl_siv128_speed()
/openssl/include/internal/
H A Dqlog.h35 OSSL_TIME (*now_cb)(void *arg);
/openssl/test/
H A Dquic_cfq_test.c60 static void free_cb(unsigned char *buf, size_t buf_len, void *arg) in free_cb() argument
H A Dquic_txp_test.c38 static OSSL_TIME fake_now(void *arg) in fake_now() argument
111 static void demux_default_handler(QUIC_URXE *e, void *arg, in demux_default_handler() argument
114 struct helper *h = arg; in demux_default_handler()
399 static void free_buf_mem(unsigned char *buf, size_t buf_len, void *arg) in free_buf_mem() argument
401 BUF_MEM_free((BUF_MEM *)arg); in free_buf_mem()
H A Ddsatest.c33 static int dsa_cb(int p, int n, BN_GENCB *arg);
124 static int dsa_cb(int p, int n, BN_GENCB *arg) in dsa_cb() argument
/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl63 my $arg = pop;
64 $arg = "#$arg" if ($arg*1 eq $arg);
65 $code .= "\t$opcode\t".join(',',@_,$arg)."\n";
/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl152 my $arg = pop;
153 $arg = "\$$arg" if ($arg*1 eq $arg);
154 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
/openssl/apps/
H A Dlist.c73 const char *from, const char *to, void *arg) in legacy_cipher_fn() argument
80 BIO_printf(arg, " %s\n", EVP_CIPHER_get0_name(c)); in legacy_cipher_fn()
86 BIO_printf(arg, " %s => %s\n", from, to); in legacy_cipher_fn()
162 const char *from, const char *to, void *arg) in legacy_md_fn() argument
165 BIO_printf(arg, " %s\n", EVP_MD_get0_name(m)); in legacy_md_fn()
171 BIO_printf((BIO *)arg, " %s => %s\n", from, to); in legacy_md_fn()
/openssl/doc/internal/man3/
H A DOPENSSL_SA.pod27 void *arg);
78 the third argument is the user supplied I<arg>.
/openssl/ssl/quic/
H A Dquic_trace.c560 const void *buf, size_t msglen, SSL *ssl, void *arg) in ossl_quic_trace() argument
562 BIO *bio = arg; in ossl_quic_trace()
/openssl/apps/lib/
H A Dhttp_server.c39 #define log_HTTP1(prog, level, fmt, arg) \ argument
40 trace_log_message(OSSL_TRACE_CATEGORY_HTTP, prog, level, fmt, arg)
/openssl/ssl/
H A Dssl_conf.c991 const char *arg = NULL, *argn; in SSL_CONF_cmd_argv() local
996 arg = **pargv; in SSL_CONF_cmd_argv()
997 if (arg == NULL) in SSL_CONF_cmd_argv()
1005 rv = SSL_CONF_cmd(cctx, arg, argn); in SSL_CONF_cmd_argv()
H A Dssl_local.h1005 int (*status_cb) (SSL *ssl, void *arg);
1040 unsigned int inlen, void *arg);
1115 size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg);
1428 const void *buf, size_t len, SSL *ssl, void *arg);
1560 const unsigned char *data, int len, void *arg);
2074 int (*cert_cb) (SSL *ssl, void *arg);
2529 __owur int ssl_cert_set_current(CERT *c, long arg);
2530 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg);
/openssl/ssl/record/
H A Drecord.h113 size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg);
/openssl/include/openssl/
H A Dengine.h479 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
533 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg);

Completed in 103 milliseconds

12345678910>>...15