Home
last modified time | relevance | path

Searched defs:hashfunc (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hmac.py81 def _rfc4231_test_cases(self, hashfunc): argument
/external/python/cpython3/Lib/test/
Dtest_hmac.py130 def _rfc4231_test_cases(self, hashfunc, hash_name, digest_size, block_size): argument
/external/libcups/cups/
Darray.c57 cups_ahash_func_t hashfunc; /* Hash function */ member
/external/python/cpython3/Python/
Dsysmodule.c974 PyHash_FuncDef *hashfunc; in get_hash_info() local
/external/python/cpython2/Include/
Dobject.h314 typedef long (*hashfunc)(PyObject *); typedef
/external/python/cpython3/Include/
Dobject.h333 typedef Py_hash_t (*hashfunc)(PyObject *); typedef
/external/protobuf/php/ext/google/protobuf/
Dupb.c4164 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4406 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert()