Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keygen.c1508 do_change_comment(struct passwd *pw, const char *identity_comment) in do_change_comment() argument
1555 if (identity_comment) { in do_change_comment()
1556 strlcpy(new_comment, identity_comment, sizeof(new_comment)); in do_change_comment()
3322 char *identity_comment = NULL, *ca_key_path = NULL, **opts = NULL; in main() local
3462 identity_comment = optarg; in main()
3673 cert_serial, identity_comment, argc, argv); in main()
3712 do_change_comment(pw, identity_comment); in main()
3882 if (identity_comment) { in main()
3883 strlcpy(comment, identity_comment, sizeof(comment)); in main()