Searched refs:remaining (Results 1 – 25 of 44) sorted by relevance
12
26 size_t remaining; member33 pkt->remaining -= len; in packet_forward()41 return pkt->remaining; in PACKET_remaining()78 pkt->remaining = len; in PACKET_buf_init()86 pkt->remaining = 0; in PACKET_null_init()435 *len = pkt->remaining; in PACKET_copy_all()527 subpkt->remaining = length; in PACKET_get_length_prefixed_1()550 subpkt->remaining = length; in PACKET_as_length_prefixed_1()576 subpkt->remaining = length; in PACKET_get_length_prefixed_2()600 subpkt->remaining = length; in PACKET_as_length_prefixed_2()[all …]
115 subpkt->remaining = (size_t)length; in PACKET_get_quic_length_prefixed()
142 size_t len, remaining; in client_hello_select_server_ctx() local151 &remaining) || in client_hello_select_server_ctx()152 remaining <= 2) in client_hello_select_server_ctx()157 if (len + 2 != remaining) in client_hello_select_server_ctx()159 remaining = len; in client_hello_select_server_ctx()164 if (remaining == 0 || *p++ != TLSEXT_NAMETYPE_host_name) in client_hello_select_server_ctx()166 remaining--; in client_hello_select_server_ctx()168 if (remaining <= 2) in client_hello_select_server_ctx()172 if (len + 2 > remaining) in client_hello_select_server_ctx()174 remaining = len; in client_hello_select_server_ctx()
27 The remaining functions described on this page are deprecated.
39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less
59 If there are any invalid CT logs in a file, they are skipped and the remaining
84 The remaining functions were added in OpenSSL 3.0.
34 and I<*pdata_len> to have the number of remaining bytes.
39 remaining bytes.
79 The deprecated type and the remaining deprecated functions
43 remaining data from the datagram will be discarded.133 contains only the remaining data to be read. If the close status of the
42 the remaining attributes. I<lastpos> can be set to any negative value on the
39 the remaining attributes. I<lastpos> can be set to any negative value on the
74 of the remaining parameters can be NULL if the application is not interested in
127 For all remaining functions, 1 is returned for success, 0 on error. The return
72 The remaining functions utilise the internal I<kinv> and I<r> values used
146 using B<lh_I<TYPE>_doall>() to deallocate any remaining entries in the152 remaining entries in the hash table (see below).
399 The remaining functions return 1 for success and 0 or a negative value for416 The remaining functions were added in OpenSSL 3.0.
235 Also the remaining parameters are interpreted as described for OSSL_HTTP_open()247 The remaining parameters are interpreted as described for OSSL_HTTP_open()
77 order to iterate through the remaining attributes. I<lastpos> can be set to any
93 The remaining functions described here were all added in OpenSSL 3.0.
133 /* Add remaining AAD to the hash (note, the hash is stored reflected) */
181 /* Add any remaining 16 byte blocks (128 bit each) */
567 if (!TEST_size_t_eq(subpkt.remaining, cases[i].len)) in test_PACKET_get_quic_length_prefixed()
4035 unsigned int remaining; in aes_ocb_cipher() local4037 remaining = AES_BLOCK_SIZE - (*buf_len); in aes_ocb_cipher()4038 if (remaining > len) { in aes_ocb_cipher()4043 memcpy(buf + (*buf_len), in, remaining); in aes_ocb_cipher()4048 len -= remaining; in aes_ocb_cipher()4049 in += remaining; in aes_ocb_cipher()
Completed in 39 milliseconds