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

  /external/srtp/crypto/test/
rand_gen.c 124 status = crypto_get_random(buffer, num_octets);
  /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/kernel/
crypto_kernel.c 518 crypto_get_random(unsigned char *buffer, unsigned int length) { function
  /external/srtp/crypto/ae_xfm/
xfm.c 13 #include "crypto_kernel.h" /* for crypto_get_random() */
70 status = crypto_get_random(iv, IV_LEN);

Completed in 59 milliseconds