Home
last modified time | relevance | path

Searched refs:WPACKET_init_static_len (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/crypto/openssl/test/
HDwpackettest.c90 if (!TEST_true(WPACKET_init_static_len(&pkt, sbuf, sizeof(sbuf), 0)) in test_WPACKET_init()
100 || !TEST_true(WPACKET_init_static_len(&pkt, sbuf, sizeof(sbuf), 1)) in test_WPACKET_init()
/freebsd-14-stable/crypto/openssl/ssl/record/
HDssl3_record_tls13.c155 if (!WPACKET_init_static_len(&wpkt, recheader, sizeof(recheader), 0) in tls13_enc()
HDrec_layer_s3.c805 if (!WPACKET_init_static_len(&pkt[0], SSL3_BUFFER_get_buf(wb), in do_ssl3_write()
814 if (!WPACKET_init_static_len(&pkt[0], in do_ssl3_write()
833 if (!WPACKET_init_static_len(thispkt, SSL3_BUFFER_get_buf(wb), in do_ssl3_write()
/freebsd-14-stable/crypto/openssl/crypto/dsa/
HDdsa_sign.c95 if (!WPACKET_init_static_len(&pkt, *ppout, SIZE_MAX, 0)) in i2d_DSA_SIG()
/freebsd-14-stable/crypto/openssl/providers/implementations/kdfs/
HDhkdf.c262 if (!WPACKET_init_static_len(&pkt, out, *outlen, 0)) in setinfo_fromparams()
610 if (!WPACKET_init_static_len(&pkt, hkdflabel, sizeof(hkdflabel), 0) in prov_tls13_hkdf_expand()
/freebsd-14-stable/crypto/openssl/crypto/
HDpacket.c128 int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len, in WPACKET_init_static_len() function
/freebsd-14-stable/crypto/openssl/include/internal/
HDpacket.h727 int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len,
/freebsd-14-stable/crypto/openssl/ssl/
HDd1_lib.c725 if (!WPACKET_init_static_len(&wpkt, in DTLSv1_listen()
/freebsd-14-stable/crypto/openssl/crypto/ec/
HDec_asn1.c1263 if (!WPACKET_init_static_len(&pkt, *ppout, SIZE_MAX, 0)) in i2d_ECDSA_SIG()
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDextensions_srvr.c833 if (!WPACKET_init_static_len(&hrrpkt, hrr, sizeof(hrr), 0)) { in tls_parse_ctos_cookie()