Home
last modified time | relevance | path

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

/dports/security/nettle/nettle-3.7.3/
H A Ddes.c142 static const int8_t weak_key_hash[26][4] = in des_weak_p() local
181 candidate = weak_key_hash[hash]; in des_weak_p()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Ddes.c142 static const int8_t weak_key_hash[26][4] = in des_weak_p() local
181 candidate = weak_key_hash[hash]; in des_weak_p()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dweak.c246 static u_long weak_key_hash(const ScmHashCore *hc, intptr_t key) in weak_key_hash() function
300 Scm_HashCoreInitGeneral(&wh->core, weak_key_hash, weak_key_compare, in Scm_MakeWeakHashTableSimple()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dweak.c197 static SgHashVal weak_key_hash(const SgHashCore *hc, intptr_t key) in weak_key_hash() function
533 Sg_HashCoreInitGeneral(SG_WEAK_HASHTABLE_CORE(wh), weak_key_hash,