Lines Matching full:blen
2159 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp)2164 if ((b = sshbuf_from(blob, blen)) == NULL)3519 int blen, len = strlen(_passphrase);3557 if ((blen = BIO_get_mem_data(bio, &bptr)) <= 0) {3561 if ((r = sshbuf_put(blob, bptr, blen)) != 0)