Searched refs:alloc (Results 1 – 7 of 7) sorted by relevance
72 a->alloc = size; in pstm_init_size()114 a->alloc = PSTM_DEFAULT_INIT; in pstm_init()135 if (a->alloc < size) { in pstm_grow()150 i = a->alloc; in pstm_grow()151 a->alloc = size; in pstm_grow()152 for (; i < a->alloc; i++) { in pstm_grow()178 if (b->alloc < a->used) { in pstm_copy()258 a->alloc = a->used = 0; in pstm_clear()307 for (n = 0; n < a->alloc; n++) { in pstm_zero()428 if (a->alloc < a->used) { in pstm_read_unsigned_bin()[all …]
94 if (pstm_init_size(pool, &tmpa, key->p.alloc) != PS_SUCCESS) { in psRsaCrypt()98 if (pstm_init_size(pool, &tmpb, key->q.alloc) != PS_SUCCESS) { in psRsaCrypt()
375 if (pa > a->alloc) { in pstm_montgomery_reduce()
125 int used, alloc, sign; //bbox: was int16 member
467 if (B->alloc < pa) { in pstm_sqr_comba_gen()563 if (B->alloc < 32) { in pstm_sqr_comba16()749 if (B->alloc < 64) { in pstm_sqr_comba32()
246 if (C->alloc < pa) { in pstm_mul_comba_gen()321 if (C->alloc < 32) { in pstm_mul_comba16()471 if (C->alloc < 64) { in pstm_mul_comba32()
8 alloc+xfunc: xmalloc, then xfunc - leaks memory if xfunc dies17 need to be inspected that they do not fall into alloc+xfunc, open+xfunc,