HomeSort by: relevance | last modified time | path
    Searched refs:OPT_PAIR (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/include/
opt.h 372 * name OPT_PAIR. But that name is misleading in s_cb.c, so we also use
378 } OPT_PAIR, STRINT_PAIR;
437 int opt_pair(const char *arg, const OPT_PAIR *pairs, int *result);
  /src/crypto/external/bsd/openssl/dist/apps/include/
opt.h 326 * name OPT_PAIR. But that name is misleading in s_cb.c, so we also use
332 } OPT_PAIR, STRINT_PAIR;
386 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
  /src/crypto/external/bsd/openssl.old/dist/apps/
ec.c 21 static OPT_PAIR conv_forms[] = {
28 static OPT_PAIR param_enc[] = {
138 if (!opt_pair(opt_arg(), conv_forms, &i))
144 if (!opt_pair(opt_arg(), param_enc, &i))
opt.c 165 static OPT_PAIR formats[] = {
181 OPT_PAIR *ap;
297 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) function
299 const OPT_PAIR *pp;
apps.h 358 * name OPT_PAIR. But that name is misleading in s_cb.c, so we also use
364 } OPT_PAIR, STRINT_PAIR;
402 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
ecparam.c 60 static OPT_PAIR forms[] = {
67 static OPT_PAIR encodings[] = {
139 if (!opt_pair(opt_arg(), forms, &new_form))
145 if (!opt_pair(opt_arg(), encodings, &asn1_flag))
speed.c 287 const OPT_PAIR pairs[], unsigned int nbelem)
386 static const OPT_PAIR doit_choices[] = {
460 static const OPT_PAIR dsa_choices[] = {
478 static const OPT_PAIR rsa_choices[] = {
522 static OPT_PAIR ecdsa_choices[] = {
552 static const OPT_PAIR ecdh_choices[] = {
586 static OPT_PAIR eddsa_choices[] = {
s_client.c 815 static const OPT_PAIR services[] = {
1465 if (!opt_pair(opt_arg(), services, &starttls_proto))
  /src/crypto/external/apache2/openssl/dist/apps/lib/
opt.c 242 static OPT_PAIR formats[] = {
265 OPT_PAIR *ap;
510 int opt_pair(const char *name, const OPT_PAIR *pairs, int *result) function
512 const OPT_PAIR *pp;
  /src/crypto/external/bsd/openssl/dist/apps/lib/
opt.c 226 static OPT_PAIR formats[] = {
242 OPT_PAIR *ap;
464 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) function
466 const OPT_PAIR *pp;
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 197 const OPT_PAIR pairs[], unsigned int nbelem)
286 static const OPT_PAIR doit_choices[] = {
329 static const OPT_PAIR dsa_choices[DSA_NUM] = {
340 static const OPT_PAIR rsa_choices[RSA_NUM] = {
357 static const OPT_PAIR ffdh_choices[FFDH_NUM] = {
378 static const OPT_PAIR ecdsa_choices[ECDSA_NUM] = {
406 static const OPT_PAIR ecdh_choices[EC_NUM] = {
439 static const OPT_PAIR eddsa_choices[EdDSA_NUM] = {
448 static const OPT_PAIR sm2_choices[SM2_NUM] = {
s_client.c 715 static const OPT_PAIR services[] = {
1398 if (!opt_pair(opt_arg(), services, &starttls_proto))
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 219 const OPT_PAIR pairs[], unsigned int nbelem)
362 static const OPT_PAIR doit_choices[] = {
410 static const OPT_PAIR dsa_choices[DSA_NUM] = {
427 static const OPT_PAIR rsa_choices[RSA_NUM] = {
449 static const OPT_PAIR ffdh_choices[FFDH_NUM] = {
488 static const OPT_PAIR ecdsa_choices[ECDSA_NUM] = {
524 static const OPT_PAIR ecdh_choices[EC_NUM] = {
562 static const OPT_PAIR eddsa_choices[EdDSA_NUM] = {
573 static const OPT_PAIR sm2_choices[SM2_NUM] = {
s_client.c 861 static const OPT_PAIR services[] = {
1582 if (!opt_pair(opt_arg(), services, &starttls_proto))

Completed in 46 milliseconds