Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_ctx.c49 unsigned int *indexes; member
100 while (bnidx++ < stack->indexes[fpidx]) in ctxdbg()
250 st->indexes = NULL; in BN_STACK_init()
256 OPENSSL_free(st->indexes); in BN_STACK_finish()
257 st->indexes = NULL; in BN_STACK_finish()
272 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth); in BN_STACK_push()
273 OPENSSL_free(st->indexes); in BN_STACK_push()
274 st->indexes = newitems; in BN_STACK_push()
277 st->indexes[(st->depth)++] = idx; in BN_STACK_push()
283 return st->indexes[--(st->depth)]; in BN_STACK_pop()
/openssl/Configurations/
H A DREADME-design.md111 `DEPEND[cversion.o]` mentions an object file. DEPEND indexes is the
180 The indexes for `SOURCE` must only be end product files, such as
203 indexes:
/openssl/
H A DConfigure2159 my @indexes = ( '' );
2161 @indexes = tokenize($index_str);
2163 foreach (@indexes) {

Completed in 14 milliseconds