Searched refs:RAND_bytes (Results 1 – 4 of 4) sorted by relevance
18 static inline int RAND_bytes(unsigned char*, int) { in RAND_bytes() function
26 if (RAND_bytes(key.data(), key.size()) != 1) { in getRandomKey()
60 int res = RAND_bytes(data, size); in getRandomBytes()
264 if (RAND_bytes(sHmacGlobalKey, sizeof(sHmacGlobalKey)) == -1) { in initializeHmacKey()