Searched refs:dh_bits (Results 1 – 2 of 2) sorted by relevance
306 static int dh_bits(const EVP_PKEY *pkey) in dh_bits() function578 dh_bits,624 dh_bits,
2895 group_desc(int dh_bits) in group_desc() argument2897 switch (dh_bits) { in group_desc()3018 int dh_bits; in server_check_dh() local3027 dh_bits = check_dh_wellknown(cryptoctx, client_pkey); in server_check_dh()3028 if (dh_bits == -1 || dh_bits < minbits) { in server_check_dh()3029 TRACE_PKINIT_DH_REJECTING_GROUP(context, group_desc(dh_bits), in server_check_dh()3033 TRACE_PKINIT_DH_RECEIVED_GROUP(context, group_desc(dh_bits)); in server_check_dh()3319 int dh_bits, old_dh_size; in pkinit_process_td_dh_params() local3337 dh_bits = check_dh_wellknown(cryptoctx, params); in pkinit_process_td_dh_params()3339 if (dh_bits == -1 || dh_bits < old_dh_size) in pkinit_process_td_dh_params()[all …]