Searched refs:buf_putbytes (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/
H A Dbuffer.h61 void buf_putbytes(buffer *buf, const unsigned char *bytes, unsigned int len);
H A Dcommon-algo.c225 buf_putbytes(algolist, localalgos[i].name, len);
H A Dbuffer.c254 buf_putbytes(buf, str, len);
260 void buf_putbytes(buffer *buf, const unsigned char *bytes, unsigned int len) { function
H A Dcli-kex.c307 buf_putbytes(line, ses.remotehost, hostlen);
309 buf_putbytes(line, algoname, algolen);
H A Dsvr-auth.c305 buf_putbytes(typebuf, AUTH_METHOD_PUBKEY, AUTH_METHOD_PUBKEY_LEN);
312 buf_putbytes(typebuf, AUTH_METHOD_PASSWORD, AUTH_METHOD_PASSWORD_LEN);
H A Dcli-authpubkey.c163 buf_putbytes(sigbuf, ses.writepayload->data, ses.writepayload->len);
H A Dsvr-authpubkey.c99 buf_putbytes(signbuf, ses.payload->data, ses.payload->pos);
H A Dpacket.c560 buf_putbytes(outputbuffer, tempbuf, macsize);

Completed in 206 milliseconds