Home
last modified time | relevance | path

Searched refs:getRandomBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h67 std::error_code getRandomBytes(void *Buffer, size_t Size);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DRandomNumberGenerator.cpp63 std::error_code llvm::getRandomBytes(void *Buffer, size_t Size) { in getRandomBytes() function in llvm
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp353 if (auto EC = getRandomBytes(HashBuf, HashSize)) in writeBuildId()