Lines Matching refs:strcmp
382 if (strcmp(p, "request_file") == 0) {
384 } else if (strcmp(p, "subject_key") == 0) {
386 } else if (strcmp(p, "issuer_key") == 0) {
388 } else if (strcmp(p, "subject_pwd") == 0) {
390 } else if (strcmp(p, "issuer_pwd") == 0) {
392 } else if (strcmp(p, "issuer_crt") == 0) {
394 } else if (strcmp(p, "output_file") == 0) {
396 } else if (strcmp(p, "subject_name") == 0) {
398 } else if (strcmp(p, "issuer_name") == 0) {
400 } else if (strcmp(p, "not_before") == 0) {
402 } else if (strcmp(p, "not_after") == 0) {
404 } else if (strcmp(p, "serial") == 0) {
411 } else if (strcmp(p, "serial_hex") == 0) {
418 } else if (strcmp(p, "authority_identifier") == 0) {
425 } else if (strcmp(p, "subject_identifier") == 0) {
432 } else if (strcmp(p, "basic_constraints") == 0) {
439 } else if (strcmp(p, "md") == 0) {
447 } else if (strcmp(p, "version") == 0) {
454 } else if (strcmp(p, "selfsign") == 0) {
460 } else if (strcmp(p, "is_ca") == 0) {
466 } else if (strcmp(p, "max_pathlen") == 0) {
472 } else if (strcmp(p, "key_usage") == 0) {
478 if (strcmp(q, "digital_signature") == 0) {
480 } else if (strcmp(q, "non_repudiation") == 0) {
482 } else if (strcmp(q, "key_encipherment") == 0) {
484 } else if (strcmp(q, "data_encipherment") == 0) {
486 } else if (strcmp(q, "key_agreement") == 0) {
488 } else if (strcmp(q, "key_cert_sign") == 0) {
490 } else if (strcmp(q, "crl_sign") == 0) {
499 } else if (strcmp(p, "ext_key_usage") == 0) {
509 if (strcmp(q, "serverAuth") == 0) {
511 } else if (strcmp(q, "clientAuth") == 0) {
513 } else if (strcmp(q, "codeSigning") == 0) {
515 } else if (strcmp(q, "emailProtection") == 0) {
517 } else if (strcmp(q, "timeStamping") == 0) {
519 } else if (strcmp(q, "OCSPSigning") == 0) {
521 } else if (strcmp(q, "any") == 0) {
533 } else if (strcmp(p, "san") == 0) {
579 if (strcmp(q, "RFC822") == 0) {
581 } else if (strcmp(q, "URI") == 0) {
583 } else if (strcmp(q, "DNS") == 0) {
585 } else if (strcmp(q, "IP") == 0) {
596 } else if (strcmp(q, "DN") == 0) {
630 } else if (strcmp(p, "ns_cert_type") == 0) {
636 if (strcmp(q, "ssl_client") == 0) {
638 } else if (strcmp(q, "ssl_server") == 0) {
640 } else if (strcmp(q, "email") == 0) {
642 } else if (strcmp(q, "object_signing") == 0) {
644 } else if (strcmp(q, "ssl_ca") == 0) {
646 } else if (strcmp(q, "email_ca") == 0) {
648 } else if (strcmp(q, "object_signing_ca") == 0) {
657 } else if (strcmp(p, "format") == 0) {
658 if (strcmp(q, "der") == 0) {
660 } else if (strcmp(q, "pem") == 0) {