Searched defs:h_ret (Results 1 - 2 of 2) sorted by last modified time

/freebsd-10-stable/crypto/openssl/crypto/dsa/
H A Ddsa_gen.c92 DSA_generate_parameters_ex(DSA *ret, int bits, const unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
124 dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits, const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, unsigned char *seed_out, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) argument
H A Ddsa_depr.c92 DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback) (int, int, void *), void *cb_arg) argument

Completed in 63 milliseconds