Searched refs:SSL_max_seal_overhead (Results 1 – 19 of 19) sorted by relevance
237 len + SSL_max_seal_overhead(ssl)) || in dtls1_write_record()
247 const size_t max_ciphertext_len = len + SSL_max_seal_overhead(ssl); in do_tls_write()
687 size_t SSL_max_seal_overhead(const SSL *ssl) { in SSL_max_seal_overhead() function
151 size_t max_out = in.size() + SSL_max_seal_overhead(ssl); in add_record_to_flight()
689 size_t SSL_max_seal_overhead(const SSL *ssl) { in SSL_max_seal_overhead() function
607 return NativeCrypto.SSL_max_seal_overhead(ssl, this); in getMaxSealOverhead()
1360 static native int SSL_max_seal_overhead(long ssl, NativeSsl ssl_holder); in SSL_max_seal_overhead() method in NativeCrypto
608 return NativeCrypto.SSL_max_seal_overhead(ssl, this); in getMaxSealOverhead()
1401 static native int SSL_max_seal_overhead(long ssl, NativeSsl ssl_holder); in SSL_max_seal_overhead() method in NativeCrypto
472 SSL_max_seal_overhead
2024 '#define SSL_max_seal_overhead GRPC_SHADOW_SSL_max_seal_overhead',
4016 OPENSSL_EXPORT size_t SSL_max_seal_overhead(const SSL *ssl);
4101 OPENSSL_EXPORT size_t SSL_max_seal_overhead(const SSL *ssl);
500 #define SSL_max_seal_overhead GRPC_SHADOW_SSL_max_seal_overhead macro
403 #define SSL_max_seal_overhead BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_max_seal_overhead) macro
9681 return (jint)SSL_max_seal_overhead(ssl); in NativeCrypto_SSL_max_seal_overhead()10638 CONSCRYPT_NATIVE_METHOD(SSL_max_seal_overhead, "(J" REF_SSL ")I"),