Searched refs:crypto_get_random (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Drand_gen.c124 status = crypto_get_random(buffer, num_octets);
/external/srtp/crypto/test/
H A Drand_gen.c124 status = crypto_get_random(buffer, num_octets);
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcrypto_kernel.h260 * The function call crypto_get_random(dest, len) writes len octets of
278 crypto_get_random(unsigned char *buffer, unsigned int length);
/external/srtp/crypto/include/
H A Dcrypto_kernel.h238 * The function call crypto_get_random(dest, len) writes len octets of
256 crypto_get_random(unsigned char *buffer, unsigned int length);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h454 * crypto_get_random - Generate cryptographically strong pseudy-random bytes
462 int crypto_get_random(void *buf, size_t len);
H A Drandom.c188 if (crypto_get_random(tmp, sizeof(tmp)) < 0) {
H A Dcrypto_openssl.c789 int crypto_get_random(void *buf, size_t len) function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h454 * crypto_get_random - Generate cryptographically strong pseudy-random bytes
462 int crypto_get_random(void *buf, size_t len);
H A Drandom.c188 if (crypto_get_random(tmp, sizeof(tmp)) < 0) {
H A Dcrypto_openssl.c789 int crypto_get_random(void *buf, size_t len) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h454 * crypto_get_random - Generate cryptographically strong pseudy-random bytes
462 int crypto_get_random(void *buf, size_t len);
H A Drandom.c188 if (crypto_get_random(tmp, sizeof(tmp)) < 0) {
H A Dcrypto_openssl.c789 int crypto_get_random(void *buf, size_t len) function
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c568 crypto_get_random(unsigned char *buffer, unsigned int length) { function
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c518 crypto_get_random(unsigned char *buffer, unsigned int length) { function
/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c48 #include "crypto_kernel.h" /* for crypto_get_random() */
105 status = crypto_get_random(iv, IV_LEN);
/external/srtp/crypto/ae_xfm/
H A Dxfm.c13 #include "crypto_kernel.h" /* for crypto_get_random() */
70 status = crypto_get_random(iv, IV_LEN);

Completed in 181 milliseconds