Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dder_writer.c56 && WPACKET_memcpy(pkt, precompiled, precompiled_n) in ossl_DER_w_precompiled()
75 && WPACKET_memcpy(pkt, data, data_n) in ossl_DER_w_octet_string()
H A Dpacket.c436 int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len) in WPACKET_memcpy() function
456 || !WPACKET_memcpy(pkt, src, len) in WPACKET_sub_memcpy__()
/freebsd/crypto/openssl/test/
H A Dwpackettest.c339 || !TEST_true(WPACKET_memcpy(&pkt, bytes, sizeof(bytes))) in test_WPACKET_memcpy()
372 || !TEST_true(WPACKET_memcpy(&pkt, testdata, sizeof(testdata))) in test_WPACKET_init_der()
406 || !TEST_true(WPACKET_memcpy(&pkt, &testdata2[3], in test_WPACKET_init_der()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dhkdf.c271 && !WPACKET_memcpy(&pkt, p->data, p->data_size)) in setinfo_fromparams()
613 || !WPACKET_memcpy(&pkt, prefix, prefixlen) in prov_tls13_hkdf_expand()
614 || !WPACKET_memcpy(&pkt, label, labellen) in prov_tls13_hkdf_expand()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c840 || !WPACKET_memcpy(&hrrpkt, hrrrandom, SSL3_RANDOM_SIZE) in tls_parse_ctos_cookie()
1254 || !WPACKET_memcpy(pkt, s->s3.previous_client_finished, in tls_construct_stoc_renegotiate()
1256 || !WPACKET_memcpy(pkt, s->s3.previous_server_finished, in tls_construct_stoc_renegotiate()
1867 if (!WPACKET_memcpy(pkt, cryptopro_ext, sizeof(cryptopro_ext))) { in tls_construct_stoc_cryptopro_bug()
H A Dextensions_cust.c221 || (outlen > 0 && !WPACKET_memcpy(pkt, out, outlen)) in custom_ext_add()
H A Dstatem_srvr.c2315 || !WPACKET_memcpy(pkt, in tls_construct_server_hello()
3824 || !WPACKET_memcpy(pkt, key_name, sizeof(key_name)) in construct_stateless_ticket()
3826 || !WPACKET_memcpy(pkt, iv, iv_len) in construct_stateless_ticket()
3872 if (!WPACKET_memcpy(pkt, s->session->session_id, in construct_stateful_ticket()
H A Dstatem_clnt.c1181 || !WPACKET_memcpy(pkt, s->s3.client_random, SSL3_RANDOM_SIZE)) { in tls_construct_client_hello()
1212 || (sess_id_len != 0 && !WPACKET_memcpy(pkt, session_id, in tls_construct_client_hello()
H A Dstatem_lib.c610 if (!WPACKET_memcpy(pkt, s->s3.tmp.finish_md, finish_md_len)) { in tls_construct_finished()
H A Dextensions_clnt.c99 || !WPACKET_memcpy(pkt, s->srp_ctx.login, in tls_construct_ctos_srp()
/freebsd/crypto/openssl/include/internal/
H A Dpacket.h890 int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len);
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c736 || !WPACKET_memcpy(&wpkt, seq, SEQ_NUM_SIZE) in DTLSv1_listen()
H A Ds3_lib.c4335 return WPACKET_memcpy(pkt, s->cert->ctype, s->cert->ctype_len); in ssl3_get_req_cert_type()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c944 if (!WPACKET_memcpy(thispkt, thiswr->input, thiswr->length)) { in do_ssl3_write()