OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rand_source_get_octet_string
(Results
1 - 6
of
6
) sorted by null
/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/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/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/ae_xfm/
xfm.c
146
status =
rand_source_get_octet_string
(iv, IV_LEN);
235
status =
rand_source_get_octet_string
(iv, IV_LEN);
Completed in 1102 milliseconds