Searched refs:overhead (Results 1 – 3 of 3) sorted by relevance
11 overhead required for buffer pool management. It automatically210 overhead) required to satisfy the allocation request, and a sequence243 buffer overhead) to be satisfied directly by calls to the <acquire>
866 size_t const overhead = ( limbs * ciL ) - buflen; in mbedtls_mpi_read_binary() local880 memcpy( Xp + overhead, buf, buflen ); in mbedtls_mpi_read_binary()2445 const size_t overhead = ( limbs * ciL ) - n_bytes; in mpi_fill_random_internal() local2450 memset( X->p, 0, overhead ); in mpi_fill_random_internal()2452 MBEDTLS_MPI_CHK( f_rng( p_rng, (unsigned char *) X->p + overhead, n_bytes ) ); in mpi_fill_random_internal()
5247 const size_t overhead = (size_t) ret; in mbedtls_ssl_get_max_out_record_payload() local5252 if( mtu <= overhead ) in mbedtls_ssl_get_max_out_record_payload()5258 if( max_len > mtu - overhead ) in mbedtls_ssl_get_max_out_record_payload()5259 max_len = mtu - overhead; in mbedtls_ssl_get_max_out_record_payload()
Completed in 17 milliseconds