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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3017 int *new_dh_size)
3038 *new_dh_size, dh_prime_bits);
3043 *new_dh_size = 1024;
3050 *new_dh_size = 2048;
3057 *new_dh_size = 4096;
3012 pkinit_process_td_dh_params(krb5_context context, pkinit_plg_crypto_context cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, krb5_algorithm_identifier **algId, int *new_dh_size) argument

Completed in 239 milliseconds