HomeSort by: relevance | last modified time | path
    Searched refs:ssl_cipher_get_overhead (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
cipher_overhead_test.c 34 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) {
  /src/crypto/external/apache2/openssl/dist/test/
cipher_overhead_test.c 17 * 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))) {
  /src/crypto/external/bsd/openssl/dist/test/
cipher_overhead_test.c 17 * 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))) {
  /src/crypto/external/apache2/openssl/dist/ssl/
d1_lib.c 939 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead,
ssl_ciph.c 2147 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, function
ssl_local.h 2575 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
  /src/crypto/external/bsd/openssl/dist/ssl/
d1_lib.c 952 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead,
ssl_ciph.c 2161 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, function
ssl_local.h 2414 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,
  /src/crypto/external/bsd/openssl.old/dist/ssl/
d1_lib.c 942 if (!ssl_cipher_get_overhead(ciph, &mac_overhead, &int_overhead,
ssl_ciph.c 2104 int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead, function
ssl_local.h 2285 __owur int ssl_cipher_get_overhead(const SSL_CIPHER *c, size_t *mac_overhead,

Completed in 111 milliseconds