Searched refs:counter_ret (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/dsa/ |
D | dsa_gen.c | 86 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) in DSA_generate_parameters_ex() argument 90 counter_ret, h_ret, cb); in DSA_generate_parameters_ex() 108 seed_in, seed_len, counter_ret, h_ret, cb); in DSA_generate_parameters_ex() 114 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) in dsa_builtin_paramgen() argument 334 if (counter_ret != NULL) *counter_ret=counter; in dsa_builtin_paramgen()
|
D | dsa_depr.c | 88 int *counter_ret, unsigned long *h_ret, in DSA_generate_parameters() argument 100 counter_ret, h_ret, &cb)) in DSA_generate_parameters()
|
D | dsa.h | 135 int *counter_ret, unsigned long *h_ret, 217 int *counter_ret, unsigned long *h_ret,void 224 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
|
D | dsa_locl.h | 59 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
|
/external/openssl/include/openssl/ |
D | dsa.h | 135 int *counter_ret, unsigned long *h_ret, 217 int *counter_ret, unsigned long *h_ret,void 224 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
|