Searched refs:opaque (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/lib/zlib/ |
A D | zutil.c | 223 (void)opaque; in zcalloc() 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 248 (void)opaque; in zcfree() 283 (void)opaque; in zcalloc() 289 (void)opaque; in zcfree() 306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 307 voidpf opaque; in zcalloc() 311 (void)opaque; 316 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument 317 voidpf opaque; in zcfree() [all …]
|
A D | zutil.h | 261 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 263 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr)); 267 (*((strm)->zalloc))((strm)->opaque, (items), (size)) 268 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
|
A D | zlib.h | 82 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); 83 typedef void (*free_func) OF((voidpf opaque, voidpf address)); 101 voidpf opaque; /* private data object passed to zalloc and zfree */ member
|
A D | inflate.c | 216 strm->opaque = (voidpf)0;
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | timing.h | 46 unsigned char opaque[32]; member
|
/optee_os-3.20.0/core/kernel/ |
A D | embedded_ts.c | 25 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc() 31 static void zfree(void *opaque __unused, void *address) in zfree()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | stmm_sp.c | 196 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc() 202 static void zfree(void *opaque __unused, void *address) in zfree()
|
/optee_os-3.20.0/core/tee/ |
A D | tadb.c | 55 uint8_t opaque[]; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 22 MBEDTLS_USE_PSA_CRYPTO is enabled, an opaque key (created with 247 * Added support for built-in driver keys through the PSA opaque crypto 2988 * Changed md_info_t into an opaque structure (use md_get_xxx() accessors). 2989 * Changed pk_info_t into an opaque structure. 2990 * Changed cipher_base_t into an opaque structure.
|
Completed in 20 milliseconds