Searched refs:ssl_cipher_get_overhead (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | cipher_overhead_test.c | 47 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) { in cipher_overhead()
|
/third_party/openssl/ssl/ |
D | d1_lib.c | 935 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead, in DTLS_get_data_mtu()
|
D | ssl_ciph.c | 2160 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, in ssl_cipher_get_overhead() function
|
D | ssl_local.h | 2414 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
|