Home | History | Annotate | Download | only in openssh

Lines Matching refs:certblob

420 	if (cert->certblob != NULL)
421 sshbuf_free(cert->certblob);
445 if ((cert->certblob = sshbuf_new()) == NULL ||
646 if (sshbuf_len(a->certblob) != sshbuf_len(b->certblob))
648 if (timingsafe_bcmp(sshbuf_ptr(a->certblob), sshbuf_ptr(b->certblob),
649 sshbuf_len(a->certblob)) != 0)
739 if (sshbuf_len(key->cert->certblob) == 0)
754 if ((ret = sshbuf_putb(b, key->cert->certblob)) != 0)
1718 if ((ret = sshbuf_putb(to->certblob, from->certblob)) != 0 ||
1843 if ((ret = sshbuf_putb(key->cert->certblob, certbuf)) != 0)
1863 signed_len = sshbuf_len(key->cert->certblob) - sshbuf_len(b);
1941 sshbuf_ptr(key->cert->certblob), signed_len, 0)) != 0)
2373 /* Sign a certified key, (re-)generating the signed certblob. */
2384 k->cert->certblob == NULL || ca == NULL)
2394 cert = k->cert->certblob; /* for readability */
2560 if (key->cert == NULL || sshbuf_len(key->cert->certblob) == 0) {
2564 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 ||
2580 if (key->cert == NULL || sshbuf_len(key->cert->certblob) == 0) {
2584 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 ||
2598 if (key->cert == NULL || sshbuf_len(key->cert->certblob) == 0) {
2602 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 ||
2617 if (key->cert == NULL || sshbuf_len(key->cert->certblob) == 0) {
2621 if ((r = sshbuf_put_stringb(b, key->cert->certblob)) != 0 ||