Searched refs:pub_key (Results 1 - 3 of 3) sorted by relevance

/solaris-userland-s11u3/components/openssh/sources/
H A Dkexgssc.c130 /* Step 1 - e is dh->pub_key */
179 packet_put_bignum2(kex->dh->pub_key);
292 kex->dh->pub_key, /* e */
307 kex->dh->pub_key,
H A Dkexgsss.c243 dh_client_pub, kex->dh->pub_key, shared_secret,
256 kex->dh->pub_key,
279 packet_put_bignum2(kex->dh->pub_key);
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c176 const BIGNUM *pub_key, DH *dh);
2266 {CKA_VALUE, (void *)NULL, 0} /* pub_key - y */
2278 init_template_value(dsa->pub_key, &a_key_template[7].pValue,
2328 if ((*dsa_pub_num = BN_dup(dsa->pub_key)) == NULL)
2517 (BN_cmp(sp->opdata_dsa_pub_num, dsa->pub_key) != 0))
2579 * if set and just computes dh->pub_key. It looks like PKCS#11 standard
2735 if (dh->pub_key == NULL)
2736 if ((dh->pub_key = BN_new()) == NULL)
2742 dh->pub_key = BN_bin2bn(pub_key_result[0].pValue,
2743 pub_key_result[0].ulValueLen, dh->pub_key);
2820 pk11_DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
[all...]

Completed in 22 milliseconds