Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_ctx.c267 unsigned int newsize = in BN_STACK_push() local
271 if ((newitems = OPENSSL_malloc(sizeof(*newitems) * newsize)) == NULL) { in BN_STACK_push()
279 st->size = newsize; in BN_STACK_push()
/openssl-master/crypto/conf/
A Dconf_def.c696 size_t newsize; in str_copy() local
754 newsize = strlen(p) + buf->length - (e - from); in str_copy()
755 if (newsize > MAX_CONF_VALUE_LENGTH) { in str_copy()
759 if (!BUF_MEM_grow_clean(buf, newsize)) { in str_copy()

Completed in 6 milliseconds