HomeSort by: relevance | last modified time | path
    Searched defs:attest (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-sk-helper.c 173 struct sshbuf *challenge, *attest, *kbuf, *resp; local
176 if ((attest = sshbuf_new()) == NULL ||
203 flags, pin, challenge, &key, attest)) != 0) {
214 (r = sshbuf_put_stringb(resp, attest)) != 0)
220 sshbuf_free(attest);
ssh-keygen.c 3181 save_attestation(struct sshbuf *attest, const char *path)
3188 if (attest == NULL || sshbuf_len(attest) == 0)
3191 r = sshbuf_write_file(path, attest);
3287 struct sshbuf *challenge = NULL, *attest = NULL; local
3786 if ((attest = sshbuf_new()) == NULL)
3800 &private, attest);
3891 save_attestation(attest, sk_attestation_path);
3894 sshbuf_free(attest);

Completed in 30 milliseconds