Searched refs:overhead (Results 1 – 5 of 5) sorted by relevance
819 size_t const overhead = ( limbs * ciL ) - buflen; in mbedtls_mpi_read_binary() local833 memcpy( Xp + overhead, buf, buflen ); in mbedtls_mpi_read_binary()2368 const size_t overhead = ( limbs * ciL ) - n_bytes; in mpi_fill_random_internal() local2373 memset( X->p, 0, overhead ); in mpi_fill_random_internal()2375 MBEDTLS_MPI_CHK( f_rng( p_rng, (unsigned char *) X->p + overhead, n_bytes ) ); in mpi_fill_random_internal()
5213 const size_t overhead = (size_t) ret; in mbedtls_ssl_get_max_out_record_payload() local5218 if( mtu <= overhead ) in mbedtls_ssl_get_max_out_record_payload()5224 if( max_len > mtu - overhead ) in mbedtls_ssl_get_max_out_record_payload()5225 max_len = mtu - overhead; in mbedtls_ssl_get_max_out_record_payload()
30 …e fine since the compiler can efficiently optimize these and make their overhead as low as a direc…
488 /* 20 left, ask for 70 -> 50 overhead */
654 …nd the wrapped form of the key plus any metadata has up to *N* bytes of overhead, use *N* as the v…