HomeSort by: relevance | last modified time | path
    Searched defs:opt_policy_oids (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 121 static char *opt_policy_oids = NULL; variable
207 OPT_POLICIES, OPT_POLICY_OIDS, OPT_POLICY_OIDS_CRITICAL,
310 {"policy_oids", OPT_POLICY_OIDS, 's',
560 {&opt_policies}, {&opt_policy_oids}, {(char **)&opt_policy_oids_critical},
1579 if (opt_policy_oids != NULL)
1655 if (opt_policies != NULL && opt_policy_oids != NULL) {
1707 if (opt_policy_oids == NULL)
1712 while (opt_policy_oids != NULL) {
1715 char *next = next_item(opt_policy_oids);
1717 if ((policy = OBJ_txt2obj(opt_policy_oids, 1)) == 0)
    [all...]
cmp.c 121 static char *opt_policy_oids = NULL; variable
207 OPT_POLICIES, OPT_POLICY_OIDS, OPT_POLICY_OIDS_CRITICAL,
310 {"policy_oids", OPT_POLICY_OIDS, 's',
560 {&opt_policies}, {&opt_policy_oids}, {(char **)&opt_policy_oids_critical},
1579 if (opt_policy_oids != NULL)
1655 if (opt_policies != NULL && opt_policy_oids != NULL) {
1707 if (opt_policy_oids == NULL)
1712 while (opt_policy_oids != NULL) {
1715 char *next = next_item(opt_policy_oids);
1717 if ((policy = OBJ_txt2obj(opt_policy_oids, 1)) == 0)
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 135 static char *opt_policy_oids = NULL; variable
253 OPT_POLICY_OIDS,
429 { "policy_oids", OPT_POLICY_OIDS, 's',
724 { &opt_policies }, { &opt_policy_oids }, { (char **)&opt_policy_oids_critical },
1840 if (opt_policy_oids != NULL)
1971 if (opt_policies != NULL && opt_policy_oids != NULL) {
2024 if (opt_policy_oids == NULL)
2029 while (opt_policy_oids != NULL) {
2032 char *next = next_item(opt_policy_oids);
2034 if ((policy = OBJ_txt2obj(opt_policy_oids, 1)) == 0)
    [all...]
cmp.c 135 static char *opt_policy_oids = NULL; variable
253 OPT_POLICY_OIDS,
429 { "policy_oids", OPT_POLICY_OIDS, 's',
724 { &opt_policies }, { &opt_policy_oids }, { (char **)&opt_policy_oids_critical },
1840 if (opt_policy_oids != NULL)
1971 if (opt_policies != NULL && opt_policy_oids != NULL) {
2024 if (opt_policy_oids == NULL)
2029 while (opt_policy_oids != NULL) {
2032 char *next = next_item(opt_policy_oids);
2034 if ((policy = OBJ_txt2obj(opt_policy_oids, 1)) == 0)
    [all...]

Completed in 71 milliseconds