Home
last modified time | relevance | path

Searched refs:WPACKET_memcpy (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
HDpacket.c362 int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len) in WPACKET_memcpy() function
381 || !WPACKET_memcpy(pkt, src, len) in WPACKET_sub_memcpy__()
HDtls13_enc.c77 || !WPACKET_memcpy(&pkt, label_prefix, sizeof(label_prefix) - 1) in tls13_hkdf_expand()
78 || !WPACKET_memcpy(&pkt, label, labellen) in tls13_hkdf_expand()
HDpacket_local.h865 int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len);
HDd1_lib.c725 || !WPACKET_memcpy(&wpkt, seq, SEQ_NUM_SIZE) in DTLSv1_listen()
HDs3_lib.c4344 return WPACKET_memcpy(pkt, s->cert->ctype, s->cert->ctype_len); in ssl3_get_req_cert_type()
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDextensions_srvr.c891 || !WPACKET_memcpy(&hrrpkt, hrrrandom, SSL3_RANDOM_SIZE) in tls_parse_ctos_cookie()
1319 || !WPACKET_memcpy(pkt, s->s3->previous_client_finished, in tls_construct_stoc_renegotiate()
1321 || !WPACKET_memcpy(pkt, s->s3->previous_server_finished, in tls_construct_stoc_renegotiate()
1921 if (!WPACKET_memcpy(pkt, cryptopro_ext, sizeof(cryptopro_ext))) { in tls_construct_stoc_cryptopro_bug()
HDextensions_cust.c222 || (outlen > 0 && !WPACKET_memcpy(pkt, out, outlen)) in custom_ext_add()
HDstatem_srvr.c2379 || !WPACKET_memcpy(pkt, in tls_construct_server_hello()
3998 || !WPACKET_memcpy(pkt, key_name, sizeof(key_name)) in construct_stateless_ticket()
4000 || !WPACKET_memcpy(pkt, iv, iv_len) in construct_stateless_ticket()
4048 if (!WPACKET_memcpy(pkt, s->session->session_id, in construct_stateful_ticket()
HDstatem_clnt.c1189 || !WPACKET_memcpy(pkt, s->s3->client_random, SSL3_RANDOM_SIZE)) { in tls_construct_client_hello()
1222 || (sess_id_len != 0 && !WPACKET_memcpy(pkt, session_id, in tls_construct_client_hello()
HDextensions_clnt.c102 || !WPACKET_memcpy(pkt, s->srp_ctx.login, in tls_construct_ctos_srp()
HDstatem_lib.c573 if (!WPACKET_memcpy(pkt, s->s3->tmp.finish_md, finish_md_len)) { in tls_construct_finished()
/freebsd-13-stable/crypto/openssl/ssl/record/
HDrec_layer_s3.c938 if (!WPACKET_memcpy(thispkt, thiswr->input, thiswr->length)) { in do_ssl3_write()