Home
last modified time | relevance | path

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

/openssl/apps/
H A Drehash.c131 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry() local
133 for (bp = hash_table[ndx]; bp; bp = bp->next) in add_entry()
139 bp->next = hash_table[ndx]; in add_entry()
142 hash_table[ndx] = bp; in add_entry()

Completed in 8 milliseconds