Home
last modified time | relevance | path

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

12

/openssl/crypto/asn1/
H 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/apps/
H 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') {
H A Dcmp.c2125 if (end == opt) in prev_item()
2128 while (beg > opt) { in prev_item()
2143 while (beg > opt) { in prev_item()
2196 const OPTIONS *opt; in read_config() local
2206 opt->name != NULL; i++, opt++) in read_config()
2215 opt->name != NULL; i++, opt++) { in read_config()
2230 switch (opt->valtype) { in read_config()
2262 opt->valtype, opt->name); in read_config()
2274 if (opt->valtype == '-') { in read_config()
2294 switch (opt->valtype) { in read_config()
[all …]
H A Dpkeyutl.c320 const char *opt = sk_OPENSSL_STRING_value(pkeyopts, i); in pkeyutl_main() local
322 if (pkey_ctrl_string(ctx, opt) <= 0) { in pkeyutl_main()
324 prog, opt); in pkeyutl_main()
334 char *opt = sk_OPENSSL_STRING_value(pkeyopts_passin, i); in pkeyutl_main() local
335 char *passin = strchr(opt, ':'); in pkeyutl_main()
343 BIO_snprintf(passwd_buf, sizeof(passwd_buf), "Enter %s: ", opt); in pkeyutl_main()
364 BIO_printf(bio_err, "failed to get '%s'\n", opt); in pkeyutl_main()
369 if (EVP_PKEY_CTX_ctrl_str(ctx, opt, passwd) <= 0) { in pkeyutl_main()
371 prog, opt); in pkeyutl_main()
H 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()
/openssl/test/recipes/
H A D15-test_ecparam.t38 my $opt = shift; # Additional option
42 ok(run(app(['openssl', $app, '-noout', $opt, '-in', $_])));
44 ok(!run(app(['openssl', $app, '-noout', $opt, '-in', $_])));
/openssl/apps/lib/
H A Dapp_provider.c68 int opt_provider(int opt) in opt_provider() argument
73 switch ((enum prov_range)opt) { in opt_provider()
H A Dapp_rand.c103 int opt_rand(int opt) in opt_rand() argument
105 switch ((enum r_range)opt) { in opt_rand()
H A Dopt.c697 int opt_verify(int opt, X509_VERIFY_PARAM *vpm) in opt_verify() argument
706 OPENSSL_assert(opt > OPT_V__FIRST); in opt_verify()
707 OPENSSL_assert(opt < OPT_V__LAST); in opt_verify()
709 switch ((enum range)opt) { in opt_verify()
1049 char *opt = *opt_rest(); in opt_check_rest_arg() local
1051 if (opt == NULL || *opt == '\0') { in opt_check_rest_arg()
1060 opt_printf_stderr("%s: Extra option: \"%s\"\n", prog, opt); in opt_check_rest_arg()
1063 prog, opt_unknown(), opt); in opt_check_rest_arg()
H A Dapps.c633 while (*opt != ',' && !isspace(*opt) && *opt != '\0') in next_item()
634 opt++; in next_item()
635 if (*opt != '\0') { in next_item()
637 *opt++ = '\0'; in next_item()
639 while (isspace(*opt)) in next_item()
640 opt++; in next_item()
642 return *opt == '\0' ? NULL : opt; /* NULL indicates end of input */ in next_item()
2144 if (pkey_ctrl_string(pkctx, opt) <= 0) { in do_pkey_ctx_init()
2164 if (x509_ctrl_string(x, opt) <= 0) { in do_x509_init()
3282 char *opt = "", *stmp, *vtmp = NULL; in app_params_new_from_opts() local
[all …]
H A Dbuild.info11 $LIBAPPSSRC=apps.c apps_ui.c opt.c fmt.c s_cb.c s_socket.c app_rand.c \
/openssl/crypto/bio/
H A Dbio_sock.c297 int opt; in BIO_set_tcp_ndelay() local
300 opt = SOL_TCP; in BIO_set_tcp_ndelay()
303 opt = IPPROTO_TCP; in BIO_set_tcp_ndelay()
307 ret = setsockopt(s, opt, TCP_NODELAY, (char *)&on, sizeof(on)); in BIO_set_tcp_ndelay()
/openssl/fuzz/
H 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/.github/workflows/
H A Drun-checker-ci.yml19 opt: [
46 run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
H A Drun-checker-merge.yml20 opt: [
37 run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
H A Drun-checker-daily.yml22 opt: [
141 run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
/openssl/demos/bio/
H A Ddescrip.mms16 IF "$(SHARED)" .EQS. "TRUE" THEN DEFINE OPT []shared.opt
17 IF "$(SHARED)" .NES. "TRUE" THEN DEFINE OPT []static.opt
/openssl/util/
H A Dfind-doc-nits1102 my $opt;
1104 $opt = $1;
1106 $opt = $1;
1110 $opt = $1 if $opt =~ /I<(.*)/;
/openssl/doc/man3/
H 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);
H 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/Configurations/platform/
H A DVMS.pm34 sub opt { return $_[0]->optname($_[1]) . $_[0]->optext() } subroutine
/openssl/crypto/cmp/
H A Dcmp_ctx.c823 int OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val) in DEFINE_set1_ASN1_OCTET_STRING()
832 switch (opt) { in DEFINE_set1_ASN1_OCTET_STRING()
848 switch (opt) { in DEFINE_set1_ASN1_OCTET_STRING()
932 int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt) in OSSL_CMP_CTX_get_option() argument
939 switch (opt) { in OSSL_CMP_CTX_get_option()
/openssl/doc/man1/
H 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
/openssl/crypto/x509/
H 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/include/openssl/
H 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 91 milliseconds

12