Home
last modified time | relevance | path

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

/dports/security/py-passlib/passlib-1.7.4/passlib/handlers/
H A Dldap_digests.py46 _hash_func = None # required - hash function variable in _Base64DigestHelper
58 chk = self._hash_func(secret).digest()
67 _hash_func = None # required - hash function variable in _SaltedBase64DigestHelper
100 return self._hash_func(secret + self.salt).digest()
112 _hash_func = md5 variable in ldap_md5
122 _hash_func = sha1 variable in ldap_sha1
161 _hash_func = md5 variable in ldap_salted_md5
202 _hash_func = sha1 variable in ldap_salted_sha1
243 _hash_func = sha256 variable in ldap_salted_sha256
283 _hash_func = sha512 variable in ldap_salted_sha512
H A Ddigests.py33 _hash_func = None # hash function to use - filled in by create_hex_hash() variable in HexDigestHash
50 return str_to_uascii(self._hash_func(secret).hexdigest())
73 _hash_func=staticmethod(info.const), # sometimes it's a function, sometimes not. so wrap it.
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/handlers/
H A Dldap_digests.py44 _hash_func = None # required - hash function variable in _Base64DigestHelper
56 chk = self._hash_func(secret).digest()
65 _hash_func = None # required - hash function variable in _SaltedBase64DigestHelper
98 return self._hash_func(secret + self.salt).digest()
110 _hash_func = md5 variable in ldap_md5
120 _hash_func = sha1 variable in ldap_sha1
159 _hash_func = md5 variable in ldap_salted_md5
198 _hash_func = sha1 variable in ldap_salted_sha1
H A Ddigests.py33 _hash_func = None # hash function to use - filled in by create_hex_hash() variable in HexDigestHash
47 return str_to_uascii(self._hash_func(secret).hexdigest())
60 _hash_func=staticmethod(info.const), # sometimes it's a function, sometimes not. so wrap it.
/dports/net/py-confluent-kafka/confluent-kafka-1.2.0/confluent_kafka/avro/
H A Dload.py42 def _hash_func(self): function
49 schema.RecordSchema.__hash__ = _hash_func
50 schema.PrimitiveSchema.__hash__ = _hash_func
51 schema.UnionSchema.__hash__ = _hash_func
/dports/security/pear-Crypt_RSA/Crypt_RSA-1.2.1/
H A DRSA.php167 var $_hash_func = 'sha1';
307 $this->_hash_func = $params['hash_func'];
471 $hash_func = $this->_hash_func;
513 $hash_func = $this->_hash_func;
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/util/
H A Dfo-hash-table.c30 static guint _hash_func (gconstpointer key);
83 hash_table->hash_table = g_hash_table_new_full(_hash_func, in _init()
164 _hash_func (gconstpointer key) in _hash_func() function
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/util/
H A Dfo-hash-table.c30 static guint _hash_func (gconstpointer key);
83 hash_table->hash_table = g_hash_table_new_full(_hash_func, in _init()
164 _hash_func (gconstpointer key) in _hash_func() function
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/lhash/
H A Dinternal.h163 typedef uint32_t (*lhash_##type##_hash_func)(const type *); \
172 return ((lhash_##type##_hash_func)func)((const type *)a); \
176 lhash_##type##_hash_func hash, lhash_##type##_cmp_func comp) { \
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/lhash/
H A Dinternal.h163 typedef uint32_t (*lhash_##type##_hash_func)(const type *); \
172 return ((lhash_##type##_hash_func)func)((const type *)a); \
176 lhash_##type##_hash_func hash, lhash_##type##_cmp_func comp) { \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/include/openssl/
H A Dlhash.h180 typedef uint32_t (*lhash_##type##_hash_func)(const type *); \
189 return ((lhash_##type##_hash_func)func)((const type *)a); \
193 lh_##type##_new(lhash_##type##_hash_func hash, \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/include/openssl/
H A Dlhash.h180 typedef uint32_t (*lhash_##type##_hash_func)(const type *); \
189 return ((lhash_##type##_hash_func)func)((const type *)a); \
193 lh_##type##_new(lhash_##type##_hash_func hash, \
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/include/openssl/
H A Dlhash.h180 typedef uint32_t (*lhash_##type##_hash_func)(const type *); \
189 return ((lhash_##type##_hash_func)func)((const type *)a); \
193 lh_##type##_new(lhash_##type##_hash_func hash, \
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/include/openssl/
H A Dlhash.h180 typedef uint32_t (*lhash_##type##_hash_func)(const type *); \
189 return ((lhash_##type##_hash_func)func)((const type *)a); \
193 lh_##type##_new(lhash_##type##_hash_func hash, \
/dports/security/boringssl/boringssl-6a71840/include/openssl/
H A Dlhash.h180 typedef uint32_t (*lhash_##type##_hash_func)(const type *); \
189 return ((lhash_##type##_hash_func)func)((const type *)a); \
193 lh_##type##_new(lhash_##type##_hash_func hash, \
/dports/lang/vala/vala-0.48.18/gee/
H A Dhashset.vala36 set { _hash_func = value; }
50 private HashFunc<G> _hash_func;
64 uint hash_value = _hash_func (key);
90 uint hash_value = _hash_func (key);
H A Dhashset.c61 GHashFunc _hash_func; member
164 self->priv->_hash_func = value; in vala_hash_set_set_hash_func()
222 _tmp0_ = self->priv->_hash_func; in vala_hash_set_lookup_node()
323 _tmp2_ = self->priv->_hash_func; in vala_hash_set_real_add()
/dports/devel/libgee/libgee-0.20.3/gee/
H A Dhashset.vala98 return _hash_func.func;
116 private Functions.HashDataFuncClosure<G> _hash_func;
141 _hash_func = new Functions.HashDataFuncClosure<G> ((owned)hash_func);
148 _hash_func = hash_func;
H A Dhashset.c335 GeeFunctionsHashDataFuncClosure* _hash_func; member
689 _gee_functions_hash_data_func_closure_unref0 (self->priv->_hash_func); in gee_hash_set_construct()
690 self->priv->_hash_func = _tmp7_; in gee_hash_set_construct()
762 _gee_functions_hash_data_func_closure_unref0 (self->priv->_hash_func); in gee_hash_set_construct_with_closures()
763 self->priv->_hash_func = _tmp0_; in gee_hash_set_construct_with_closures()
1301 _tmp0_ = self->priv->_hash_func; in gee_hash_set_get_hash_func()
2026 _gee_functions_hash_data_func_closure_unref0 (self->priv->_hash_func); in gee_hash_set_finalize()
/dports/devel/py-joblib/joblib-1.1.0/joblib/
H A Dmemory.py641 def _hash_func(self): member in MemorizedFunc
665 func_hash = self._hash_func()
686 func_hash = self._hash_func()
/dports/shells/bash/bash-5.1/examples/complete/
H A Dcomplete-examples264 _hash_func()
283 complete -F _hash_func hash
/dports/devel/libgee06/libgee-0.6.8/gee/
H A Dhashset.c193 GHashFunc _hash_func; member
859 _tmp0_ = self->priv->_hash_func; in gee_hash_set_get_hash_func()
869 self->priv->_hash_func = _tmp0_; in gee_hash_set_set_hash_func()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/etc/
H A DChangeLog-5.13985 * stlport/stl/_hash_func.h: For MSVC .Net compiler we grant the hash<size_t>