HomeSort by relevance Sort by last modified time
    Searched full:crypto_get_random (Results 1 - 6 of 6) sorted by null

  /external/srtp/
srtp.def 28 crypto_get_random
  /external/srtp/crypto/include/
crypto_kernel.h 238 * The function call crypto_get_random(dest, len) writes len octets of
256 crypto_get_random(unsigned char *buffer, unsigned int length);
  /external/srtp/crypto/test/
rand_gen.c 124 status = crypto_get_random(buffer, num_octets);
  /external/srtp/crypto/ae_xfm/
xfm.c 13 #include "crypto_kernel.h" /* for crypto_get_random() */
70 status = crypto_get_random(iv, IV_LEN);
  /external/srtp/crypto/kernel/
crypto_kernel.c 518 crypto_get_random(unsigned char *buffer, unsigned int length) { function
  /external/srtp/doc/
intro.txt 359 crypto_get_random(key, 30);

Completed in 185 milliseconds