/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
rand_source.h | 56 * rand_source_get_octet_string() writes a random octet string. 58 * The function call rand_source_get_octet_string(dest, len) writes 75 rand_source_get_octet_string(void *dest, uint32_t length);
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/ |
rand_linux_kernel.c | 55 rand_source_get_octet_string(void *dest, uint32_t len) { function
|
rand_source.c | 100 rand_source_get_octet_string(void *dest, uint32_t len) { function
|
/external/srtp/crypto/include/ |
rand_source.h | 56 * rand_source_get_octet_string() writes a random octet string. 58 * The function call rand_source_get_octet_string(dest, len) writes 75 rand_source_get_octet_string(void *dest, uint32_t length);
|
/external/srtp/crypto/rng/ |
rand_linux_kernel.c | 55 rand_source_get_octet_string(void *dest, uint32_t len) { function
|
rand_source.c | 100 rand_source_get_octet_string(void *dest, uint32_t len) { function
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/ |
cipher.c | 279 status = rand_source_get_octet_string(buffer, length); 292 status = rand_source_get_octet_string(key, test_case->key_length_octets); 296 status = rand_source_get_octet_string(iv, MAX_KEY_LEN);
|
/external/srtp/crypto/cipher/ |
cipher.c | 279 status = rand_source_get_octet_string(buffer, length); 292 status = rand_source_get_octet_string(key, test_case->key_length_octets); 296 status = rand_source_get_octet_string(iv, MAX_KEY_LEN);
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/ |
crypto_kernel.c | 136 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS); 141 status = ctr_prng_init(rand_source_get_octet_string); 184 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS);
|
/external/srtp/crypto/kernel/ |
crypto_kernel.c | 136 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS); 141 status = ctr_prng_init(rand_source_get_octet_string); 184 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS);
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/ |
xfm.c | 181 status = rand_source_get_octet_string(iv, IV_LEN); 269 status = rand_source_get_octet_string(iv, IV_LEN);
|
/external/srtp/crypto/ae_xfm/ |
xfm.c | 146 status = rand_source_get_octet_string(iv, IV_LEN); 235 status = rand_source_get_octet_string(iv, IV_LEN);
|