Lines Matching defs:dsa_gen_ctx
55 struct dsa_gen_ctx { struct
56 OSSL_LIB_CTX *libctx;
58 FFC_PARAMS *ffc_params;
59 int selection;
61 size_t pbits;
62 size_t qbits;
63 unsigned char *seed; /* optional FIPS186-4 param for testing */
64 size_t seedlen;
65 int gindex; /* optional FIPS186-4 generator index (ignored if -1) */
66 int gen_type; /* DSA_PARAMGEN_TYPE_FIPS_186_2 or DSA_PARAMGEN_TYPE_FIPS_186_4 */
67 int pcounter;
68 int hindex;
69 char *mdname;
70 char *mdprops;
71 OSSL_CALLBACK *cb;
72 void *cbarg;