Home | History | Annotate | Download | only in bn

Lines Matching full:head

102 	BN_POOL_ITEM *head, *current, *tail;
159 BN_POOL_ITEM *item = ctx->pool.head;
237 BN_POOL_ITEM *pool = ctx->pool.head;
362 p->head = p->current = p->tail = NULL;
368 while(p->head)
371 BIGNUM *bn = p->head->vals;
377 p->current = p->head->next;
378 OPENSSL_free(p->head);
379 p->head = p->current;
386 BN_POOL_ITEM *item = p->head;
398 p->current = p->head;
418 if(!p->head)
419 p->head = p->current = p->tail = item;
432 p->current = p->head;