Searched refs:ssl_cipher_get_overhead (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | cipher_overhead_test.c | 34 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) { in cipher_overhead()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | cipher_overhead_test.c | 47 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) { in cipher_overhead()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | d1_lib.c | 952 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead, in DTLS_get_data_mtu()
|
H A D | ssl_ciph.c | 2161 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, in ssl_cipher_get_overhead() function
|
H A D | ssl_local.h | 2414 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | d1_lib.c | 942 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead, in DTLS_get_data_mtu()
|
H A D | ssl_ciph.c | 2104 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, in ssl_cipher_get_overhead() function
|
H A D | ssl_local.h | 2285 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
|