Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_ctx.c262 unsigned int *newitems; in BN_STACK_push() local
264 if ((newitems = OPENSSL_malloc(sizeof(*newitems) * newsize)) == NULL) { in BN_STACK_push()
269 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth); in BN_STACK_push()
271 st->indexes = newitems; in BN_STACK_push()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_ctx.c269 unsigned int *newitems; in BN_STACK_push() local
271 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()