Searched refs:rand_source_get_octet_string (Results 1 – 7 of 7) sorted by relevance
| /external/srtp/crypto/cipher/ |
| D | cipher.c | 279 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/ |
| D | rand_linux_kernel.c | 55 rand_source_get_octet_string(void *dest, uint32_t len) { in rand_source_get_octet_string() function
|
| D | rand_source.c | 100 rand_source_get_octet_string(void *dest, uint32_t len) { in rand_source_get_octet_string() function
|
| /external/srtp/crypto/include/ |
| D | rand_source.h | 75 rand_source_get_octet_string(void *dest, uint32_t length);
|
| /external/srtp/crypto/kernel/ |
| D | crypto_kernel.c | 136 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/ |
| D | srtp.def | 30 rand_source_get_octet_string
|
| /external/srtp/crypto/ae_xfm/ |
| D | xfm.c | 146 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()
|