Home
last modified time | relevance | path

Searched refs:next (Results 126 – 150 of 228) sorted by relevance

12345678910

/openssl/apps/
H A Dcmp.c957 char *next; in set_gennames() local
959 for (; names != NULL; names = next) { in set_gennames()
962 next = next_item(names); in set_gennames()
1909 char *next = next_item(opt_policy_oids); in setup_request_ctx() local
1929 opt_policy_oids = next; in setup_request_ctx()
3182 goto next; in cmp_server()
3196 goto next; in cmp_server()
3214 next: in cmp_server()
H A Dopenssl-vms.cnf19 # Comment out the next line to ignore configuration errors
113 default_crl_days= 30 # how long before next CRL
H A Dopenssl.cnf19 # Comment out the next line to ignore configuration errors
113 default_crl_days= 30 # how long before next CRL
/openssl/providers/implementations/kdfs/
H A Dargon2.c237 static void fill_block(const BLOCK *prev, const BLOCK *ref, BLOCK *next,
373 BLOCK *next, int with_xor) in fill_block() argument
383 xor_block(&tmp, next); in fill_block()
391 copy_block(next, &tmp); in fill_block()
392 xor_block(next, &blockR); in fill_block()
/openssl/doc/man3/
H A DSSL_read.pod49 buffered inside the SSL layer and will be retrieved on the next read
52 buffer, the read functions will trigger the processing of the next record.
H A DSSL_CTX_set_cert_cb.pod30 indicate, that the handshake was suspended. The next call to the handshake
H A DEVP_PKEY_sign.pod71 * NB: assumes signing_key and md are set up before the next
H A DSSL_CTX_set_num_tickets.pod54 (without waiting for the next application write) by calling
H A DPEM_read_CMS.pod94 the next four lines of the synopsis.
H A DBIO_ADDRINFO.pod77 BIO_ADDRINFO_next() returns the next B<BIO_ADDRINFO> in the chain
H A DX509_NAME_add_entry_by_txt.pod73 to the previous or next RDN structure, respectively.
H A DEVP_PKEY_get_attr.pod40 If the returned value is positive then it can be used on the next call to
H A DSSL_handle_events.pod58 when it next needs to call SSL_handle_events() for this purpose (if at all) by calling
H A DX509_REQ_get_attr.pod37 If the returned value is positive then it can be used on the next call to
H A DSSL_CTX_set_client_cert_cb.pod36 suspended. The next call to the handshake function will again lead to the call
/openssl/crypto/bio/
H A Dbio_addr.c472 BIO_ADDRINFO *next = bai->bai_next; in BIO_ADDRINFO_free() local
475 bai = next; in BIO_ADDRINFO_free()
/openssl/util/
H A Dcheck-format-test-negatives.c452 const char *curr = txt, *next = txt; in fun() local
/openssl/include/internal/
H A Dquic_stream_map.h35 QUIC_STREAM_LIST_NODE *prev, *next; member
/openssl/providers/
H A Ddecoders.inc95 * form to the next decoder.
/openssl/Configurations/
H A DINTERNALS.Configure30 # 1 last was positive (don't skip lines until next ELSE, ELSIF or ENDIF)
/openssl/crypto/
H A DREADME-sparse_array.md23 OPENSSL_SA_BLOCK_BITS rounded up to the next multiple
H A Dthreads_pthread.c616 cb_items = cb_items->next; in ossl_synchronize_rcu()
637 new->next = ATOMIC_EXCHANGE_N(prcu_cb_item, &lock->cb_items, new, in ossl_rcu_call()
/openssl/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod84 the client should wait for the next poll.
/openssl/test/
H A DCAtsa.cnf6 # Comment out the next line to ignore configuration errors
/openssl/crypto/sha/
H A Dkeccak1600.c16 void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r, int next);
1102 int next) in SHA3_squeeze() argument
1110 if (next) in SHA3_squeeze()
1112 next = 1; in SHA3_squeeze()

Completed in 141 milliseconds

12345678910