Searched refs:crypto_get_random (Results 1 – 9 of 9) sorted by relevance
124 status = crypto_get_random(buffer, num_octets); in main()
256 crypto_get_random(unsigned char *buffer, unsigned int length);
28 crypto_get_random
462 int crypto_get_random(void *buf, size_t len);
188 if (crypto_get_random(tmp, sizeof(tmp)) < 0) { in random_get_bytes()
865 int crypto_get_random(void *buf, size_t len) in crypto_get_random() function
518 crypto_get_random(unsigned char *buffer, unsigned int length) { in crypto_get_random() function
70 status = crypto_get_random(iv, IV_LEN); in aes_128_cbc_hmac_sha1_96_func()
359 crypto_get_random(key, 30);