Searched defs:items (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/lib/zlib/ |
A D | zutil.c | 218 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
|
A D | zutil.h | 266 #define ZALLOC(strm, items, size) \ argument
|
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/utils/ |
A D | info.c | 138 struct items { in show_config() struct 139 uint16_t val; in show_config() 140 const char *name; in show_config()
|
/optee_os-3.20.0/core/kernel/ |
A D | embedded_ts.c | 25 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | debug.c | 281 mbedtls_pk_debug_item items[MBEDTLS_PK_DEBUG_MAX_ITEMS]; in debug_print_pk() local
|
A D | pk.c | 551 int mbedtls_pk_debug( const mbedtls_pk_context *ctx, mbedtls_pk_debug_item *items ) in mbedtls_pk_debug()
|
A D | pk_wrap.c | 178 static void rsa_debug( const void *ctx, mbedtls_pk_debug_item *items ) in rsa_debug() 406 static void eckey_debug( const void *ctx, mbedtls_pk_debug_item *items ) in eckey_debug()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509_crt.h | 217 mbedtls_x509_crt_verify_chain_item items[MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE]; member
|
/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()
|
Completed in 16 milliseconds