Home | History | Annotate | Download | only in openssh

Lines Matching full:blen

246 	size_t blen;
248 if ((r = sshbuf_get_string_direct(ids, &blob, &blen)) != 0 ||
251 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0)
437 size_t blen = 0, len = 0;
452 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0)
455 (r = sshbuf_put_string(msg, blob, blen)) != 0 ||
476 explicit_bzero(blob, blen);
608 size_t blen;
624 if ((r = sshkey_to_blob(key, &blob, &blen)) != 0)
628 (r = sshbuf_put_string(msg, blob, blen)) != 0)
641 explicit_bzero(blob, blen);