Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/
H A Dd1_lib.c926 size_t mac_overhead, int_overhead, blocksize, ext_overhead; in DTLS_get_data_mtu() local
939 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead, in DTLS_get_data_mtu()
944 ext_overhead += mac_overhead; in DTLS_get_data_mtu()
946 int_overhead += mac_overhead; in DTLS_get_data_mtu()
H A Dssl_ciph.c2147 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, in ssl_cipher_get_overhead() argument
2196 *mac_overhead = (size_t)mac; in ssl_cipher_get_overhead()
H A Dssl_local.h2575 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,