Home
last modified time | relevance | path

Searched refs:dh_err (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2165 int dh_err = 0; in client_create_dh() local
2201 DH_check(cryptoctx->dh, &dh_err); in client_create_dh()
2202 if (dh_err != 0) { in client_create_dh()
2203 pkiDebug("Warning: dh_check failed with %d\n", dh_err); in client_create_dh()
2204 if (dh_err & DH_CHECK_P_NOT_PRIME) in client_create_dh()
2206 if (dh_err & DH_CHECK_P_NOT_SAFE_PRIME) in client_create_dh()
2208 if (dh_err & DH_UNABLE_TO_CHECK_GENERATOR) in client_create_dh()
2210 if (dh_err & DH_NOT_SUITABLE_GENERATOR) in client_create_dh()
2219 DH_check_pub_key(cryptoctx->dh, cryptoctx->dh->pub_key, &dh_err); in client_create_dh()
2220 if (dh_err != 0) { in client_create_dh()
[all …]