Home
last modified time | relevance | path

Searched refs:srtp_cipher_rand_u32_for_tests (Results 1 – 6 of 6) sorted by relevance

/external/libsrtp2/crypto/include/
Dcipher_priv.h56 uint32_t srtp_cipher_rand_u32_for_tests(void);
/external/libsrtp2/crypto/test/
Dcipher_driver.c393 len = srtp_cipher_rand_u32_for_tests() & 0x01f; in cipher_driver_test_buffering()
531 int cipher_index = srtp_cipher_rand_u32_for_tests() % num_cipher; in cipher_array_bits_per_second()
/external/libsrtp2/test/
Drtp.c153 sender->message.header.seq = (uint16_t)srtp_cipher_rand_u32_for_tests(); in rtp_sender_init()
Dreplay_driver.c194 idx++, ircvd += (1 << (srtp_cipher_rand_u32_for_tests() % 10))) { in test_rdb_db()
Drdbx_driver.c309 idx++, ircvd += (1 << (srtp_cipher_rand_u32_for_tests() % 12))) { in test_replay_dbx()
/external/libsrtp2/crypto/cipher/
Dcipher.c191 uint32_t srtp_cipher_rand_u32_for_tests(void) in srtp_cipher_rand_u32_for_tests() function
465 length = srtp_cipher_rand_u32_for_tests() % (SELF_TEST_BUF_OCTETS - 64); in srtp_cipher_type_test()