Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_ctx.c265 unsigned int newsize = in BN_STACK_push() local
269 if ((newitems = OPENSSL_malloc(sizeof(*newitems) * newsize)) == NULL) in BN_STACK_push()
275 st->size = newsize; in BN_STACK_push()
/openssl/crypto/hashtable/
H A Dhashtable.c441 size_t newsize = oldsize * 2; in grow_hashtable() local
456 newmd->neighborhood_mask = (newsize - 1); in grow_hashtable()
484 return grow_hashtable(h, newsize); in grow_hashtable()
492 h->wpd.neighborhood_len = newsize; in grow_hashtable()
/openssl/crypto/conf/
H A Dconf_def.c704 size_t newsize; in str_copy() local
762 newsize = strlen(p) + buf->length - (e - from); in str_copy()
763 if (newsize > MAX_CONF_VALUE_LENGTH) { in str_copy()
767 if (!BUF_MEM_grow_clean(buf, newsize)) { in str_copy()

Completed in 17 milliseconds