HomeSort by relevance Sort by last modified time
    Searched refs:rawkey (Results 1 - 3 of 3) sorted by null

  /external/openssh/
hostfile.h 91 const char *rawkey; /* Text of key and any comment following it */ member in struct:hostkey_foreach_line
hostfile.c 773 lineinfo.rawkey = cp = cp2;
806 l = strcspn(lineinfo.rawkey, " \t");
808 lineinfo.rawkey[l] == '\0')
810 memcpy(ktype, lineinfo.rawkey, l);
ssh-keygen.c 1081 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey);
    [all...]

Completed in 48 milliseconds