Searched refs:RandBytesFunc (Results 1 – 1 of 1) sorted by relevance
28 typedef int (*RandBytesFunc)(unsigned char *buf, int num); typedef77 RandBytesFunc func = reinterpret_cast<RandBytesFunc>(GetOpensslLibFunc("RAND_bytes")); in RAND_bytes()