Searched refs:ssl_cipher_get_overhead (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dcipher_overhead_test.c34 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) {
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcipher_overhead_test.c17 * ssl_cipher_get_overhead() actually works with AEAD ciphers even if the
47 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dd1_lib.c942 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead,
H A Dssl_ciph.c2104 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, function
H A Dssl_local.h2285 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dd1_lib.c952 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead,
H A Dssl_ciph.c2161 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, function
H A Dssl_local.h2414 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,

Completed in 272 milliseconds