Home | History | Annotate | Download | only in dropbear

Lines Matching refs:put_string

1421 		pos += put_string(blob+pos, "ssh-rsa", 7);
1425 pos += put_string(blob+pos, d.start, d.bytes);
1449 pos += put_string(blob+pos, "ssh-dss", 7);
1580 pos += put_string(outblob+pos, type, strlen(type));
1583 pos += put_string(outblob+pos, ciphertype, strlen(ciphertype));