Lines Matching refs:attest
455 struct sshbuf *attest) in fill_attestation_blob() argument
459 if (attest == NULL) in fill_attestation_blob()
461 if ((r = sshbuf_put_cstring(attest, "ssh-sk-attest-v01")) != 0 || in fill_attestation_blob()
462 (r = sshbuf_put_string(attest, in fill_attestation_blob()
464 (r = sshbuf_put_string(attest, in fill_attestation_blob()
466 (r = sshbuf_put_string(attest, in fill_attestation_blob()
468 (r = sshbuf_put_u32(attest, 0)) != 0 || /* resvd flags */ in fill_attestation_blob()
469 (r = sshbuf_put_string(attest, NULL, 0)) != 0 /* resvd */) { in fill_attestation_blob()
481 struct sshkey **keyp, struct sshbuf *attest) in sshsk_enroll() argument
500 if (attest) in sshsk_enroll()
501 sshbuf_reset(attest); in sshsk_enroll()
562 if ((r = fill_attestation_blob(resp, attest)) != 0) in sshsk_enroll()