Home | History | Annotate | Download | only in headers

Lines Matching defs:dsa_key

323 } dsa_key;
325 int dsa_make_key(prng_state *prng, int wprng, int group_size, int modulus_size, dsa_key *key);
326 void dsa_free(dsa_key *key);
330 prng_state *prng, int wprng, dsa_key *key);
334 prng_state *prng, int wprng, dsa_key *key);
338 int *stat, dsa_key *key);
342 int *stat, dsa_key *key);
347 dsa_key *key);
351 dsa_key *key);
353 int dsa_import(const unsigned char *in, unsigned long inlen, dsa_key *key);
354 int dsa_export(unsigned char *out, unsigned long *outlen, int type, dsa_key *key);
355 int dsa_verify_key(dsa_key *key, int *stat);
358 dsa_key *public_key,