Home
last modified time | relevance | path

Searched refs:retry_counter (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dhandler.h151 int retry_counter; /* for resend. */ member
297 int retry_counter; /* for resend. */ member
382 int retry_counter; /* how many times to send */ member
H A Dhandler.c628 p->retry_counter == 0
1081 r->retry_counter--;
1082 if (r->retry_counter <= 0) {
1104 if (lcconf->retry_counter == 0) {
1145 new->retry_counter = lcconf->retry_counter;
1184 diff.tv_sec = lcconf->retry_counter * lcconf->retry_interval; in sweep_recvdpkt()
1203 time_t lt = lcconf->retry_counter * lcconf->retry_interval; in init_recvdpkt()
H A Dlocalconf.h90 int retry_counter; /* times to retry. */ member
H A Disakmp.c1846 if (iph1->retry_counter <= 0) {
1869 iph1->retry_counter--;
1881 iph1->retry_counter = lcconf->retry_counter;
1910 if (iph2->retry_counter <= 0) {
1931 iph2->retry_counter--;
1943 iph2->retry_counter = lcconf->retry_counter;
H A Dlocalconf.c152 lcconf->retry_counter = LC_DEFAULT_RETRY_COUNTER; in setdefault()
H A Dcfparse.y1397 lcconf->retry_counter = $2;
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_blind.c244 int retry_counter = 32; in BN_BLINDING_create_param() local
285 if (retry_counter-- == 0) { in BN_BLINDING_create_param()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_blind.c229 int retry_counter = 32; in BN_BLINDING_create_param() local
270 if (retry_counter-- == 0) { in BN_BLINDING_create_param()