Lines Matching defs:application
3139 sk_suffix(const char *application, const uint8_t *user, size_t userlen)
3145 if (strncmp(application, "ssh://", 6) == 0)
3146 ret = xstrdup(application + 6);
3147 else if (strncmp(application, "ssh:", 4) == 0)
3148 ret = xstrdup(application + 4);
3150 ret = xstrdup(application);
3229 /* Save the key with the application string as the comment */
3287 confirm_sk_overwrite(const char *application, const char *user)
3292 "exists.\n", application == NULL ? "ssh:" : application,
3856 "application=", 12) == 0) {
3859 fatal("FIDO application string must "