Home
last modified time | relevance | path

Searched refs:WPACKET_allocate_bytes (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dpacket.c16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes() function
30 || !WPACKET_allocate_bytes(pkt, len, allocbytes) in WPACKET_sub_allocate_bytes__()
118 if (!WPACKET_allocate_bytes(pkt, lenbytes, &lenchars)) { in wpacket_intern_init_len()
371 if (!WPACKET_allocate_bytes(pkt, lenbytes, &lenchars)) in WPACKET_start_sub_packet_len__()
388 || !WPACKET_allocate_bytes(pkt, size, &data) in WPACKET_put_bytes__()
427 if (!WPACKET_allocate_bytes(pkt, len, &dest)) in WPACKET_memset()
443 if (!WPACKET_allocate_bytes(pkt, len, &dest)) in WPACKET_memcpy()
H A Dasn1_dsa.c88 || !WPACKET_allocate_bytes(pkt, cont_len, &bnbytes) in ossl_encode_der_integer()
H A Dder_writer.c144 if (!WPACKET_allocate_bytes(pkt, n, &p)) in int_put_bytes_bn()
/third_party/openssl/crypto/
H A Dpacket.c16 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_allocate_bytes() function
30 || !WPACKET_allocate_bytes(pkt, len, allocbytes) in WPACKET_sub_allocate_bytes__()
118 if (!WPACKET_allocate_bytes(pkt, lenbytes, &lenchars)) { in wpacket_intern_init_len()
371 if (!WPACKET_allocate_bytes(pkt, lenbytes, &lenchars)) in WPACKET_start_sub_packet_len__()
388 || !WPACKET_allocate_bytes(pkt, size, &data) in WPACKET_put_bytes__()
427 if (!WPACKET_allocate_bytes(pkt, len, &dest)) in WPACKET_memset()
443 if (!WPACKET_allocate_bytes(pkt, len, &dest)) in WPACKET_memcpy()
H A Dasn1_dsa.c88 || !WPACKET_allocate_bytes(pkt, cont_len, &bnbytes) in ossl_encode_der_integer()
H A Dder_writer.c144 if (!WPACKET_allocate_bytes(pkt, n, &p)) in int_put_bytes_bn()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_s3.c792 || !WPACKET_allocate_bytes(&pkt[0], align, NULL)) { in do_ssl3_write()
802 || !WPACKET_allocate_bytes(&pkt[0], SSL3_BUFFER_get_offset(wb) in do_ssl3_write()
820 || !WPACKET_allocate_bytes(thispkt, align, NULL)) { in do_ssl3_write()
899 && !WPACKET_allocate_bytes(thispkt, eivlen, NULL)) in do_ssl3_write()
921 || !WPACKET_allocate_bytes(thispkt, thiswr->length, NULL)) { in do_ssl3_write()
996 if (!WPACKET_allocate_bytes(thispkt, mac_size, &mac) in do_ssl3_write()
1070 && !WPACKET_allocate_bytes(thispkt, in do_ssl3_write()
1079 if (!WPACKET_allocate_bytes(thispkt, mac_size, &mac) in do_ssl3_write()
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c803 || !WPACKET_allocate_bytes(&pkt[0], align, NULL)) { in do_ssl3_write()
813 || !WPACKET_allocate_bytes(&pkt[0], SSL3_BUFFER_get_offset(wb) in do_ssl3_write()
831 || !WPACKET_allocate_bytes(thispkt, align, NULL)) { in do_ssl3_write()
910 && !WPACKET_allocate_bytes(thispkt, eivlen, NULL)) in do_ssl3_write()
932 || !WPACKET_allocate_bytes(thispkt, thiswr->length, NULL)) { in do_ssl3_write()
1007 if (!WPACKET_allocate_bytes(thispkt, mac_size, &mac) in do_ssl3_write()
1081 && !WPACKET_allocate_bytes(thispkt, in do_ssl3_write()
1090 if (!WPACKET_allocate_bytes(thispkt, mac_size, &mac) in do_ssl3_write()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dpacket.h799 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len,
803 * The same as WPACKET_allocate_bytes() except additionally a new sub-packet is
825 * The same as WPACKET_allocate_bytes() except the reserved bytes are not
829 * followed by a WPACKET_allocate_bytes() call before any other WPACKET
/third_party/openssl/test/
H A Dwpackettest.c309 || !TEST_true(WPACKET_allocate_bytes(&pkt, 2, &bytes))) in test_WPACKET_allocate_bytes()
/third_party/openssl/include/internal/
H A Dpacket.h799 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len,
803 * The same as WPACKET_allocate_bytes() except additionally a new sub-packet is
825 * The same as WPACKET_allocate_bytes() except the reserved bytes are not
829 * followed by a WPACKET_allocate_bytes() call before any other WPACKET
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c1802 if (!WPACKET_allocate_bytes(pkt, hashlen, &hashval2) in tls_construct_stoc_cookie()
1817 if (!WPACKET_allocate_bytes(pkt, appcookielen, &appcookie2) in tls_construct_stoc_cookie()
1857 if (!WPACKET_allocate_bytes(pkt, hmaclen, &hmac2) in tls_construct_stoc_cookie()
H A Dstatem_srvr.c2642 if (!WPACKET_allocate_bytes(pkt, len, &binval)) { in tls_construct_server_key_exchange()
2650 if (!WPACKET_allocate_bytes(pkt, BN_num_bytes(r[i]), &binval) in tls_construct_server_key_exchange()
3852 || !WPACKET_allocate_bytes(pkt, len, &encdata2) in construct_stateless_ticket()
3855 || !WPACKET_allocate_bytes(pkt, lenfinal, &encdata2) in construct_stateless_ticket()
3865 || !WPACKET_allocate_bytes(pkt, hlen, &macdata2) in construct_stateless_ticket()
H A Dstatem_clnt.c2882 if (!WPACKET_allocate_bytes(pkt, enclen, &encdata) in tls_construct_cke_rsa()
3241 if (!WPACKET_allocate_bytes(pkt, msglen, &encdata) in tls_construct_cke_gost18()
H A Dstatem_dtls.c1330 if (!WPACKET_allocate_bytes(pkt, DTLS1_HM_HEADER_LENGTH, &header) in dtls1_set_handshake_header()
H A Dextensions_clnt.c370 if (!WPACKET_allocate_bytes(pkt, extlen, &extbytes) in tls_construct_ctos_status_request()
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c1769 if (!WPACKET_allocate_bytes(pkt, hashlen, &hashval2) in tls_construct_stoc_cookie()
1784 if (!WPACKET_allocate_bytes(pkt, appcookielen, &appcookie2) in tls_construct_stoc_cookie()
1824 if (!WPACKET_allocate_bytes(pkt, hmaclen, &hmac2) in tls_construct_stoc_cookie()
H A Dstatem_srvr.c2621 if (!WPACKET_allocate_bytes(pkt, len, &binval)) { in tls_construct_server_key_exchange()
2629 if (!WPACKET_allocate_bytes(pkt, BN_num_bytes(r[i]), &binval) in tls_construct_server_key_exchange()
3831 || !WPACKET_allocate_bytes(pkt, len, &encdata2) in construct_stateless_ticket()
3834 || !WPACKET_allocate_bytes(pkt, lenfinal, &encdata2) in construct_stateless_ticket()
3844 || !WPACKET_allocate_bytes(pkt, hlen, &macdata2) in construct_stateless_ticket()
H A Dstatem_clnt.c2874 if (!WPACKET_allocate_bytes(pkt, enclen, &encdata) in tls_construct_cke_rsa()
3233 if (!WPACKET_allocate_bytes(pkt, msglen, &encdata) in tls_construct_cke_gost18()
H A Dstatem_dtls.c1334 if (!WPACKET_allocate_bytes(pkt, DTLS1_HM_HEADER_LENGTH, &header) in dtls1_set_handshake_header()
H A Dextensions_clnt.c370 if (!WPACKET_allocate_bytes(pkt, extlen, &extbytes) in tls_construct_ctos_status_request()

Completed in 40 milliseconds