Lines Matching defs:ca_key_path
1772 do_ca_sign(struct passwd *pw, const char *ca_key_path, int prefer_agent,
1788 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid);
1792 fatal("No PKCS#11 key matching %s found", ca_key_path);
2440 do_gen_krl(struct passwd *pw, int updating, const char *ca_key_path,
2460 if (ca_key_path != NULL) {
2461 if (strcasecmp(ca_key_path, "none") == 0)
2464 tmp = tilde_expand_filename(ca_key_path, pw->pw_uid);
3370 char *identity_comment = NULL, *ca_key_path = NULL, **opts = NULL;
3534 ca_key_path = optarg;
3610 if (ca_key_path == NULL) {
3620 return sig_find_principals(ca_key_path, identity_file,
3658 if (ca_key_path == NULL) {
3663 return sig_verify(ca_key_path, cert_principals,
3673 if (ca_key_path == NULL) {
3688 return sig_verify(ca_key_path, cert_principals,
3697 if (ca_key_path != NULL) {
3716 do_gen_krl(pw, update_krl, ca_key_path,
3724 if (ca_key_path != NULL) {
3729 do_ca_sign(pw, ca_key_path, prefer_agent,