Home
last modified time | relevance | path

Searched refs:retries (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/rsa/
H A Drsa_gen.c263 int i = 0, quo = 0, rmd = 0, adj = 0, retries = 0; in rsa_multiprime_keygen() local
367 retries = 0; in rsa_multiprime_keygen()
488 } else if (retries == 4) { in rsa_multiprime_keygen()
502 retries++; in rsa_multiprime_keygen()
/openssl/crypto/dsa/
H A Ddsa_ossl.c86 int retries = 0; in ossl_dsa_do_sign_int() local
186 if (retries++ > MAX_DSA_SIGN_RETRIES) { in ossl_dsa_do_sign_int()
/openssl/doc/man3/
H A DBIO_socket_wait.pod35 It retries BIO_do_connect() as far as needed to reach a definite outcome,
H A DBIO_f_base64.pod48 supports retries, see L<BIO_should_read(3)> and L<BIO_set_mem_eof_return(3)>.
H A DSSL_CTX_set_mode.pod102 Only use this in explicit fallback retries, following the guidance
H A DBIO_s_connect.pod143 If non blocking I/O is set then retries will be requested as appropriate.
H A DASYNC_WAIT_CTX_new.pod125 additional status field that can be used for the notification of retries from an
/openssl/crypto/ec/
H A Decdsa_ossl.c275 int retries = 0; in ossl_ecdsa_simple_sign_sig() local
391 if (retries++ > MAX_ECDSA_SIGN_RETRIES) { in ossl_ecdsa_simple_sign_sig()
/openssl/doc/man7/
H A Dprovider-signature.pod494 By default it retries until a signature is calculated.
/openssl/crypto/err/
H A Dopenssl.txt571 DSA_R_TOO_MANY_RETRIES:116:too many retries
655 EC_R_TOO_MANY_RETRIES:176:too many retries
/openssl/include/openssl/
H A Dssl.h.in478 * Never bother the application with retries if the transport is blocking:
500 * fallback retries, following the guidance in
/openssl/
H A DCHANGES.md8705 Client applications doing fallback retries should call
9722 Client applications doing fallback retries should call
19111 retries use the same buffer location.

Completed in 79 milliseconds