Home
last modified time | relevance | path

Searched refs:opt_pair (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dec.c138 if (!opt_pair(opt_arg(), conv_forms, &i)) in ec_main()
144 if (!opt_pair(opt_arg(), param_enc, &i)) in ec_main()
H A Decparam.c139 if (!opt_pair(opt_arg(), forms, &new_form)) in ecparam_main()
145 if (!opt_pair(opt_arg(), encodings, &asn1_flag)) in ecparam_main()
H A Dapps.h402 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
H A Dopt.c297 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) in opt_pair() function
H A Ds_client.c1465 if (!opt_pair(opt_arg(), services, &starttls_proto)) in s_client_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dopt.h386 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOPTIONS.pod10 opt_format, opt_isdir, opt_string, opt_pair,
51 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result);
282 The opt_pair() function takes a list of I<pairs>, each of which
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c1398 if (!opt_pair(opt_arg(), services, &starttls_proto)) in s_client_main()