Searched refs:WPACKET_allocate_bytes (Results 1 – 11 of 11) sorted by relevance
/openssl-master/crypto/ |
A D | packet.c | 16 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()
|
A D | asn1_dsa.c | 88 || !WPACKET_allocate_bytes(pkt, cont_len, &bnbytes) in ossl_encode_der_integer()
|
A D | der_writer.c | 144 if (!WPACKET_allocate_bytes(pkt, n, &p)) in int_put_bytes_bn()
|
/openssl-master/ssl/record/ |
A D | rec_layer_s3.c | 794 || !WPACKET_allocate_bytes(&pkt[0], align, NULL)) { in do_ssl3_write() 804 || !WPACKET_allocate_bytes(&pkt[0], SSL3_BUFFER_get_offset(wb) in do_ssl3_write() 822 || !WPACKET_allocate_bytes(thispkt, align, NULL)) { in do_ssl3_write() 897 && !WPACKET_allocate_bytes(thispkt, eivlen, NULL)) in do_ssl3_write() 919 || !WPACKET_allocate_bytes(thispkt, thiswr->length, NULL)) { in do_ssl3_write() 994 if (!WPACKET_allocate_bytes(thispkt, mac_size, &mac) in do_ssl3_write() 1064 && !WPACKET_allocate_bytes(thispkt, in do_ssl3_write() 1073 if (!WPACKET_allocate_bytes(thispkt, mac_size, &mac) in do_ssl3_write()
|
/openssl-master/test/ |
A D | wpackettest.c | 309 || !TEST_true(WPACKET_allocate_bytes(&pkt, 2, &bytes))) in test_WPACKET_allocate_bytes()
|
/openssl-master/ssl/statem/ |
A D | extensions_srvr.c | 1758 if (!WPACKET_allocate_bytes(pkt, hashlen, &hashval2) in tls_construct_stoc_cookie() 1773 if (!WPACKET_allocate_bytes(pkt, appcookielen, &appcookie2) in tls_construct_stoc_cookie() 1813 if (!WPACKET_allocate_bytes(pkt, hmaclen, &hmac2) in tls_construct_stoc_cookie()
|
A D | statem_srvr.c | 2622 if (!WPACKET_allocate_bytes(pkt, len, &binval)) { in tls_construct_server_key_exchange() 2630 if (!WPACKET_allocate_bytes(pkt, BN_num_bytes(r[i]), &binval) in tls_construct_server_key_exchange() 3807 || !WPACKET_allocate_bytes(pkt, len, &encdata2) in construct_stateless_ticket() 3810 || !WPACKET_allocate_bytes(pkt, lenfinal, &encdata2) in construct_stateless_ticket() 3820 || !WPACKET_allocate_bytes(pkt, hlen, &macdata2) in construct_stateless_ticket()
|
A D | statem_dtls.c | 1259 if (!WPACKET_allocate_bytes(pkt, DTLS1_HM_HEADER_LENGTH, &header) in dtls1_set_handshake_header()
|
A D | extensions_clnt.c | 370 if (!WPACKET_allocate_bytes(pkt, extlen, &extbytes) in tls_construct_ctos_status_request()
|
A D | statem_clnt.c | 2866 if (!WPACKET_allocate_bytes(pkt, enclen, &encdata) in tls_construct_cke_rsa()
|
/openssl-master/include/internal/ |
A D | packet.h | 766 int WPACKET_allocate_bytes(WPACKET *pkt, size_t len,
|
Completed in 30 milliseconds