| /optee_os/core/lib/zlib/ |
| H A D | zutil.c | 218 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 221 ulg bsize = (ulg)items*size; in zcalloc() 281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument 284 return _halloc((long)items, size); in zcalloc() 302 extern voidp calloc OF((uInt items, uInt size)); 306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 308 unsigned items; 312 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : 313 (voidpf)calloc(items, size);
|
| H A D | zutil.h | 261 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items, 266 #define ZALLOC(strm, items, size) \ argument 267 (*((strm)->zalloc))((strm)->opaque, (items), (size))
|
| H A D | zlib.h | 82 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | debug.c | 321 mbedtls_pk_debug_item items[MBEDTLS_PK_DEBUG_MAX_ITEMS]; in debug_print_pk() local 324 memset(items, 0, sizeof(items)); in debug_print_pk() 326 if (mbedtls_pk_debug(pk, items) != 0) { in debug_print_pk() 333 if (items[i].type == MBEDTLS_PK_DEBUG_NONE) { in debug_print_pk() 337 mbedtls_snprintf(name, sizeof(name), "%s%s", text, items[i].name); in debug_print_pk() 341 if (items[i].type == MBEDTLS_PK_DEBUG_MPI) { in debug_print_pk() 342 mbedtls_debug_print_mpi(ssl, level, file, line, name, items[i].value); in debug_print_pk() 346 if (items[i].type == MBEDTLS_PK_DEBUG_ECP) { in debug_print_pk() 347 mbedtls_debug_print_ecp(ssl, level, file, line, name, items[i].value); in debug_print_pk() 351 if (items[i].type == MBEDTLS_PK_DEBUG_PSA_EC) { in debug_print_pk() [all …]
|
| H A D | pk_wrap.c | 471 static void rsa_debug(mbedtls_pk_context *pk, mbedtls_pk_debug_item *items) in rsa_debug() argument 476 (void) items; in rsa_debug() 480 items->type = MBEDTLS_PK_DEBUG_MPI; in rsa_debug() 481 items->name = "rsa.N"; in rsa_debug() 482 items->value = &(rsa->N); in rsa_debug() 484 items++; in rsa_debug() 486 items->type = MBEDTLS_PK_DEBUG_MPI; in rsa_debug() 487 items->name = "rsa.E"; in rsa_debug() 488 items->value = &(rsa->E); in rsa_debug() 1099 static void eckey_debug(mbedtls_pk_context *pk, mbedtls_pk_debug_item *items) in eckey_debug() argument [all …]
|
| H A D | pk_wrap.h | 94 void (*debug_func)(mbedtls_pk_context *pk, mbedtls_pk_debug_item *items);
|
| H A D | x509_crt.c | 381 ver_chain->items[i].crt = NULL; in x509_crt_verify_chain_reset() 382 ver_chain->items[i].flags = (uint32_t) -1; in x509_crt_verify_chain_reset() 2544 cur = &ver_chain->items[ver_chain->len - 1]; in x509_crt_verify_chain() 2559 cur = &ver_chain->items[ver_chain->len]; in x509_crt_verify_chain() 3023 cur = &ver_chain->items[i-1]; in x509_crt_merge_flags_with_cb() 3109 ver_chain.items[0].flags |= ee_flags; in x509_crt_verify_restartable_ca_cb()
|
| H A D | pk.c | 1465 int mbedtls_pk_debug(const mbedtls_pk_context *ctx, mbedtls_pk_debug_item *items) in mbedtls_pk_debug() argument 1475 ctx->pk_info->debug_func((mbedtls_pk_context *) ctx, items); in mbedtls_pk_debug()
|
| /optee_os/core/kernel/ |
| H A D | embedded_ts.c | 26 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc() argument 29 return mempool_alloc(mempool_default, items * size); in zalloc()
|
| /optee_os/core/drivers/crypto/se050/adaptors/utils/ |
| H A D | info.c | 138 struct items { in show_config() struct
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | pk.h | 1005 int mbedtls_pk_debug(const mbedtls_pk_context *ctx, mbedtls_pk_debug_item *items);
|
| H A D | x509_crt.h | 264 mbedtls_x509_crt_verify_chain_item MBEDTLS_PRIVATE(items)[MBEDTLS_X509_MAX_VERIFY_CHAIN_SIZE];
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 39 fetching map items directly by label. Detection of duplicate map 40 items is automatically performed. This makes decoding of complex 141 items in a map by label. It works for integer and text string labels 143 items with duplicate labels. This makes the code for decoding CBOR 513 have many data items in them. The overall code may be smaller
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 212 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc() argument 215 return mempool_alloc(mempool_default, items * size); in zalloc()
|
| /optee_os/scripts/ |
| H A D | sign_rproc_fw.py | 155 for type_id, value in self.tlvs.items():
|
| H A D | sign_encrypt.py | 36 for k, v in db.items():
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | LICENSE | 537 mouse-clicks or menu items--whatever suits your program.
|
| H A D | ChangeLog | 4339 * Remove macros from compat-1.3.h that correspond to deleted items from most
|