Searched refs:newitems (Results 1 – 1 of 1) sorted by relevance
269 unsigned int *newitems; in BN_STACK_push() local271 if ((newitems = OPENSSL_malloc(sizeof(*newitems) * newsize)) == NULL) { in BN_STACK_push()276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth); in BN_STACK_push()278 st->indexes = newitems; in BN_STACK_push()