Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_custom.h11 #ifndef XREALLOC
12 #define XREALLOC realloc macro
A Dtomcrypt_cfg.h28 LTC_EXPORT void * LTC_CALL XREALLOC(void *p, size_t n);
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_decode_sequence_flexi.c255 if ((realloc_tmp = XREALLOC(l->data, l->size * sizeof(unsigned long))) == NULL) { in s_der_decode_sequence_flexi()

Completed in 6 milliseconds