HomeSort by relevance Sort by last modified time
    Searched refs:buf_putbytes (Results 1 - 8 of 8) sorted by null

  /external/dropbear/
buffer.h 61 void buf_putbytes(buffer *buf, const unsigned char *bytes, unsigned int len);
common-algo.c 225 buf_putbytes(algolist, localalgos[i].name, len);
buffer.c 254 buf_putbytes(buf, str, len);
260 void buf_putbytes(buffer *buf, const unsigned char *bytes, unsigned int len) { function
cli-kex.c 307 buf_putbytes(line, ses.remotehost, hostlen);
309 buf_putbytes(line, algoname, algolen);
svr-auth.c 305 buf_putbytes(typebuf, AUTH_METHOD_PUBKEY, AUTH_METHOD_PUBKEY_LEN);
312 buf_putbytes(typebuf, AUTH_METHOD_PASSWORD, AUTH_METHOD_PASSWORD_LEN);
cli-authpubkey.c 163 buf_putbytes(sigbuf, ses.writepayload->data, ses.writepayload->len);
svr-authpubkey.c 99 buf_putbytes(signbuf, ses.payload->data, ses.payload->pos);
packet.c 560 buf_putbytes(outputbuffer, tempbuf, macsize);

Completed in 129 milliseconds