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