OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_bits_per_second
(Results
1 - 3
of
3
) sorted by null
/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/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/srtp/crypto/test/
cipher_driver.c
234
i,
cipher_bits_per_second
(c, i, num_trials) / 1e9);
Completed in 749 milliseconds