Home
last modified time | relevance | path

Searched refs:next (Results 101 – 125 of 228) sorted by relevance

12345678910

/openssl/doc/man7/
H A DEVP_MD-SHA1.pod37 The next call after setting this parameter should be OP_digest_final().
H A DEVP_MD-MD5-SHA1.pod39 The next call after setting this parameter should be OP_digest_final().
H A Dossl-guide-quic-client-non-block.pod97 * Find out when OpenSSL would next like to be called, regardless of
147 function can be used to determine what the deadline is for the next time we need
150 An alternative to using L<SSL_get_event_timeout(3)> to find the next deadline
328 work out what we should do next. Note that we do not expect an EOF to occur at
341 the buffer being written to change from one retry to the next. However, in this
427 next. We use our handle_io_failure() function that we developed earlier for
/openssl/apps/
H A Dcms.c60 cms_key_param *next; member
664 nparam->next = NULL; in cms_main()
668 key_param->next = nparam; in cms_main()
994 for (kparam = key_first; kparam; kparam = kparam->next) { in cms_main()
1111 for (kparam = key_first; kparam; kparam = kparam->next) { in cms_main()
1289 tparam = key_param->next; in cms_main()
/openssl/ssl/statem/
H A Dstatem_dtls.c500 pitem *next; in dtls1_retrieve_buffered_fragment() local
524 next = pqueue_next(&iter); in dtls1_retrieve_buffered_fragment()
525 if (next != NULL) { in dtls1_retrieve_buffered_fragment()
526 nextfrag = (hm_fragment *)next->data; in dtls1_retrieve_buffered_fragment()
535 item = next; in dtls1_retrieve_buffered_fragment()
H A DREADME.md17 where we are expecting one type of message next but actually get something
/openssl/demos/certs/
H A Dca.cnf11 # Comment out the next line to ignore configuration errors
/openssl/test/
H A Dtest.cnf21 default_crl_days= 30 # how long before next CRL
/openssl/crypto/chacha/asm/
H A Dchacha-armv8-sve.pl90 my $next = $x + 1;
96 &SVE_LSL($bits,$next,@_);
118 my $next = $x + 1;
124 &SVE_ORR($next,@_);
/openssl/doc/man3/
H A DSSL_CTX_sess_set_cache_size.pod36 in the session cache, old session will be removed at the next time a
H A DSSL_CTX_set_mode.pod45 SSL_write() returns successful, B<r> bytes have been written and the next call
67 B<SSL_MODE_AUTO_RETRY> causes it to try to process the next record instead of
H A DSSL_get_current_cipher.pod50 SSL_get_pending_cipher() returns the cipher to be used at the next change
H A DBIO_s_dgram_pair.pod72 size of the next datagram waiting to be read in bytes. An application can use
83 large a datagram the next call to L<BIO_write(3)> can accept. If there is not
93 the next datagram to be read. If no-truncate mode is disabled (the default), the
H A DOSSL_STORE_open.pod81 the next object, until I<post_process> returns something other than
107 OSSL_STORE_load() takes a B<OSSL_STORE_CTX> and tries to load the next
/openssl/test/smime-certs/
H A Dca.cnf5 # Comment out the next line to ignore configuration errors
/openssl/crypto/sha/asm/
H A Dkeccak1600-x86_64.pl506 { my ($A_flat,$out,$len,$bsz,$next) = ("%rdi","%rsi","%rdx","%rcx","%r8");
527 bt \$0,${next}d
H A Dkeccak1600-s390x.pl475 { my ($A_flat,$out,$len,$bsz,$next) = map("%r$_",(2..6));
487 cijne $next,0,.Lnext_block
H A Dkeccak1600-armv4.pl936 { my ($out,$len,$A_flat,$bsz,$next) = map("r$_", (4,5,10,12,0));
956 ldr $next, [sp, #40] @ next is after the 10 pushed registers (10*4)
978 cmp $next, #1
/openssl/doc/designs/quic-design/
H A Ddemuxer.md5 decides what to do next.
H A Dquic-requirements.md17 * The focus for the next releases is QUIC, with the objective of providing a
36 * The minimum viable product (MVP) for the next release is a pluggable record
50 * The next major release number is intended to be reserved for the fully
/openssl/ssl/record/methods/
H A Dktls_meth.c412 BIO *next, BIO_ADDR *local, BIO_ADDR *peer, in ktls_new_record_layer() argument
421 transport, next, settings, in ktls_new_record_layer()
H A Drecmethod_local.h238 BIO *next; member
445 BIO *transport, BIO *next,
/openssl/doc/man1/
H A Dopenssl-passphrase-options.pod51 line will be used for the input password and the next line for the output
H A Dopenssl-ca.pod.in341 fails, specifying this option creates a new random serial to be used as next
387 The number of days before the next CRL is due. That is the days from
392 The number of hours before the next CRL is due.
396 The number of seconds before the next CRL is due.
562 A text file containing the next serial number to use in hex. Mandatory.
567 A text file containing the next CRL number to use in hex. The crl number
724 default_crl_days= 30 # how long before next CRL
833 B<-enddate> and B<-days>) and CRL last/next update time (specified by
/openssl/crypto/
H A Dthreads_win.c364 cb_items = cb_items->next; in ossl_synchronize_rcu()
384 new->next = InterlockedExchangePointer((void * volatile *)&lock->cb_items, new); in ossl_rcu_call()

Completed in 79 milliseconds

12345678910