Home
last modified time | relevance | path

Searched refs:arg (Results 201 – 225 of 360) sorted by relevance

12345678910>>...15

/openssl/crypto/dh/
H A Ddh_lib.c185 int DH_set_ex_data(DH *d, int idx, void *arg) in DH_set_ex_data() argument
187 return CRYPTO_set_ex_data(&d->ex_data, idx, arg); in DH_set_ex_data()
/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c264 static void collect_decoder(OSSL_DECODER *decoder, void *arg) in collect_decoder() argument
266 struct collect_data_st *data = arg; in collect_decoder()
350 static void collect_keymgmt(EVP_KEYMGMT *keymgmt, void *arg) in collect_keymgmt() argument
352 struct collect_data_st *data = arg; in collect_keymgmt()
/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in16 [B<-passin> I<arg>]
18 [B<-passout> I<arg>]
86 =item B<-passin> I<arg>, B<-passout> I<arg>
89 For more information about the format of B<arg>
H A Dopenssl-genrsa.pod.in13 [B<-passout> I<arg>]
54 =item B<-passout> I<arg>
H A Dopenssl-cmp.pod.in28 [B<-newkeypass> I<arg>]
86 [B<-secret> I<arg>]
90 [B<-keypass> I<arg>]
101 [B<-otherpass> I<arg>]
113 [B<-tls_keypass> I<arg>]
135 [B<-srv_secret> I<arg>]
138 [B<-srv_keypass> I<arg>]
155 [B<-statusstring> I<arg>]
303 =item B<-newkeypass> I<arg>
794 =item B<-secret> I<arg>
[all …]
H A Dopenssl-ca.pod.in36 [B<-days> I<arg>]
37 [B<-md> I<arg>]
38 [B<-policy> I<arg>]
41 [B<-key> I<arg>]
42 [B<-passin> I<arg>]
61 [B<-subj> I<arg>]
204 =item B<-passin> I<arg>
207 For more information about the format of B<arg>
250 =item B<-days> I<arg>
266 =item B<-policy> I<arg>
[all …]
/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c539 size_t arg = EVP_GCM_TLS_EXPLICIT_IV_LEN; in gcm_tls_cipher() local
566 if (!getivgen(ctx, out, arg)) in gcm_tls_cipher()
569 if (!setivinv(ctx, out, arg)) in gcm_tls_cipher()
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_enrollment.csv8 0,newkey missing arg, -section,, -cmd,ir, -newkey,,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK…
29 0,issuer missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,, -issuer,,BLANK,,BL…
34 0,days missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,,BLANK,…
40 0,reqexts missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,, -re…
57 0,popo missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,…
73 0,certout missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLAN…
79 0,out_trusted missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,…
90 0,oldcert missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLAN…
101 0,p10cr csr missing arg, -section,, -cmd,p10cr, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,…
/openssl/crypto/dsa/
H A Ddsa_lib.c30 int DSA_set_ex_data(DSA *d, int idx, void *arg) in DSA_set_ex_data() argument
32 return CRYPTO_set_ex_data(&d->ex_data, idx, arg); in DSA_set_ex_data()
/openssl/test/
H A Dquic_tserver_test.c36 static OSSL_TIME fake_now(void *arg) in fake_now() argument
49 static OSSL_TIME real_now(void *arg) in real_now() argument
H A Dcc_dummy.c20 static OSSL_CC_DATA *dummy_new(OSSL_TIME (*now_cb)(void *arg), in dummy_new() argument
H A Dkeymgmt_internal_test.c101 static int export_cb(const OSSL_PARAM *params, void *arg) in export_cb() argument
103 unsigned long *keydata = arg; in export_cb()
H A Dquic_qlog_test.c69 static OSSL_TIME now(void *arg) in now() argument
/openssl/doc/man3/
H A DEVP_KEYEXCH_free.pod23 void (*fn)(EVP_KEYEXCH *exchange, void *arg),
24 void *arg);
H A DOSSL_CMP_CTX_new.pod97 int OSSL_CMP_CTX_set_http_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
103 int OSSL_CMP_CTX_set_transfer_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
159 int OSSL_CMP_CTX_set_certConf_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
411 The callback may make use of a custom defined argument I<arg>,
412 as described for the I<arg> parameter of L<OSSL_HTTP_open(3)>.
419 I<arg> is not consumed, and it must therefore explicitly be freed when not
420 needed any more. I<arg> may be NULL to clear the entry.
441 I<arg> is not consumed, and it must therefore explicitly be freed when not
442 needed any more. I<arg> may be NULL to clear the entry.
678 I<arg> is not consumed, and it must therefore explicitly be freed when not
[all …]
H A DSSL_CTX_set_tlsext_servername_callback.pod14 int (*cb)(SSL *s, int *al, void *arg));
15 long SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg);
68 passed into the callback (via the B<arg> parameter) for this B<SSL_CTX>.
/openssl/include/internal/
H A Dprovider.h88 void *arg);
/openssl/crypto/conf/
H A Dconf_mod.c729 void *arg) in CONF_parse_list() argument
747 ret = list_cb(NULL, 0, arg); in CONF_parse_list()
757 ret = list_cb(lstart, tmpend - lstart + 1, arg); in CONF_parse_list()
/openssl/ssl/
H A Dssl_sess.c91 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) in SSL_SESSION_set_ex_data() argument
93 return CRYPTO_set_ex_data(&s->ex_data, idx, arg); in SSL_SESSION_set_ex_data()
1141 void *arg) in SSL_set_session_secret_cb() argument
1149 sc->ext.session_secret_cb_arg = arg; in SSL_set_session_secret_cb()
1154 void *arg) in SSL_set_session_ticket_ext_cb() argument
1162 sc->ext.session_ticket_cb_arg = arg; in SSL_set_session_ticket_ext_cb()
/openssl/crypto/perlasm/
H A Dppc-xlate.pl346 my ($f, $arg) = @_;
347 " .long ".sprintf "0x%X",(31<<26)|($arg<<21)|(147*2);
/openssl/ssl/quic/
H A Dquic_demux.c45 OSSL_TIME (*now)(void *arg);
73 OSSL_TIME (*now)(void *arg), in ossl_quic_demux_new() argument
H A Dcc_newreno.c9 OSSL_TIME (*now_cb)(void *arg);
47 static OSSL_CC_DATA *newreno_new(OSSL_TIME (*now_cb)(void *arg), in newreno_new() argument
/openssl/crypto/async/
H A Dasync.c33 static void async_delete_thread_state(void *arg);
407 static void async_delete_thread_state(void *arg) in async_delete_thread_state() argument
/openssl/crypto/sm4/asm/
H A Dsm4-armv8.pl610 my ($mnemonic,$arg)=@_;
612 $arg =~ m/[qv]([0-9]+)[^,]*,\s*[qv]([0-9]+)[^,]*(?:,\s*[qv]([0-9]+))?/o
616 $mnemonic,$arg;
/openssl/include/openssl/
H A Drsa.h208 # define RSA_set_app_data(s,arg) RSA_set_ex_data(s,0,arg) argument
456 OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg);

Completed in 74 milliseconds

12345678910>>...15