Home
last modified time | relevance | path

Searched refs:again (Results 1 – 25 of 97) sorted by relevance

1234

/openssl/crypto/asn1/
H A Df_string.c48 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local
72 again = (buf[i - 1] == '\\'); in a2i_ASN1_STRING()
90 i -= again; in a2i_ASN1_STRING()
119 if (again) in a2i_ASN1_STRING()
H A Df_int.c54 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local
74 again = (buf[i - 1] == '\\'); in a2i_ASN1_INTEGER()
98 i -= again; in a2i_ASN1_INTEGER()
126 if (again) in a2i_ASN1_INTEGER()
/openssl/ssl/record/methods/
H A Ddtls_meth.c400 again: in dtls_get_more_records()
423 goto again; in dtls_get_more_records()
457 goto again; in dtls_get_more_records()
467 goto again; in dtls_get_more_records()
474 goto again; in dtls_get_more_records()
485 goto again; in dtls_get_more_records()
505 goto again; in dtls_get_more_records()
521 goto again; /* get another record */ in dtls_get_more_records()
531 goto again; /* get another record */ in dtls_get_more_records()
539 goto again; in dtls_get_more_records()
[all …]
/openssl/doc/man3/
H A DSSL_get_error.pod70 function can be called again.
79 to the B<BIO>. When the B<BIO> is writable again, the same function can be
80 called again.
82 Note that the retry may again lead to an B<SSL_ERROR_WANT_READ> or
121 called again later. The underlying BIO was not connected yet to the peer
123 called again when the connection is established. These messages can only
132 SSL_CTX_set_client_cert_cb() has asked to be called again.
133 The TLS/SSL I/O function should be called again later.
145 function should be called again later. The function B<must> be called from the
161 SSL_CTX_set_client_hello_cb() has asked to be called again.
[all …]
H A DSSL_want.pod68 SSL_CTX_set_client_cert_cb() has asked to be called again.
74 has asked to be called again via L<SSL_set_retry_verify(3)>.
92 SSL_CTX_set_client_hello_cb() has asked to be called again.
H A DSSL_set_retry_verify.pod19 is resumed again by the application, retrying the verification step.
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod83 callback function should return 2. The library will call the callback again
96 call I<cb> again with an enc argument of 1 to set the new ticket (see RFC5077
110 If called with enc equal to 0 the library will call the I<cb> again to get
H A DEVP_OpenInit.pod37 and (after setting any cipher parameters) it should be called again
H A DSSL_set_session.pod19 again during SSL_connect(). Whether the session was reused can be queried
H A DSSL_CTX_set_quiet_shutdown.pod28 L<SSL_free(3)> or SSL_set_quiet_shutdown() is called again.
H A DSSL_CTX_set_cert_cb.pod31 function will again lead to the call of I<cert_cb>. It is the job of the
/openssl/crypto/evp/
H A Dbio_b64.c165 int again = ctx->cont; in b64_read() local
167 if (again <= 0) in b64_read()
191 again = 0; in b64_read()
264 if (again > 0) in b64_read()
271 } else if (i < B64_BLOCK_SIZE && again > 0) { in b64_read()
476 again: in b64_ctrl()
488 goto again; in b64_ctrl()
495 goto again; in b64_ctrl()
H A Dbio_enc.c338 again: in enc_ctrl()
362 goto again; in enc_ctrl()
/openssl/demos/bio/
H A Dserver-cmod.c56 again: in main()
77 goto again; in main()
H A Dsaccept.c90 again: in main()
111 goto again; in main()
H A Dserver-arg.c109 again: in main()
130 goto again; in main()
H A Dserver-conf.c101 again: in main()
122 goto again; in main()
/openssl/crypto/conf/
H A Dconf_def.c215 int again; in def_load_bio() local
254 again = 0; in def_load_bio()
280 if (i == 0 && !again) { in def_load_bio()
309 again = 0; in def_load_bio()
320 again = 1; /* long line */ in def_load_bio()
333 if (!again && bufnum >= 1) { in def_load_bio()
341 again = 1; in def_load_bio()
344 if (again) in def_load_bio()
359 again: in def_load_bio()
365 goto again; in def_load_bio()
/openssl/crypto/
H A DLPdir_unix.c126 again: in LP_find_file()
146 goto again; in LP_find_file()
/openssl/crypto/bn/
H A Dbn_prime.c495 again: in probable_prime()
525 goto again; in probable_prime()
532 goto again; in probable_prime()
562 again: in probable_prime_dh()
605 goto again; in probable_prime_dh()
/openssl/crypto/sm4/
H A Dbuild.info29 # added again.
/openssl/crypto/sm2/
H A Dsm2_crypt.c187 again: in ossl_sm2_encrypt()
216 goto again; in ossl_sm2_encrypt()
/openssl/
H A DNOTES-DJGPP.md33 shell, go back to Windows, and restart BASH. Then run `make` again.
/openssl/crypto/store/
H A Dstore_lib.c424 again: in OSSL_STORE_load()
473 goto again; in OSSL_STORE_load()
485 goto again; in OSSL_STORE_load()
/openssl/engines/
H A De_loader_attic.c1172 again: in file_load_try_decode()
1257 goto again; in file_load_try_decode()
1544 again: in file_load()
1627 goto again; in file_load()

Completed in 64 milliseconds

1234