Searched refs:WPACKET_reserve_bytes (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | packet.c | 18 if (!WPACKET_reserve_bytes(pkt, len, allocbytes)) in WPACKET_allocate_bytes() 43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes() function 83 if (!WPACKET_reserve_bytes(pkt, lenbytes + len, allocbytes)) in WPACKET_sub_reserve_bytes__()
|
/third_party/openssl/crypto/ |
H A D | packet.c | 18 if (!WPACKET_reserve_bytes(pkt, len, allocbytes)) in WPACKET_allocate_bytes() 43 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes) in WPACKET_reserve_bytes() function 83 if (!WPACKET_reserve_bytes(pkt, lenbytes + len, allocbytes)) in WPACKET_sub_reserve_bytes__()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 1776 || !WPACKET_reserve_bytes(pkt, MAX_COOKIE_SIZE, &cookie) in tls_construct_stoc_cookie() 1786 || !WPACKET_reserve_bytes(pkt, EVP_MAX_MD_SIZE, &hashval1)) { in tls_construct_stoc_cookie() 1806 || !WPACKET_reserve_bytes(pkt, SSL_COOKIE_LENGTH, &appcookie1)) { in tls_construct_stoc_cookie() 1821 || !WPACKET_reserve_bytes(pkt, SHA256_DIGEST_LENGTH, &hmac)) { in tls_construct_stoc_cookie()
|
H A D | statem_srvr.c | 3848 || !WPACKET_reserve_bytes(pkt, slen + EVP_MAX_BLOCK_LENGTH, in construct_stateless_ticket() 3862 || !WPACKET_reserve_bytes(pkt, EVP_MAX_MD_SIZE, &macdata1) in construct_stateless_ticket()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 1743 || !WPACKET_reserve_bytes(pkt, MAX_COOKIE_SIZE, &cookie) in tls_construct_stoc_cookie() 1753 || !WPACKET_reserve_bytes(pkt, EVP_MAX_MD_SIZE, &hashval1)) { in tls_construct_stoc_cookie() 1773 || !WPACKET_reserve_bytes(pkt, SSL_COOKIE_LENGTH, &appcookie1)) { in tls_construct_stoc_cookie() 1788 || !WPACKET_reserve_bytes(pkt, SHA256_DIGEST_LENGTH, &hmac)) { in tls_construct_stoc_cookie()
|
H A D | statem_srvr.c | 3827 || !WPACKET_reserve_bytes(pkt, slen + EVP_MAX_BLOCK_LENGTH, in construct_stateless_ticket() 3841 || !WPACKET_reserve_bytes(pkt, EVP_MAX_MD_SIZE, &macdata1) in construct_stateless_ticket()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | packet.h | 833 * signature may not be known in advance. We can use WPACKET_reserve_bytes() to 842 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes);
|
/third_party/openssl/include/internal/ |
H A D | packet.h | 833 * signature may not be known in advance. We can use WPACKET_reserve_bytes() to 842 int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes);
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 901 && !WPACKET_reserve_bytes(thispkt, maxcomplen, in do_ssl3_write() 1010 if (!WPACKET_reserve_bytes(thispkt, in do_ssl3_write()
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 912 && !WPACKET_reserve_bytes(thispkt, maxcomplen, in do_ssl3_write() 1021 if (!WPACKET_reserve_bytes(thispkt, in do_ssl3_write()
|
Completed in 35 milliseconds