Home
last modified time | relevance | path

Searched refs:CRYPTO_SetAllocator (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/include/nitro/crypto/
Dutil.h38 #define CRYPTO_SetAllocator(alloc, free) CRYPTO_SetMemAllocator(alloc, free, NULL) macro
/TwlSDK-5.4/build/demos/crypto/sign-1/src/
Dmain.c342 CRYPTO_SetAllocator(MyAlloc, MyFree); in SignTest()