Home
last modified time | relevance | path

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

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

Completed in 39 milliseconds