HomeSort by relevance Sort by last modified time
    Searched full:buffer_ptr (Results 51 - 71 of 71) sorted by null

1 23

  /external/openssh/
auth2-chall.c 124 kbdintctxt->devices = xstrdup(buffer_ptr(&b));
auth2-gss.c 278 gssbuf.value = buffer_ptr(&b);
bufaux.c 250 ptr = buffer_ptr(buffer);
ssh-rsa.c 97 memcpy(*sigp, buffer_ptr(&b), len);
sftp-server.c 382 buffer_append(&oqueue, buffer_ptr(m), mlen);
1284 cp = buffer_ptr(&iqueue);
    [all...]
auth1.c 352 msg = buffer_ptr(&loginmsg);
monitor.c 508 buffer_ptr(&logmsg), buffer_len(&logmsg)) != buffer_len(&logmsg)) {
525 buffer_ptr(&logmsg), buffer_len(&logmsg)) != buffer_len(&logmsg))
1010 buffer_put_string(m, buffer_ptr(&loginmsg), buffer_len(&loginmsg));
1219 p = buffer_ptr(&b);
    [all...]
sftp-client.c 111 iov[1].iov_base = buffer_ptr(m);
128 if (atomicio6(read, conn->fd_in, buffer_ptr(m), 4,
141 if (atomicio6(read, conn->fd_in, buffer_ptr(m), msg_len,
    [all...]
auth2-jpake.c 173 if (hash_buffer(buffer_ptr(&b), buffer_len(&b), EVP_sha256(),
auth2-pubkey.c 143 PRIVSEP(key_verify(key, sig, slen, buffer_ptr(&b),
jpake.c 341 if (hash_buffer(buffer_ptr(&b), buffer_len(&b), EVP_sha256(),
ssh-keygen.c 378 if (BN_bin2bn(buffer_ptr(b), bytes, value) == NULL)
    [all...]
ssh.c     [all...]
sshd.c 784 ret = xstrdup(buffer_ptr(&b));
915 buffer_put_cstring(&m, buffer_ptr(conf));
    [all...]
servconf.c     [all...]
session.c 265 printf("%s", (char *)buffer_ptr(&loginmsg));
    [all...]
  /external/netperf/
netlib.c     [all...]
nettest_bsd.c     [all...]
nettest_dlpi.c 295 send_message.buf = send_ring->buffer_ptr;
475 send_message.buf = send_ring->buffer_ptr;
    [all...]
  /external/openssl/crypto/rc4/
rrc4.doc 37 void rc4(unsigned char *buffer_ptr,int buffer_len,rc4_key * key);
69 void rc4(unsigned char *buffer_ptr, int buffer_len, rc4_key *key)
89 buffer_ptr[counter] ^= state[xorIndex];
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 471 double* buffer_ptr = local
475 (buffer_ptr, e_block_size, f_block_size).noalias()

Completed in 588 milliseconds

1 23