HomeSort by relevance Sort by last modified time
    Searched refs:SSL_AEAD_CTX_max_overhead (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/ssl/
ssl_aead_ctx.c 141 size_t SSL_AEAD_CTX_max_overhead(const SSL_AEAD_CTX *aead) {
194 size_t overhead = SSL_AEAD_CTX_max_overhead(aead);
dtls_record.c 267 SSL_AEAD_CTX_max_overhead(get_write_aead(ssl, use_epoch));
tls_record.c 191 ret += SSL_AEAD_CTX_max_overhead(ssl->s3->aead_write_ctx);
internal.h 395 /* SSL_AEAD_CTX_max_overhead returns the maximum overhead of calling
397 size_t SSL_AEAD_CTX_max_overhead(const SSL_AEAD_CTX *ctx);
    [all...]

Completed in 54 milliseconds