Home
last modified time | relevance | path

Searched refs:start (Results 176 – 200 of 258) sorted by relevance

1234567891011

/openssl/test/recipes/30-test_evp_data/
H A Devpmd_sha.txt9 # Tests start with one of these keywords
H A Devppkey_dsa.txt9 # Tests start with one of these keywords
H A Devpmac_common.txt9 # Tests start with one of these keywords
H A Devpciph_camellia.txt9 # Tests start with one of these keywords
/openssl/
H A DNOTES-VMS.md76 start automatically. If there is a program that you need to debug,
/openssl/ssl/statem/
H A Dstatem_srvr.c3202 const unsigned char *start; in tls_process_cke_gost() local
3270 start = pKX->kxBlob->value.sequence->data; in tls_process_cke_gost()
3272 if (EVP_PKEY_decrypt(pkey_ctx, premaster_secret, &outlen, start, in tls_process_cke_gost()
3306 const unsigned char *start = NULL; in tls_process_cke_gost18() local
3354 start = PACKET_data(pkt); in tls_process_cke_gost18()
3356 if (EVP_PKEY_decrypt(pkey_ctx, premaster_secret, &outlen, start, inlen) <= 0) { in tls_process_cke_gost18()
/openssl/doc/man3/
H A DPEM_read.pod56 Both skip any non-PEM data that precedes the start of the next PEM object.
H A DSSL_key_update.pod53 will be performed to confirm that it is a suitable time to start a
H A DOSSL_ENCODER_CTX.pod85 to start with.
H A DX509_check_host.pod118 values which start with ".", that would otherwise match any sub-domain
H A DOSSL_STORE_open.pod80 will cause OSSL_STORE_load() to start its process over with loading
H A DOSSL_LIB_CTX.pod113 library context that was the default at the start of the async job before
H A DOSSL_DECODER_CTX.pod97 L<OSSL_DECODER_from_bio(3)>, which will only start the decoding process with
H A DDTLSv1_listen.pod104 start.
/openssl/external/perl/Text-Template-1.56/
H A DChanges34 *** Revert support for identical start/end delimiters (e.g.: @@foo@@, XXfooXX)
63 - Allow start/end delimiters to be identical (e.g.: @@foo@@, XXfooXX)
/openssl/dev/
H A DNEWS-FORMAT.md128 giving further information if needed. The summary line should not start with a
/openssl/doc/man7/
H A Dossl-guide-libcrypto-introduction.pod245 /* This only needs to be done once - usually at application start up */
258 /* This only needs to be done once - usually at application start up */
H A Dlife_cycle-pkey.pod13 =item start
80 | start |
149start newed digest verify verify encrypt decrypt derive …
204 <th style="border:1px solid" align="center">start</th>
H A Dossl-guide-tls-client-block.pod308 Before we can start sending or receiving application data over a TLS connection
352 chunks. First we write the start of the request. Secondly we write the hostname
361 printf("Failed to write start of HTTP request\n");
H A Dossl-guide-tls-client-non-block.pod77 tried last time. You cannot start something new. For example if you were
263 printf("Failed to write start of HTTP request\n");
H A Dproxy-certificates.pod133 To interpret proxy policies, the application would normally start with
H A Dfips_module.pod55 default config file or its settings then they can automatically start using the
107 made will start using only the FIPS module unless those applications take
/openssl/ssl/quic/
H A Dquic_txp.c2114 chunk.start = chdr.offset; in txp_generate_crypto_frames()
2370 chunk.start = shdr->offset; in txp_generate_stream_frames()
2922 chunk.start = UINT64_MAX; in txp_pkt_commit()
/openssl/apps/
H A Ds_client.c916 int serverinfo_count = 0, start = 0, len; in s_client_main() local
1484 for (start = 0, i = 0; i <= len; ++i) { in s_client_main()
1486 serverinfo_types[serverinfo_count] = atoi(p + start); in s_client_main()
1489 start = i + 1; in s_client_main()
/openssl/doc/designs/
H A Dxof.md196 way of knowing where to start from if another call to SHA_squeeze() was

Completed in 70 milliseconds

1234567891011