| /onnv/onnv-gate/usr/src/common/crypto/ecc/ |
| ecdecode.c | 70 hexString2SECItem(PRArenaPool *arena, SECItem *item, const char *str, 85 item->data = (unsigned char *) PORT_ArenaAlloc(arena, tmp/2, kmflag); 155 EC_FillParams(PRArenaPool *arena, const SECItem *encodedParams, 186 params->arena = arena; 580 PRArenaPool *arena; local 584 /* Initialize an arena for the ECParams structure */ 585 if (!(arena = PORT_NewArena(NSS_FREEBL_DEFAULT_CHUNKSIZE))) 595 SECITEM_AllocItem(arena, &(params->DEREncoding), encodedParams->len,
|
| ec.c | 250 PRArenaPool *arena; local 266 /* Initialize an arena for the EC key. */ 267 if (!(arena = PORT_NewArena(NSS_FREEBL_DEFAULT_CHUNKSIZE))) 270 key = (ECPrivateKey *)PORT_ArenaZAlloc(arena, sizeof(ECPrivateKey), 273 PORT_FreeArena(arena, PR_TRUE); 278 SECITEM_AllocItem(arena, &key->version, 1, kmflag); 284 key->ecParams.arena = arena; 289 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.fieldID.u.prime, 292 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.fieldID.u.poly [all...] |
| ecc_impl.h | 169 PRArenaPool * arena; member in struct:ECParamsStr
|
| /onnv/onnv-gate/usr/src/head/ |
| malloc.h | 50 unsigned long arena; /* total space in arena */ member in struct:mallinfo
|
| /onnv/onnv-gate/usr/src/uts/common/inet/ |
| inet_common.c | 42 vmem_t *ineta_arena; /* Minor number arena */ 43 minor_t ineta_maxminor; /* max minor number in the arena */ 49 inet_arena_t *arena = kmem_alloc(sizeof (inet_arena_t), kmflags); local 51 if (arena != NULL) { 52 arena->ineta_maxminor = max_dev; 53 arena->ineta_arena = vmem_create(name, 54 (void *)min_dev, arena->ineta_maxminor - min_dev + 1, 57 if (arena->ineta_arena == NULL) { 58 kmem_free(arena, sizeof (inet_arena_t)); 59 arena = NULL 69 inet_arena_t *arena = (inet_arena_t *)a; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/ |
| malloc.h | 48 int arena; /* total space in arena */ member in struct:mallinfo
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/ |
| malloc.h | 47 int arena; /* total space in arena */ member in struct:mallinfo
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| validate.c | 81 CANDIDATE *arena = 0, local 404 pcend = arena = (CANDIDATE *)Calloc(n, sizeof(CANDIDATE)); 430 if (pcend == arena) { 443 for (pcend2 = pc = arena; pc < pcend; pc++) { 450 if (pcend2 == arena) { 465 for (pcend2 = pc = arena; pc < pcend; pc++) 471 if (pcend2 == arena) { 487 for (pcend2 = pc = arena; pc < pcend; pc++) 493 if (pcend2 == arena) { 543 for (pcend2 = pc = arena; pc < pcend; pc++ [all...] |
| /onnv/onnv-gate/usr/src/lib/libmalloc/common/ |
| malloc.c | 66 * -Memory is kept in the "arena", a singly linked list of blocks. 110 * description of arena, free queue, holding blocks etc. 113 * Define freeptr as arena[2-3] to guarentee it follows arena in memory. 117 static struct header arena[4] = { variable in typeref:struct:header 125 * start the arena. The first is a busy 129 #define freeptr (arena + 2) 131 static struct header *arenaend; /* ptr to block marking high end of arena */ 132 static struct header *lastblk; /* the highest block in the arena */ 317 /* initialize arena */ [all...] |
| /onnv/onnv-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
| nss_spi.c | 2530 PRArenaPool *arena = NULL; local 2688 PRArenaPool *arena = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| startup.c | 3241 int arena = HEAPTEXT_ARENA(addr); local 3294 int arena = HEAPTEXT_ARENA(addr); local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| sv.c | 56 in each arena is reserved, and is used to hold a link to the next arena. 58 a note of the number of slots. Snaked through each arena chain is a 59 linked list of free items; when this becomes empty, an extra arena is 76 not allocated from an arena, but are instead directly created as static 79 The SV arena serves the secondary purpose of allowing still-live SVs 85 more_sv() / sv_add_arena() to add an extra arena if the free list is empty. 90 to the arena-manipulating functions new_xiv()/del_xiv() etc, but may be 93 list, and call more_xiv() etc to add a new arena if the list is empty. 242 "Attempt to free non-arena SV: 0x%"UVxf 477 XPV *arena, *arenanext; local [all...] |