Searched refs:OPT_PAIR (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/apps/include/ |
D | opt.h | 332 } OPT_PAIR, STRINT_PAIR; typedef 386 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
|
/third_party/openssl/apps/lib/ |
D | opt.c | 226 static OPT_PAIR formats[] = { 242 OPT_PAIR *ap; in opt_format_error() 464 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) in opt_pair() 466 const OPT_PAIR *pp; in opt_pair()
|
/third_party/openssl/apps/ |
D | speed.c | 197 const OPT_PAIR pairs[], unsigned int nbelem) in opt_found() 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] = {
|
D | s_client.c | 715 static const OPT_PAIR services[] = {
|
/third_party/openssl/doc/internal/man3/ |
D | OPTIONS.pod | 5 OPTIONS, OPT_PAIR, OPT_COMMON, OPT_ERR, OPT_EOF, OPT_HELP, 19 typedef struct { ... } OPT_PAIR; 51 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result);
|
/third_party/openssl/util/ |
D | indent.pro | 611 -T OPT_PAIR
|