Home
last modified time | relevance | path

Searched refs:counter_ret (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcrypto/dsa/
H A Ddsa_gen.c76 int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) in DSA_generate_parameters_ex() argument
90 NULL, counter_ret, h_ret, cb); in DSA_generate_parameters_ex()
97 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) in dsa_builtin_paramgen() argument
341 if (counter_ret != NULL) in dsa_builtin_paramgen()
342 *counter_ret = counter; in dsa_builtin_paramgen()
H A Ddsa_local.h103 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
H A Ddsa.h169 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);