Searched refs:dh (Results 1 - 8 of 8) sorted by relevance

/solaris-userland-s11u3/components/openssh/sources/
H A Dkexgsss.c57 #include "dh.h"
79 DH *dh; local
114 kex->dh = dh_new_group1();
117 kex->dh = dh_new_group14();
134 kex->dh = PRIVSEP(choose_dh(min, nbits, max));
135 if (kex->dh == NULL)
140 packet_put_bignum2(kex->dh->p);
141 packet_put_bignum2(kex->dh->g);
150 dh_gen_key(kex->dh, kex->we_need * 8);
215 if (!dh_pub_is_valid(kex->dh, dh_client_pu
[all...]
H A Dkexgssc.c55 #include "dh.h"
66 DH *dh; local
95 kex->dh = dh_new_group1();
98 kex->dh = dh_new_group14();
124 kex->dh = dh_new_group(g, p);
130 /* Step 1 - e is dh->pub_key */
131 dh_gen_key(kex->dh, kex->we_need * 8);
179 packet_put_bignum2(kex->dh->pub_key);
263 if (!dh_pub_is_valid(kex->dh, dh_server_pub))
267 klen = DH_size(kex->dh);
[all...]
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c89 #include <openssl/dh.h>
172 static int pk11_DH_init(DH *dh);
173 static int pk11_DH_finish(DH *dh);
174 static int pk11_DH_generate_key(DH *dh);
176 const BIGNUM *pub_key, DH *dh);
178 static CK_OBJECT_HANDLE pk11_get_dh_key(DH* dh, DH **key_ptr,
181 static int check_new_dh_key(PK11_SESSION *sp, DH *dh);
2563 static int pk11_DH_init(DH *dh) argument
2569 static int pk11_DH_finish(DH *dh) argument
2577 * Warning: Unlike OpenSSL's DH_generate_key(3) we ignore dh
2583 pk11_DH_generate_key(DH *dh) argument
2820 pk11_DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
2978 pk11_get_dh_key(DH* dh, DH **key_ptr, BIGNUM **dh_priv_num, CK_SESSION_HANDLE session) argument
3124 check_new_dh_key(PK11_SESSION *sp, DH *dh) argument
[all...]
H A De_pk11.h127 DH *dh; /* dh key addr */ member in struct:PK11_st_SESSION::__anon10::__anon13
128 BIGNUM *dh_priv_num; /* priv dh key */
155 #define opdata_dh opdata_u.u_DH.dh
H A De_pk11.c90 #include <openssl/dh.h>
3212 DEBUG_SLOT_SEL("%s: no rsa/dsa/dh\n", PK11_DBG);
/solaris-userland-s11u3/components/openssl/openssl-fips-140/
H A Dllib-lcrypto40 #include <openssl/dh.h>
/solaris-userland-s11u3/components/openssl/openssl-default/
H A Dllib-lcrypto44 #include <openssl/dh.h>
H A DMakefile268 crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o \
269 crypto/dh/dh_check.o crypto/dh/dh_err.o crypto/dh/dh_gen.o \
270 crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_pmeth.o \

Completed in 62 milliseconds