Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dctx.c216 unsigned int *newitems = OPENSSL_malloc(newsize * sizeof(unsigned int)); in BN_STACK_push() local
217 if (!newitems) { in BN_STACK_push()
221 memcpy(newitems, st->indexes, st->depth * sizeof(unsigned int)); in BN_STACK_push()
224 st->indexes = newitems; in BN_STACK_push()