Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 25 of 37) sorted by relevance

12

/openssl-master/crypto/asn1/
A Dtasn_dec.c49 const ASN1_TEMPLATE *tt, char opt,
60 int tag, int aclass, char opt,
209 if ((tag != -1) || opt) { in asn1_item_embed_d2i()
218 tag, aclass, opt, ctx); in asn1_item_embed_d2i()
242 if (opt) in asn1_item_embed_d2i()
251 if (opt) in asn1_item_embed_d2i()
319 if (opt) { in asn1_item_embed_d2i()
347 &p, len, tag, aclass, opt, ctx); in asn1_item_embed_d2i()
729 if (opt) { in asn1_d2i_ex_primitive()
750 &p, inlen, tag, aclass, opt, ctx); in asn1_d2i_ex_primitive()
[all …]
/openssl-master/apps/
A Dprogs.pl17 my $opt = shift @ARGV;
19 unless ($opt eq '-H' || $opt eq '-C');
46 if ($opt eq '-H') {
76 if ($opt eq '-C') {
A Dcmp.c1999 if (end == opt) in prev_item()
2002 while (beg > opt) { in prev_item()
2017 while (beg > opt) { in prev_item()
2070 const OPTIONS *opt; in read_config() local
2080 opt->name; i++, opt++) in read_config()
2089 opt->name; i++, opt++) { in read_config()
2104 switch (opt->valtype) { in read_config()
2136 opt->valtype, opt->name); in read_config()
2148 if (opt->valtype == '-') { in read_config()
2168 switch (opt->valtype) { in read_config()
[all …]
A Dpkeyutl.c321 const char *opt = sk_OPENSSL_STRING_value(pkeyopts, i); in pkeyutl_main() local
323 if (pkey_ctrl_string(ctx, opt) <= 0) { in pkeyutl_main()
325 prog, opt); in pkeyutl_main()
335 char *opt = sk_OPENSSL_STRING_value(pkeyopts_passin, i); in pkeyutl_main() local
336 char *passin = strchr(opt, ':'); in pkeyutl_main()
344 BIO_snprintf(passwd_buf, sizeof(passwd_buf), "Enter %s: ", opt); in pkeyutl_main()
365 BIO_printf(bio_err, "failed to get '%s'\n", opt); in pkeyutl_main()
370 if (EVP_PKEY_CTX_ctrl_str(ctx, opt, passwd) <= 0) { in pkeyutl_main()
372 prog, opt); in pkeyutl_main()
A Dverify.c262 char *opt = sk_OPENSSL_STRING_value(opts, i); in check() local
263 if (x509_ctrl_string(x, opt) <= 0) { in check()
264 BIO_printf(bio_err, "parameter error \"%s\"\n", opt); in check()
A Dpkcs12.c32 #define WARN_EXPORT(opt) \ argument
33 BIO_printf(bio_err, "Warning: -%s option ignored with -export\n", opt);
34 #define WARN_NO_EXPORT(opt) \ argument
35 BIO_printf(bio_err, "Warning: -%s option ignored without -export\n", opt);
/openssl-master/test/recipes/
A D15-test_ecparam.t34 my $opt = shift; # Additional option
38 ok(run(app(['openssl', $app, '-noout', $opt, '-in', $_])));
40 ok(!run(app(['openssl', $app, '-noout', $opt, '-in', $_])));
/openssl-master/apps/lib/
A Dapp_provider.c68 int opt_provider(int opt) in opt_provider() argument
73 switch ((enum prov_range)opt) { in opt_provider()
A Dapp_rand.c97 int opt_rand(int opt) in opt_rand() argument
99 switch ((enum r_range)opt) { in opt_rand()
A Dapps.c634 while (*opt != ',' && !isspace(*opt) && *opt != '\0') in next_item()
635 opt++; in next_item()
636 if (*opt != '\0') { in next_item()
638 *opt++ = '\0'; in next_item()
640 while (isspace(*opt)) in next_item()
641 opt++; in next_item()
643 return *opt == '\0' ? NULL : opt; /* NULL indicates end of input */ in next_item()
2143 if (pkey_ctrl_string(pkctx, opt) <= 0) { in do_pkey_ctx_init()
2162 if (x509_ctrl_string(x, opt) <= 0) { in do_x509_init()
3242 char *opt = "", *stmp, *vtmp = NULL; in app_params_new_from_opts() local
[all …]
A Dbuild.info11 $LIBAPPSSRC=apps.c apps_ui.c opt.c fmt.c s_cb.c s_socket.c app_rand.c \
A Dopt.c677 int opt_verify(int opt, X509_VERIFY_PARAM *vpm) in opt_verify() argument
686 OPENSSL_assert(opt > OPT_V__FIRST); in opt_verify()
687 OPENSSL_assert(opt < OPT_V__LAST); in opt_verify()
689 switch ((enum range)opt) { in opt_verify()
A Ds_cb.c1035 int args_excert(int opt, SSL_EXCERT **pexc) in args_excert() argument
1039 assert(opt > OPT_X__FIRST); in args_excert()
1040 assert(opt < OPT_X__LAST); in args_excert()
1051 switch ((enum range)opt) { in args_excert()
/openssl-master/crypto/bio/
A Dbio_sock.c295 int opt; in BIO_set_tcp_ndelay() local
298 opt = SOL_TCP; in BIO_set_tcp_ndelay()
301 opt = IPPROTO_TCP; in BIO_set_tcp_ndelay()
305 ret = setsockopt(s, opt, TCP_NODELAY, (char *)&on, sizeof(on)); in BIO_set_tcp_ndelay()
/openssl-master/fuzz/
A Dserver.c536 uint8_t opt; in FuzzerTestOneInput() local
623 opt = (uint8_t)buf[len-1]; in FuzzerTestOneInput()
628 if ((opt & 0x01) != 0) in FuzzerTestOneInput()
/openssl-master/demos/bio/
A Ddescrip.mms16 IF "$(SHARED)" .EQS. "TRUE" THEN DEFINE OPT []shared.opt
17 IF "$(SHARED)" .NES. "TRUE" THEN DEFINE OPT []static.opt
/openssl-master/util/
A Dfind-doc-nits1102 my $opt;
1104 $opt = $1;
1106 $opt = $1;
1110 $opt = $1 if $opt =~ /I<(.*)/;
/openssl-master/doc/man3/
A DOSSL_PARAM_allocate_from_text.pod163 char *opt = "<unknown>";
169 opt = sk_OPENSSL_STRING_value(opts, (int)params_n);
170 if ((stmp = OPENSSL_strdup(opt)) == NULL
190 BIO_printf(bio_err, "MAC parameter error '%s'\n", opt);
A DASN1_EXTERN_FUNCS.pod15 const ASN1_ITEM *it, int tag, int aclass, char opt,
18 const ASN1_ITEM *it, int tag, int aclass, char opt,
99 is considered optional in this context then I<opt> will be nonzero. Otherwise
/openssl-master/Configurations/platform/
A DVMS.pm34 sub opt { return $_[0]->optname($_[1]) . $_[0]->optext() } subroutine
/openssl-master/doc/man1/
A Dopenssl-pkeyutl.pod.in33 [B<-pkeyopt> I<opt>:I<value>]
34 [B<-pkeyopt_passin> I<opt>[:I<passarg>]]
161 =item B<-pkeyopt> I<opt>:I<value>
163 Public key options specified as opt:value. See NOTES below for more details.
165 =item B<-pkeyopt_passin> I<opt>[:I<passarg>]
167 Allows reading a public key option I<opt> from stdin or a password source.
168 If only I<opt> is specified, the user will be prompted to enter a password on
A Dopenssl-genpkey.pod.in23 [B<-pkeyopt> I<opt>:I<value>]
83 =item B<-pkeyopt> I<opt>:I<value>
85 Set the public key algorithm option I<opt> to I<value>. The precise set of
/openssl-master/crypto/cmp/
A Dcmp_ctx.c977 int OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val) in OSSL_CMP_CTX_set_option() argument
986 switch (opt) { in OSSL_CMP_CTX_set_option()
1002 switch (opt) { in OSSL_CMP_CTX_set_option()
1086 int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt) in OSSL_CMP_CTX_get_option() argument
1093 switch (opt) { in OSSL_CMP_CTX_get_option()
/openssl-master/crypto/x509/
A Dx_name.c29 int tag, int aclass, char opt, ASN1_TLC *ctx);
141 char opt, ASN1_TLC *ctx) in x509_name_ex_d2i() argument
167 tag, aclass, opt, ctx); in x509_name_ex_d2i()
/openssl-master/include/openssl/
A Dbio.h.in84 # define BIO_CTRL_RESET 1/* opt - rewind/zero etc */
85 # define BIO_CTRL_EOF 2/* opt - are we at the eof */
86 # define BIO_CTRL_INFO 3/* opt - extra tit-bits */
89 # define BIO_CTRL_PUSH 6/* opt - internal, used to signify change */
90 # define BIO_CTRL_POP 7/* opt - internal, used to signify change */
93 # define BIO_CTRL_PENDING 10/* opt - is their more data buffered */
94 # define BIO_CTRL_FLUSH 11/* opt - 'flush' buffered output */
96 # define BIO_CTRL_WPENDING 13/* opt - number of bytes still to write */
97 # define BIO_CTRL_SET_CALLBACK 14/* opt - set callback function */
98 # define BIO_CTRL_GET_CALLBACK 15/* opt - set callback function */

Completed in 48 milliseconds

12