Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_ctx.c267 unsigned int *newitems; in BN_STACK_push() local
269 if ((newitems = OPENSSL_malloc(sizeof(*newitems) * newsize)) == NULL) in BN_STACK_push()
272 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth); in BN_STACK_push()
274 st->indexes = newitems; in BN_STACK_push()

Completed in 4 milliseconds