Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c121 static int opt_infotype = NID_undef; variable
2171 if ((opt_infotype = OBJ_sn2nid(id_buf)) == NID_undef) { in setup_client_ctx()
2176 if (opt_cmd != CMP_GENM || opt_infotype != NID_id_it_rootCaCert) { in setup_client_ctx()
2188 if (opt_cmd != CMP_GENM || opt_infotype != NID_id_it_certReqTemplate) { in setup_client_ctx()
3330 if (opt_infotype == NID_id_it_caCerts) { in do_genm()
3350 } else if (opt_infotype == NID_id_it_rootCaCert) { in do_genm()
3393 } else if (opt_infotype == NID_id_it_crlStatusList) { in do_genm()
3445 } else if (opt_infotype == NID_id_it_certReqTemplate) { in do_genm()
3485 if (opt_infotype != NID_undef) { in do_genm()
3489 req = OSSL_CMP_ITAV_create(OBJ_nid2obj(opt_infotype), NULL); in do_genm()

Completed in 12 milliseconds