Searched refs:counter_ret (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/dsa/ |
H A D | dsa_gen.c | 76 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 D | dsa_local.h | 103 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
|
H A D | dsa.h | 169 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
|