Home | History | Annotate | Download | only in openssh

Lines Matching full:blen

363 plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen)
376 r = sshkey_to_blob(kcopy, blob, blen);
811 size_t blen, nbits;
822 if ((r = sshbuf_get_string_direct(buf, &blob, &blen)) != 0 ||
825 if (blen != 0 && (r = sshkey_from_blob(blob, blen, &ca_key)) != 0)
864 &blob, &blen)) != 0)
866 if (bitmap_from_string(bitmap, blob, blen) != 0) {
933 size_t i, j, sig_off, sects_off, rlen, blen, nca_used;
988 (r = sshbuf_get_string_direct(copy, &blob, &blen)) != 0)
1003 if ((r = sshkey_from_blob(blob, blen, &key)) != 0) {
1014 if ((r = sshbuf_get_string_direct(copy, &blob, &blen)) != 0) {
1019 if ((r = sshkey_verify(key, blob, blen,