Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_ctx.c49 unsigned int *indexes; member
100 while (bnidx++ < stack->indexes[fpidx]) in ctxdbg()
252 st->indexes = NULL; in BN_STACK_init()
258 OPENSSL_free(st->indexes); in BN_STACK_finish()
259 st->indexes = NULL; in BN_STACK_finish()
276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth); in BN_STACK_push()
277 OPENSSL_free(st->indexes); in BN_STACK_push()
278 st->indexes = newitems; in BN_STACK_push()
281 st->indexes[(st->depth)++] = idx; in BN_STACK_push()
287 return st->indexes[--(st->depth)]; in BN_STACK_pop()
/openssl-master/doc/internal/man3/
A Dossl_lib_ctx_get_data.pod35 associated with it. Unlike normal CRYPTO_EX_DATA objects we use static indexes
37 indexes internally to the implementation.
/openssl-master/Configurations/
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-master/
A DConfigure2062 my @indexes = ( '' );
2064 @indexes = tokenize($index_str);
2066 foreach (@indexes) {

Completed in 8 milliseconds