Searched refs:rand_source_get_octet_string (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Drand_source.h56 * 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/
H A Drand_linux_kernel.c55 rand_source_get_octet_string(void *dest, uint32_t len) { function
H A Drand_source.c100 rand_source_get_octet_string(void *dest, uint32_t len) { function
/external/srtp/crypto/include/
H A Drand_source.h56 * 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/
H A Drand_linux_kernel.c55 rand_source_get_octet_string(void *dest, uint32_t len) { function
H A Drand_source.c100 rand_source_get_octet_string(void *dest, uint32_t len) { function
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Dcipher.c279 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/
H A Dcipher.c279 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/
H A Dcrypto_kernel.c136 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/
H A Dcrypto_kernel.c136 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/
H A Dxfm.c181 status = rand_source_get_octet_string(iv, IV_LEN);
269 status = rand_source_get_octet_string(iv, IV_LEN);
/external/srtp/crypto/ae_xfm/
H A Dxfm.c146 status = rand_source_get_octet_string(iv, IV_LEN);
235 status = rand_source_get_octet_string(iv, IV_LEN);

Completed in 3224 milliseconds