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

  /external/openssh/
dh.c 215 dh_pub_is_valid(DH *dh, BIGNUM *dh_pub)
218 int n = BN_num_bits(dh_pub);
222 if (dh_pub->neg) {
226 if (BN_cmp(dh_pub, BN_value_one()) != 1) { /* pub_exp <= 1 */
236 BN_cmp(dh_pub, tmp) != -1) { /* pub_exp > p-2 */
244 if (BN_is_bit_set(dh_pub, i))
249 * if g==2 and bits_set==1 then computing log_g(dh_pub) is trivial
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 2515 BIGNUM *dh_pub = NULL; local
    [all...]

Completed in 283 milliseconds