/ssl/rio/ |
A D | poll_immediate.c | 272 out: in poll_translate() 320 goto out; in poll_block() 323 goto out; in poll_block() 332 out: in poll_block() 405 out: in poll_readout() 427 goto out; in SSL_poll() 429 goto out; in SSL_poll() 446 goto out; in SSL_poll() 456 goto out; in SSL_poll() 466 goto out; in SSL_poll() [all …]
|
/ssl/record/methods/ |
A D | tls_pad.c | 200 unsigned char *out; in ssl3_cbc_copy_mac() local 245 *mac = out = OPENSSL_malloc(mac_size); in ssl3_cbc_copy_mac() 289 out[j++] = constant_time_select_8((unsigned char)(good & 0xff), in ssl3_cbc_copy_mac() 295 memset(out, 0, mac_size); in ssl3_cbc_copy_mac() 300 out[j] |= rotated_mac[i] & constant_time_eq_8_s((unsigned int)j, in ssl3_cbc_copy_mac() 306 out[i] = constant_time_select_8((unsigned char)(good & 0xff), out[i], in ssl3_cbc_copy_mac()
|
A D | tls_multib.c | 128 mb_param.out = NULL; in tls_write_records_multiblock_int() 141 mb_param.out = wb->buf; in tls_write_records_multiblock_int()
|
/ssl/ |
A D | ssl_rsa.c | 995 goto out; in ssl_set_cert_and_key() 1001 goto out; in ssl_set_cert_and_key() 1007 goto out; in ssl_set_cert_and_key() 1016 goto out; in ssl_set_cert_and_key() 1035 goto out; in ssl_set_cert_and_key() 1040 goto out; in ssl_set_cert_and_key() 1048 goto out; in ssl_set_cert_and_key() 1055 goto out; in ssl_set_cert_and_key() 1060 goto out; in ssl_set_cert_and_key() 1064 goto out; in ssl_set_cert_and_key() [all …]
|
A D | t1_enc.c | 33 unsigned char *out, size_t olen, int fatal) in tls1_PRF() argument 75 if (EVP_KDF_derive(kctx, out, olen, params)) { in tls1_PRF() 330 size_t slen, unsigned char *out) in tls1_final_finish_mac() argument 351 out, finished_size, 1)) { in tls1_final_finish_mac() 359 int tls1_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, in tls1_generate_master_secret() argument 386 NULL, 0, p, len, out, in tls1_generate_master_secret() 399 NULL, 0, p, len, out, in tls1_generate_master_secret() 423 int tls1_export_keying_material(SSL_CONNECTION *s, unsigned char *out, in tls1_export_keying_material() argument 500 out, olen, 0); in tls1_export_keying_material()
|
A D | tls13_enc.c | 38 unsigned char *out, size_t outlen, int raise_error) in tls13_hkdf_expand_ex() argument 89 ret = EVP_KDF_derive(kctx, out, outlen, params) <= 0; in tls13_hkdf_expand_ex() 104 unsigned char *out, size_t outlen, int fatal) in tls13_hkdf_expand() argument 111 out, outlen, !fatal); in tls13_hkdf_expand() 246 int tls13_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, in tls13_generate_master_secret() argument 260 return tls13_generate_secret(s, md, prev, NULL, 0, out); in tls13_generate_master_secret() 268 unsigned char *out) in tls13_final_finish_mac() argument 309 out, EVP_MAX_MD_SIZE * 2, &len)) { in tls13_final_finish_mac() 848 unsigned char *out, size_t olen, in tls13_export_keying_material() argument 878 out, olen, 0)) in tls13_export_keying_material() [all …]
|
A D | d1_srtp.c | 95 STACK_OF(SRTP_PROTECTION_PROFILE) **out) in ssl_ctx_make_profiles() 133 sk_SRTP_PROTECTION_PROFILE_free(*out); in ssl_ctx_make_profiles() 135 *out = profiles; in ssl_ctx_make_profiles()
|
A D | ssl_lib.c | 3615 *out = NULL; in SSL_select_next_proto() 4323 goto out; in SSL_CTX_new_ex() 4329 goto out; in SSL_CTX_new_ex() 4354 out: in SSL_CTX_new_ex() 6830 if (out != NULL) in SSL_client_hello_get0_random() 6844 if (out != NULL) in SSL_client_hello_get0_session_id() 6858 if (out != NULL) in SSL_client_hello_get0_ciphers() 6872 if (out != NULL) in SSL_client_hello_get0_compression_methods() 6895 *out = NULL; in SSL_client_hello_get1_extensions_present() 6909 *out = present; in SSL_client_hello_get1_extensions_present() [all …]
|
A D | ssl_cert_comp.c | 211 goto out; in ssl_get_cert_to_compress() 215 goto out; in ssl_get_cert_to_compress() 222 goto out; in ssl_get_cert_to_compress() 225 out: in ssl_get_cert_to_compress()
|
A D | ssl_local.h | 1050 const unsigned char **out, 2663 __owur int ssl3_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, 2776 __owur int tls1_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, 2791 unsigned char *out, size_t outlen, int fatal); 2797 unsigned char *out, size_t outlen, 2816 __owur int tls13_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, 2820 unsigned char *out, size_t olen, 2825 unsigned char *out, size_t olen, 2830 unsigned char *out, size_t olen, 2852 STACK_OF(OPENSSL_CSTRING) *out); [all …]
|
A D | s3_enc.c | 375 int ssl3_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, in ssl3_generate_master_secret() argument 413 || EVP_DigestFinal_ex(ctx, out, &n) <= 0) { in ssl3_generate_master_secret() 418 out += n; in ssl3_generate_master_secret()
|
A D | ssl_ciph.c | 2176 int mac = 0, in = 0, blk = 0, out = 0; in ssl_cipher_get_overhead() local 2181 out = EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN; in ssl_cipher_get_overhead() 2183 out = EVP_CCM_TLS_EXPLICIT_IV_LEN + 16; in ssl_cipher_get_overhead() 2185 out = EVP_CCM_TLS_EXPLICIT_IV_LEN + 8; in ssl_cipher_get_overhead() 2187 out = 16; in ssl_cipher_get_overhead() 2213 out = EVP_CIPHER_get_iv_length(e_ciph); in ssl_cipher_get_overhead() 2214 if (out < 0) in ssl_cipher_get_overhead() 2225 *ext_overhead = (size_t)out; in ssl_cipher_get_overhead()
|
A D | ssl_conf.c | 679 goto out; in cmd_RecordPadding() 684 goto out; in cmd_RecordPadding() 686 goto out; in cmd_RecordPadding() 689 goto out; in cmd_RecordPadding() 703 out: in cmd_RecordPadding()
|
A D | t1_lib.c | 955 STACK_OF(OPENSSL_CSTRING) *out) in tls1_get0_implemented_groups() 963 if (grps == NULL || out == NULL || num > INT_MAX) in tls1_get0_implemented_groups() 992 if (sk_OPENSSL_CSTRING_push(out, gix->grp->tlsname) <= 0) in tls1_get0_implemented_groups()
|
/ssl/statem/ |
A D | extensions_cust.c | 34 const unsigned char **out, in custom_ext_add_old_cb_wrap() argument 43 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al, in custom_ext_add_old_cb_wrap() 49 const unsigned char *out, void *add_arg) in custom_ext_free_old_cb_wrap() argument 56 add_cb_wrap->free_cb(s, ext_type, out, add_cb_wrap->add_arg); in custom_ext_free_old_cb_wrap() 185 const unsigned char *out = NULL; in custom_ext_add() local 212 meth->ext_type, context, &out, in custom_ext_add() 227 || (outlen > 0 && !WPACKET_memcpy(pkt, out, outlen)) in custom_ext_add() 231 context, out, meth->add_arg); in custom_ext_add() 243 context, out, meth->add_arg); in custom_ext_add() 257 context, out, meth->add_arg); in custom_ext_add()
|
A D | README.md | 15 - Receive a message first and then work out whether that is a valid
|
A D | statem_clnt.c | 3921 goto out; in tls_construct_client_compressed_certificate() 3975 goto out; in tls_construct_client_compressed_certificate() 3978 goto out; in tls_construct_client_compressed_certificate() 3982 out: in tls_construct_client_compressed_certificate()
|
/ssl/quic/ |
A D | quic_impl.c | 1277 out: in ossl_quic_conn_set_blocking_mode() 2875 goto out; in ossl_quic_write_flags() 2880 goto out; in ossl_quic_write_flags() 2889 goto out; in ossl_quic_write_flags() 2914 out: in ossl_quic_write_flags() 3159 out: in quic_read() 3218 out: in ossl_quic_pending_int() 3986 out: in ossl_quic_accept_stream() 4214 out: in ossl_quic_set_write_buffer_size() 4708 out: in ossl_quic_accept_connection() [all …]
|
A D | cc_newreno.c | 361 goto out; in newreno_on_data_acked() 398 out: in newreno_on_data_acked() 422 goto out; in newreno_on_data_lost() 435 out: in newreno_on_data_lost()
|
A D | quic_lcidm.c | 77 goto out; in lcid_hash() 79 goto out; in lcid_hash() 83 goto out; in lcid_hash() 84 out: in lcid_hash()
|
A D | quic_record_util.c | 27 unsigned char *out, size_t out_len) in ossl_quic_hkdf_extract() argument 60 ret = EVP_KDF_derive(kctx, out, out_len, params); in ossl_quic_hkdf_extract()
|
A D | quic_tls.c | 599 const unsigned char **out, size_t *outlen, in add_transport_params_cb() argument 605 *out = qtls->local_transport_params; in add_transport_params_cb() 613 const unsigned char *out, in free_transport_params_cb() argument
|
A D | quic_tserver.c | 50 static int alpn_select_cb(SSL *ssl, const unsigned char **out, in alpn_select_cb() argument 69 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn, in alpn_select_cb()
|
A D | quic_txp.c | 908 goto out; in ossl_quic_tx_packetiser_generate() 957 goto out; in ossl_quic_tx_packetiser_generate() 977 goto out; in ossl_quic_tx_packetiser_generate() 997 goto out; in ossl_quic_tx_packetiser_generate() 1018 goto out; in ossl_quic_tx_packetiser_generate() 1026 out: in ossl_quic_tx_packetiser_generate()
|