Home
last modified time | relevance | path

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

/openssl/apps/
H A Drehash.c129 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry() local
131 for (bp = hash_table[ndx]; bp; bp = bp->next) in add_entry()
137 bp->next = hash_table[ndx]; in add_entry()
140 hash_table[ndx] = bp; in add_entry()

Completed in 4 milliseconds