Searched refs:hashmod (Results 1 – 5 of 5) sorted by relevance
/external/lua/src/ |
D | ltable.c | 82 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro 85 #define hashpointer(t,p) hashmod(t, point2uint(p)) 141 return hashmod(t, l_hashfloat(fltvalueraw(*kvl))); in mainposition()
|
/external/autotest/utils/frozen_chromite/third_party/python3/httplib2/ |
D | __init__.py | 759 self.hashmod = _md5 761 self.hashmod = _sha 796 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 766 self.hashmod = _md5 768 self.hashmod = _sha 803 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 791 self.hashmod = _md5 793 self.hashmod = _sha 828 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
|
/external/autotest/utils/frozen_chromite/third_party/python2/httplib2/ |
D | __init__.py | 778 self.hashmod = _md5 780 self.hashmod = _sha 815 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
|