Home
last modified time | relevance | path

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

12

/openssl/apps/
H A Dpkcs12.c33 #define WARN_EXPORT(opt) \ argument
34 BIO_printf(bio_err, "Warning: -%s option ignored with -export\n", opt);
35 #define WARN_NO_EXPORT(opt) \ argument
36 BIO_printf(bio_err, "Warning: -%s option ignored without -export\n", opt);
H A Dx509.c666 #define WARN_NO_CA(opt) BIO_printf(bio_err, \ in x509_main() argument
667 "Warning: ignoring " opt " option since -CA option is not given\n"); in x509_main()
/openssl/apps/lib/
H A Ds_cb.c1048 int args_excert(int opt, SSL_EXCERT **pexc) in args_excert() argument
1052 assert(opt > OPT_X__FIRST); in args_excert()
1053 assert(opt < OPT_X__LAST); in args_excert()
1064 switch ((enum range)opt) { in args_excert()
/openssl/doc/man1/
H A Dopenssl-genpkey.pod.in24 [B<-pkeyopt> I<opt>:I<value>]
88 =item B<-pkeyopt> I<opt>:I<value>
90 Set the public key algorithm option I<opt> to I<value>. The precise set of
H A Dopenssl-req.pod.in25 [B<-pkeyopt> I<opt>:I<value>]
193 =item B<-pkeyopt> I<opt>:I<value>
195 Set the public key algorithm option I<opt> to I<value>. The precise set of
/openssl/apps/include/
H A Dapps.h133 char *next_item(char *opt); /* in list separated by comma and/or space */
/openssl/crypto/x509/
H A Dx_pubkey.c131 char opt, ASN1_TLC *ctx, OSSL_LIB_CTX *libctx, in x509_pubkey_ex_d2i_ex() argument
151 tag, aclass, opt, ctx)) <= 0) in x509_pubkey_ex_d2i_ex()
/openssl/include/openssl/
H A Dcmp.h.in290 int OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val);
291 int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt);
H A Dasn1t.h.in631 const ASN1_ITEM *it, int tag, int aclass, char opt,
635 const ASN1_ITEM *it, int tag, int aclass, char opt,
909 const ASN1_ITEM *it, int tag, int aclass, char opt,
/openssl/doc/internal/man3/
H A DOPTIONS.pod16 #include "opt.h"
/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod76 int OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val);
77 int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt);
H A DSSL_read_early_data.pod73 When a server receives early data it may opt to immediately respond by sending
/openssl/doc/man7/
H A Dprovider-keymgmt.pod205 Among others, an implementation of OSSL_FUNC_keymgmt_match() might opt
/openssl/
H A DINSTALL.md262 $ ./Configure --prefix=/opt/openssl --openssldir=/usr/local/ssl
1028 to quote the option. For example, `-opt%20arg` gets expanded to `-opt arg`.
H A DCHANGES.md2753 of certain files (rc.obj, or the .def/.map/.opt files produced from
3548 * Windows command-line tool supports UTF-8 opt-in option for arguments
/openssl/test/
H A Dbuild.info20 $LIBAPPSSRC=../apps/lib/opt.c $AUXLIBAPPSSRC

Completed in 85 milliseconds

12