Searched defs:dsa_gen_ctx (Results 1 – 1 of 1) sorted by relevance
52 struct dsa_gen_ctx { struct53 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 */[all …]