Searched refs:CRYPTO_SetAllocator (Results 1 – 2 of 2) sorted by relevance
38 #define CRYPTO_SetAllocator(alloc, free) CRYPTO_SetMemAllocator(alloc, free, NULL) macro
342 CRYPTO_SetAllocator(MyAlloc, MyFree); in SignTest()