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

/freebsd-10.3-release/crypto/openssl/crypto/bn/
H A Dbn_ctx.c337 unsigned int *newitems = OPENSSL_malloc(newsize * local
339 if (!newitems)
342 memcpy(newitems, st->indexes, st->depth * sizeof(unsigned int));
345 st->indexes = newitems;

Completed in 46 milliseconds