Home
last modified time | relevance | path

Searched refs:arg (Results 76 – 100 of 360) sorted by relevance

12345678910>>...15

/openssl/crypto/engine/
H A Deng_table.c37 void *arg; member
301 dall->cb(pile->nid, pile->sk, pile->funct, dall->arg); in int_dall()
307 void *arg) in engine_table_doall() argument
311 dall.arg = arg; in engine_table_doall()
/openssl/include/internal/
H A Dquic_thread_assist.h50 OSSL_TIME (*now_cb)(void *arg);
62 OSSL_TIME (*now_cb)(void *arg),
H A Dquic_tserver.h42 OSSL_TIME (*now_cb)(void *arg);
195 SSL *ssl, void *arg),
196 void *arg);
/openssl/apps/include/
H A Dapps.h107 int chopup_args(ARGS *arg, char *buf);
113 int set_nameopt(const char *arg);
115 int set_dateopt(unsigned long *dateopt, const char *arg);
116 int set_cert_ex(unsigned long *flags, const char *arg);
117 int set_name_ex(unsigned long *flags, const char *arg);
118 int set_ext_copy(int *copy_type, const char *arg);
293 BIO *app_http_tls_cb(BIO *hbio, /* APP_HTTP_TLS_INFO */ void *arg,
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_credentials.csv4 0,secret missing arg, -section,,BLANK,, -secret,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,
8 0,ref missing arg, -section,, -ref,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,
13 0,cert missing arg, -section,,BLANK,,BLANK,, -cert,, -key,signer.p12, -keypass,pass:12345,BLANK,,BL…
14 0,key missing arg, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,, -keypass,pass:12345,BLANK,,BLA…
15 0,keypass missing arg, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,,BLANK,…
33 0,extracerts missing arg, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,pass…
41 0,digest missing arg, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,pass:123…
/openssl/doc/man3/
H A DSSL_CTX_set_srp_password.pod31 int SSL_CTX_set_srp_cb_arg(SSL_CTX *ctx, void *arg);
33 int (*cb) (SSL *s, int *ad, void *arg));
35 char *(*cb) (SSL *s, void *arg));
37 int (*cb) (SSL *s, void *arg));
77 be passed to all following callbacks as B<arg>.
82 and the extra argument B<arg> set by SSL_CTX_set_srp_cb_arg().
95 The callback parameters are the SSL connection B<s> and the extra argument B<arg>
105 The callback parameters are the SSL connection B<s> and the extra argument B<arg>
169 int srpServerCallback(SSL *s, int *ad, void *arg)
171 SRP_VBASE *srpData = (SRP_VBASE*) arg;
H A DSSL_CTX_set_alpn_select_cb.pod24 void *arg), void *arg);
32 void *arg),
33 void *arg);
40 void *arg),
41 void *arg);
59 is NULL, ALPN is not used. The B<arg> value is a pointer which is passed to
66 buffer that outlives the handshake. The B<arg> parameter is the pointer set via
82 user-defined pointer argument B<arg> which will be passed to this callback.
89 a value other than B<SSL_TLSEXT_ERR_OK>. The B<arg> parameter is the pointer
H A DSSL_CTX_set_cert_cb.pod11 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cert_cb)(SSL *ssl, void *arg),
12 void *arg);
13 void SSL_set_cert_cb(SSL *s, int (*cert_cb)(SSL *ssl, void *arg), void *arg);
18 I<arg> value is pointer which is passed to the application callback.
H A DSSL_set_session_secret_cb.pod14 const SSL_CIPHER **cipher, void *arg);
18 void *arg);
23 (I<session_secret_cb>), and an optional argument (I<arg>) to be passed to that
44 The callback is also supplied with an additional argument in I<arg> which is the
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl1197 my $arg = shift;
1199 if ($arg =~ /%xmm([0-9]+),\s*%r(\w+)/) {
1206 } elsif ($arg =~ /%r(\w+),\s*%xmm([0-9]+)/) {
1406 my $arg;
1408 ($arg=register->re(\$line, $opcode))||
1409 ($arg=const->re(\$line)) ||
1410 ($arg=ea->re(\$line, $opcode)) ||
1411 ($arg=expr->re(\$line, $opcode)) ||
1414 push @args,$arg;
1432 my $arg = $_->out();
[all …]
/openssl/test/
H A Dsparse_array_test.c111 static void leaf_check_all(ossl_uintmax_t n, char *value, void *arg) in leaf_check_all() argument
113 struct doall_st *doall_data = (struct doall_st *)arg; in leaf_check_all()
127 static void leaf_delete(ossl_uintmax_t n, char *value, void *arg) in leaf_delete() argument
129 struct doall_st *doall_data = (struct doall_st *)arg; in leaf_delete()
H A Dquic_ackm_test.c19 static OSSL_TIME fake_now(void *arg) in fake_now() argument
29 static void on_lost(void *arg) in on_lost() argument
31 struct pkt_info *info = arg; in on_lost()
35 static void on_acked(void *arg) in on_acked() argument
37 struct pkt_info *info = arg; in on_acked()
41 static void on_discarded(void *arg) in on_discarded() argument
43 struct pkt_info *info = arg; in on_discarded()
331 static void on_loss_detection_deadline_callback(OSSL_TIME deadline, void *arg) in on_loss_detection_deadline_callback() argument
333 *(OSSL_TIME *)arg = deadline; in on_loss_detection_deadline_callback()
898 int pkt_space, void *arg) in on_ack_deadline_callback() argument
[all …]
/openssl/providers/common/
H A Dcapabilities.c210 static int tls_group_capability(OSSL_CALLBACK *cb, void *arg) in tls_group_capability() argument
216 if (!cb(param_group_list[i], arg)) in tls_group_capability()
224 OSSL_CALLBACK *cb, void *arg) in ossl_prov_get_capabilities() argument
227 return tls_group_capability(cb, arg); in ossl_prov_get_capabilities()
/openssl/crypto/pkcs7/
H A Dpk7_attr.c54 int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) in PKCS7_simple_smimecap() argument
65 if (arg > 0) { in PKCS7_simple_smimecap()
74 if (!ASN1_INTEGER_set(nbit, arg)) { in PKCS7_simple_smimecap()
/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl321 my $arg = pop;
322 $arg = "#$arg" if ($arg*1 eq $arg);
323 $code .= "\t$opcode\t".join(',',@_,$arg)."\n";
713 my ($mnemonic,$arg)=@_;
715 if ($arg =~ m/q([0-9]+)(?:,\s*q([0-9]+))?,\s*q([0-9]+)/o) {
725 $mnemonic,$arg;
/openssl/doc/man1/
H A Dopenssl-ec.pod.in19 [B<-passin> I<arg>]
21 [B<-passout> I<arg>]
30 [B<-conv_form> I<arg>]
31 [B<-param_enc> I<arg>]
78 =item B<-passin> I<arg>, B<-passout> I<arg>
81 For more information about the format of B<arg>
119 =item B<-conv_form> I<arg>
129 =item B<-param_enc> I<arg>
H A Dopenssl-ecparam.pod.in20 [B<-name> I<arg>]
22 [B<-conv_form> I<arg>]
23 [B<-param_enc> I<arg>]
84 =item B<-name> I<arg>
93 =item B<-conv_form> I<arg>
103 =item B<-param_enc> I<arg>
/openssl/crypto/evp/
H A Devp_enc.c1109 size_t sz = arg; in EVP_CIPHER_CTX_ctrl()
1125 if (arg < 0) in EVP_CIPHER_CTX_ctrl()
1153 if (arg < 0) in EVP_CIPHER_CTX_ctrl()
1162 if (arg < 2 || arg > 8) in EVP_CIPHER_CTX_ctrl()
1164 sz = 15 - arg; in EVP_CIPHER_CTX_ctrl()
1174 if (arg < 0) in EVP_CIPHER_CTX_ctrl()
1180 if (arg < 0) in EVP_CIPHER_CTX_ctrl()
1188 if (arg < 0) in EVP_CIPHER_CTX_ctrl()
1190 i = (unsigned int)arg; in EVP_CIPHER_CTX_ctrl()
1194 if (arg < 0) in EVP_CIPHER_CTX_ctrl()
[all …]
H A De_aes_cbc_hmac_sha256.c752 unsigned int u_arg = (unsigned int)arg; in aesni_cbc_hmac_sha256_ctrl()
762 if (arg < 0) in aesni_cbc_hmac_sha256_ctrl()
770 memcpy(hmac_key, ptr, arg); in aesni_cbc_hmac_sha256_ctrl()
792 if (arg != EVP_AEAD_TLS1_AAD_LEN) in aesni_cbc_hmac_sha256_ctrl()
795 len = p[arg - 2] << 8 | p[arg - 1]; in aesni_cbc_hmac_sha256_ctrl()
800 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha256_ctrl()
804 p[arg - 2] = len >> 8; in aesni_cbc_hmac_sha256_ctrl()
805 p[arg - 1] = len; in aesni_cbc_hmac_sha256_ctrl()
808 SHA256_Update(&key->md, p, arg); in aesni_cbc_hmac_sha256_ctrl()
815 key->payload_length = arg; in aesni_cbc_hmac_sha256_ctrl()
[all …]
H A De_aes_cbc_hmac_sha1.c791 if (arg > (int)sizeof(hmac_key)) { in aesni_cbc_hmac_sha1_ctrl()
793 SHA1_Update(&key->head, ptr, arg); in aesni_cbc_hmac_sha1_ctrl()
796 memcpy(hmac_key, ptr, arg); in aesni_cbc_hmac_sha1_ctrl()
818 if (arg != EVP_AEAD_TLS1_AAD_LEN) in aesni_cbc_hmac_sha1_ctrl()
821 len = p[arg - 2] << 8 | p[arg - 1]; in aesni_cbc_hmac_sha1_ctrl()
826 p[arg - 4] << 8 | p[arg - 3]) >= TLS1_1_VERSION) { in aesni_cbc_hmac_sha1_ctrl()
830 p[arg - 2] = len >> 8; in aesni_cbc_hmac_sha1_ctrl()
831 p[arg - 1] = len; in aesni_cbc_hmac_sha1_ctrl()
834 SHA1_Update(&key->md, p, arg); in aesni_cbc_hmac_sha1_ctrl()
840 memcpy(key->aux.tls_aad, ptr, arg); in aesni_cbc_hmac_sha1_ctrl()
[all …]
/openssl/fuzz/
H A Dhashtable.c68 static int table_iterator(HT_VALUE *v, void *arg) in table_iterator() argument
70 uint16_t keyval = (*(uint16_t *)arg); in table_iterator()
81 static int filter_iterator(HT_VALUE *v, void *arg) in filter_iterator() argument
83 uint16_t keyval = (*(uint16_t *)arg); in filter_iterator()
/openssl/util/
H A Dcheck-format.pl112 my $arg = $1; shift;
113 if ($arg =~ m/^(l|-sloppy-len)$/) {
115 } elsif ($arg =~ m/^(b|-sloppy-bodylen)$/) {
117 } elsif ($arg =~ m/^(s|-sloppy-space)$/) {
119 } elsif ($arg =~ m/^(c|-sloppy-comment)$/) {
121 } elsif ($arg =~ m/^(m|-sloppy-macro)$/) {
123 } elsif ($arg =~ m/^(h|-sloppy-hang)$/) {
125 } elsif ($arg =~ m/^(e|-eol-comment)$/) {
127 } elsif ($arg =~ m/^(1|-1-stmt)$/) {
130 die("unknown option: -$arg");
/openssl/crypto/bio/
H A Dbio_sock.c210 int BIO_socket_ioctl(int fd, long type, void *arg) in BIO_socket_ioctl() argument
215 i = ioctlsocket(fd, type, (char *)arg); in BIO_socket_ioctl()
233 arg_32 = *((unsigned long *)arg); in BIO_socket_ioctl()
235 # define ARG arg in BIO_socket_ioctl()
238 # define ARG arg in BIO_socket_ioctl()
/openssl/crypto/lhash/
H A Dlhash.c191 void *arg) in doall_util_fn() argument
208 wfunc_arg(a->data, arg, func_arg); in doall_util_fn()
226 OPENSSL_LH_DOALL_FUNCARG func, void *arg) in OPENSSL_LH_doall_arg() argument
232 (OPENSSL_LH_DOALL_FUNC)NULL, func, lh->daaw, arg); in OPENSSL_LH_doall_arg()
237 OPENSSL_LH_DOALL_FUNCARG fn, void *arg) in OPENSSL_LH_doall_arg_thunk() argument
240 (OPENSSL_LH_DOALL_FUNC)NULL, fn, daaw, arg); in OPENSSL_LH_doall_arg_thunk()
/openssl/test/helpers/
H A Dquictestlib.c75 static void packet_plain_finish(void *arg);
76 static void handshake_finish(void *arg);
85 static OSSL_TIME fake_now_cb(void *arg) in fake_now_cb() argument
92 void *arg) in noise_msg_callback() argument
712 void *arg) in packet_plain_mutate() argument
714 QTEST_FAULT *fault = arg; in packet_plain_mutate()
761 QTEST_FAULT *fault = arg; in packet_plain_finish()
849 void *arg) in handshake_mutate() argument
851 QTEST_FAULT *fault = arg; in handshake_mutate()
907 static void handshake_finish(void *arg) in handshake_finish() argument
[all …]

Completed in 52 milliseconds

12345678910>>...15