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

  /external/openssh/
kexdhc.c 56 int kout; local
118 if ((kout = DH_compute_key(kbuf, dh_server_pub, dh)) < 0)
121 dump_digest("shared secret", kbuf, kout);
125 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
kexdhs.c 58 int kout; local
111 if ((kout = DH_compute_key(kbuf, dh_client_pub, dh)) < 0)
114 dump_digest("shared secret", kbuf, kout);
118 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
kexgexc.c 57 int kout; local
156 if ((kout = DH_compute_key(kbuf, dh_server_pub, dh)) < 0)
159 dump_digest("shared secret", kbuf, kout);
163 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
kexgexs.c 62 int type, kout; local
148 if ((kout = DH_compute_key(kbuf, dh_client_pub, dh)) < 0)
151 dump_digest("shared secret", kbuf, kout);
155 if (BN_bin2bn(kbuf, kout, shared_secret) == NULL)
  /external/dropbear/libtommath/mtest/
mpi.c 2902 mp_digit kin = 0, kout, *dp = DIGITS(mp); local
    [all...]

Completed in 239 milliseconds