Searched defs:priv_key2 (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dopenssldh_link.c168 const BIGNUM *priv_key1 = NULL, *priv_key2 = NULL; local
180 DH_get0_key(dh2, &pub_key2, &priv_key2);
188 if (priv_key1 != NULL || priv_key2 != NULL) {
189 if (priv_key1 == NULL || priv_key2 == NULL)
191 if (BN_cmp(priv_key1, priv_key2) != 0)
H A Dopenssldsa_link.c386 const BIGNUM *pub_key2 = NULL, *priv_key2 = NULL; local
399 DSA_get0_key(dsa2, &pub_key2, &priv_key2);
407 if (priv_key1 != NULL || priv_key2 != NULL) {
408 if (priv_key1 == NULL || priv_key2 == NULL)
410 if (BN_cmp(priv_key1, priv_key2))

Completed in 1453 milliseconds