Home
last modified time | relevance | path

Searched refs:newitems (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c362 unsigned int *newitems = reallocarray(NULL, in BN_STACK_push() local
364 if (!newitems) in BN_STACK_push()
367 memcpy(newitems, st->indexes, st->depth * in BN_STACK_push()
371 st->indexes = newitems; in BN_STACK_push()