Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dhashlib.py94 import _blake2
95 cache['blake2b'] = _blake2.blake2b
96 cache['blake2s'] = _blake2.blake2s
/external/python/cpython3/Lib/test/
Dtest_hashlib.py30 import _blake2
32 _blake2 = None variable
34 requires_blake2 = unittest.skipUnless(_blake2, 'requires _blake2')
98 _blake2 = self._conditional_import_module('_blake2')
99 if _blake2:
145 if _blake2:
/external/python/cpython3/Modules/
DSetup.dist256 #_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
/external/python/cpython3/
DMakefile.pre.in541 '*/Modules/_blake2/impl/*' \
573 clinic: check-clean-src $(srcdir)/Modules/_blake2/blake2s_impl.c
604 $(srcdir)/Modules/_blake2/blake2s_impl.c: $(srcdir)/Modules/_blake2/blake2b_impl.c $(srcdir)/Module…
605 $(PYTHON_FOR_REGEN) $(srcdir)/Modules/_blake2/blake2b2s.py