Home
last modified time | relevance | path

Searched refs:rand_source_get_octet_string (Results 1 – 7 of 7) sorted by relevance

/external/srtp/crypto/cipher/
Dcipher.c279 status = rand_source_get_octet_string(buffer, length); in cipher_type_self_test()
292 status = rand_source_get_octet_string(key, test_case->key_length_octets); in cipher_type_self_test()
296 status = rand_source_get_octet_string(iv, MAX_KEY_LEN); in cipher_type_self_test()
/external/srtp/crypto/rng/
Drand_linux_kernel.c55 rand_source_get_octet_string(void *dest, uint32_t len) { in rand_source_get_octet_string() function
Drand_source.c100 rand_source_get_octet_string(void *dest, uint32_t len) { in rand_source_get_octet_string() function
/external/srtp/crypto/include/
Drand_source.h75 rand_source_get_octet_string(void *dest, uint32_t length);
/external/srtp/crypto/kernel/
Dcrypto_kernel.c136 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS); in crypto_kernel_init()
141 status = ctr_prng_init(rand_source_get_octet_string); in crypto_kernel_init()
184 status = stat_test_rand_source_with_repetition(rand_source_get_octet_string, MAX_RNG_TRIALS); in crypto_kernel_status()
/external/srtp/
Dsrtp.def30 rand_source_get_octet_string
/external/srtp/crypto/ae_xfm/
Dxfm.c146 status = rand_source_get_octet_string(iv, IV_LEN); in aes_128_cbc_hmac_sha1_96_inv()
235 status = rand_source_get_octet_string(iv, IV_LEN); in aes_128_cbc_hmac_sha1_96_enc()