HomeSort by relevance Sort by last modified time
    Searched refs:cipher_bits_per_second (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
cipher.h 217 * cipher_bits_per_second(c, l, t) computes (and estimate of) the
228 cipher_bits_per_second(cipher_t *c, int octets_in_buffer, int num_trials);
  /external/srtp/crypto/include/
cipher.h 205 * cipher_bits_per_second(c, l, t) computes (and estimate of) the
216 cipher_bits_per_second(cipher_t *c, int octets_in_buffer, int num_trials);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
cipher.c 382 * cipher_bits_per_second(c, l, t) computes (an estimate of) the
393 cipher_bits_per_second(cipher_t *c, int octets_in_buffer, int num_trials) { function
  /external/srtp/crypto/cipher/
cipher.c 368 * cipher_bits_per_second(c, l, t) computes (an estimate of) the
379 cipher_bits_per_second(cipher_t *c, int octets_in_buffer, int num_trials) { function
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
cipher_driver.c 263 i, cipher_bits_per_second(c, i, num_trials) / 1e9);
  /external/srtp/crypto/test/
cipher_driver.c 234 i, cipher_bits_per_second(c, i, num_trials) / 1e9);

Completed in 155 milliseconds