Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dcmp.c118 static char *opt_policy_oids = NULL; variable
1493 if (opt_policy_oids != NULL) in setup_request_ctx()
1569 if (opt_policies != NULL && opt_policy_oids != NULL) { in setup_request_ctx()
1621 if (opt_policy_oids == NULL) in setup_request_ctx()
1626 while (opt_policy_oids != NULL) { in setup_request_ctx()
1629 char *next = next_item(opt_policy_oids); in setup_request_ctx()
1631 if ((policy = OBJ_txt2obj(opt_policy_oids, 1)) == 0) { in setup_request_ctx()
1632 CMP_err1("unknown policy OID '%s'", opt_policy_oids); in setup_request_ctx()
1643 CMP_err1("cannot add policy with OID '%s'", opt_policy_oids); in setup_request_ctx()
1647 opt_policy_oids = next; in setup_request_ctx()
[all …]

Completed in 8 milliseconds