Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.doc11 overhead required for buffer pool management. It automatically
210 overhead) required to satisfy the allocation request, and a sequence
243 buffer overhead) to be satisfied directly by calls to the <acquire>
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dbignum.c866 size_t const overhead = ( limbs * ciL ) - buflen; in mbedtls_mpi_read_binary() local
880 memcpy( Xp + overhead, buf, buflen ); in mbedtls_mpi_read_binary()
2445 const size_t overhead = ( limbs * ciL ) - n_bytes; in mpi_fill_random_internal() local
2450 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()
A Dssl_tls.c5247 const size_t overhead = (size_t) ret; in mbedtls_ssl_get_max_out_record_payload() local
5252 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 20 milliseconds