Searched defs:dh_named_group_st (Results 1 – 1 of 1) sorted by relevance
48 struct dh_named_group_st { struct49 const char *name;50 int uid;52 int32_t nbits;53 int keylength;54 const BIGNUM *p;55 const BIGNUM *q;56 const BIGNUM *g;
Completed in 6 milliseconds