Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 44) sorted by relevance

12

/openssl/include/internal/
H A Dpacket.h26 size_t remaining; member
33 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 …]
H A Dpacket_quic.h115 subpkt->remaining = (size_t)length; in PACKET_get_quic_length_prefixed()
/openssl/test/helpers/
H A Dhandshake.c142 size_t len, remaining; in client_hello_select_server_ctx() local
151 &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()
/openssl/doc/man3/
H A DRSA_size.pod27 The remaining functions described on this page are deprecated.
H A DOPENSSL_gmtime.pod39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less
H A DCTLOG_STORE_new.pod59 If there are any invalid CT logs in a file, they are skipped and the remaining
H A DRAND_get0_primary.pod84 The remaining functions were added in OpenSSL 3.0.
H A DOSSL_DECODER_from_bio.pod34 and I<*pdata_len> to have the number of remaining bytes.
H A DOSSL_ENCODER_to_bio.pod39 remaining bytes.
H A DOCSP_sendreq_new.pod79 The deprecated type and the remaining deprecated functions
H A DBIO_s_mem.pod43 remaining data from the datagram will be discarded.
133 contains only the remaining data to be read. If the close status of the
H A DEVP_PKEY_get_attr.pod42 the remaining attributes. I<lastpos> can be set to any negative value on the
H A DX509_REQ_get_attr.pod39 the remaining attributes. I<lastpos> can be set to any negative value on the
H A DCMS_get0_RecipientInfos.pod74 of the remaining parameters can be NULL if the application is not interested in
H A DECDSA_sign.pod72 The remaining functions utilise the internal I<kinv> and I<r> values used
H A DBN_add.pod127 For all remaining functions, 1 is returned for success, 0 on error. The return
H A DOPENSSL_LH_COMPFUNC.pod146 using B<lh_I<TYPE>_doall>() to deallocate any remaining entries in the
152 remaining entries in the hash table (see below).
H A DEVP_RAND.pod399 The remaining functions return 1 for success and 0 or a negative value for
416 The remaining functions were added in OpenSSL 3.0.
H A DOSSL_HTTP_transfer.pod235 Also the remaining parameters are interpreted as described for OSSL_HTTP_open()
247 The remaining parameters are interpreted as described for OSSL_HTTP_open()
H A DCMS_signed_get_attr.pod77 order to iterate through the remaining attributes. I<lastpos> can be set to any
/openssl/doc/internal/man3/
H A Dossl_rand_get_entropy.pod93 The remaining functions described here were all added in OpenSSL 3.0.
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_vaes_avx512.inc133 /* Add remaining AAD to the hash (note, the hash is stored reflected) */
H A Dcipher_aes_gcm_hw_s390x.inc181 /* Add any remaining 16 byte blocks (128 bit each) */
/openssl/test/
H A Dpackettest.c567 if (!TEST_size_t_eq(subpkt.remaining, cases[i].len)) in test_PACKET_get_quic_length_prefixed()
/openssl/crypto/evp/
H A De_aes.c4035 unsigned int remaining; in aes_ocb_cipher() local
4037 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 53 milliseconds

12