OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Overhead
(Results
1 - 16
of
16
) sorted by null
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305.go
38
func (c *chacha20poly1305)
Overhead
() int {
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305.go
38
func (c *chacha20poly1305)
Overhead
() int {
/external/boringssl/src/ssl/test/runner/
chacha20_poly1305.go
137
func (c *chaCha20Poly1305)
Overhead
() int { return 16 }
cipher_suites.go
266
func (f *fixedNonceAEAD)
Overhead
() int { return f.aead.
Overhead
() }
316
func (x *xorNonceAEAD)
Overhead
() int { return x.aead.
Overhead
() }
/prebuilts/go/darwin-x86/src/crypto/aes/
aes_gcm.go
77
func (*gcmAsm)
Overhead
() int {
gcm_s390x.go
86
func (*gcmAsm)
Overhead
() int {
modes_test.go
45
func (*testAEAD)
Overhead
() int { return 0 }
/prebuilts/go/linux-x86/src/crypto/aes/
aes_gcm.go
77
func (*gcmAsm)
Overhead
() int {
gcm_s390x.go
86
func (*gcmAsm)
Overhead
() int {
modes_test.go
45
func (*testAEAD)
Overhead
() int { return 0 }
/prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go
20
//
Overhead
returns the maximum difference between the lengths of a
22
Overhead
() int
134
func (*gcm)
Overhead
() int {
/prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go
20
//
Overhead
returns the maximum difference between the lengths of a
22
Overhead
() int
134
func (*gcm)
Overhead
() int {
/external/webrtc/webrtc/modules/rtp_rtcp/source/
producer_fec.cc
20
// This controls the maximum amount of excess
overhead
(actual - target)
22
// is reached.
Overhead
here is defined as relative to number of media packets.
31
enum { kHighProtectionThreshold = 80 }; // Corresponds to ~30
overhead
, range
32
// is 0 to 255, where 255 corresponds to 100%
overhead
(relative to number of
157
// (1) the excess
overhead
(actual
overhead
- requested/target
overhead
) is
180
// Returns true if the excess
overhead
(actual - target) for the FEC is below
182
// cases and low number of media packets/frame. The target
overhead
is given by
186
return ((
Overhead
() - params_.fec_rate) < kMaxExcessOverhead)
[
all
...]
/prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go
170
func (f *fixedNonceAEAD)
Overhead
() int { return f.aead.
Overhead
() }
191
func (f *xorNonceAEAD)
Overhead
() int { return f.aead.
Overhead
() }
/prebuilts/go/linux-x86/src/crypto/tls/
cipher_suites.go
170
func (f *fixedNonceAEAD)
Overhead
() int { return f.aead.
Overhead
() }
191
func (f *xorNonceAEAD)
Overhead
() int { return f.aead.
Overhead
() }
/external/webrtc/webrtc/test/
rtcp_packet_parser.h
451
uint32_t
Overhead
() const { return tmmbr_item_.MeasuredOverhead; }
496
uint32_t
Overhead
(uint8_t num) const {
Completed in 960 milliseconds