HomeSort by relevance Sort by last modified time
    Searched full:maxoverhead (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/ssl/
ssl_aead_ctx.cc 196 size_t SSLAEADContext::MaxOverhead() const {
238 size_t overhead = MaxOverhead();
dtls_record.cc 286 return DTLS1_RT_HEADER_LENGTH + get_write_aead(ssl, use_epoch)->MaxOverhead();
tls_record.cc 693 ret += ssl->s3->aead_write_ctx->MaxOverhead();
internal.h 646 // MaxOverhead returns the maximum overhead of calling |Seal|.
647 size_t MaxOverhead() const;
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]

Completed in 357 milliseconds