Searched refs:MallocOpenSSL (Results 1 – 3 of 3) sorted by relevance
78 params->out = MallocOpenSSL<char>(params->length); in DoKeyGen()
204 T* MallocOpenSSL(size_t count) { in MallocOpenSSL() function218 : data_(MallocOpenSSL<char>(size)), size_(size) {} in Builder()
274 unsigned char* data = MallocOpenSSL<unsigned char>(len); in TLSExtStatusCallback()