Searched refs:retries (Results 1 – 12 of 12) sorted by relevance
263 int i = 0, quo = 0, rmd = 0, adj = 0, retries = 0; in rsa_multiprime_keygen() local367 retries = 0; in rsa_multiprime_keygen()488 } else if (retries == 4) { in rsa_multiprime_keygen()502 retries++; in rsa_multiprime_keygen()
86 int retries = 0; in ossl_dsa_do_sign_int() local186 if (retries++ > MAX_DSA_SIGN_RETRIES) { in ossl_dsa_do_sign_int()
35 It retries BIO_do_connect() as far as needed to reach a definite outcome,
48 supports retries, see L<BIO_should_read(3)> and L<BIO_set_mem_eof_return(3)>.
102 Only use this in explicit fallback retries, following the guidance
143 If non blocking I/O is set then retries will be requested as appropriate.
125 additional status field that can be used for the notification of retries from an
275 int retries = 0; in ossl_ecdsa_simple_sign_sig() local391 if (retries++ > MAX_ECDSA_SIGN_RETRIES) { in ossl_ecdsa_simple_sign_sig()
494 By default it retries until a signature is calculated.
571 DSA_R_TOO_MANY_RETRIES:116:too many retries655 EC_R_TOO_MANY_RETRIES:176:too many retries
478 * Never bother the application with retries if the transport is blocking:500 * fallback retries, following the guidance in
8769 Client applications doing fallback retries should call9786 Client applications doing fallback retries should call19175 retries use the same buffer location.
Completed in 88 milliseconds