Home
last modified time | relevance | path

Searched refs:PyInit__blake2 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/PC/
Dconfig.c26 extern PyObject* PyInit__blake2(void);
103 {"_blake2", PyInit__blake2},
/external/python/cpython3/Modules/_blake2/
Dblake2module.c55 PyInit__blake2(void) in PyInit__blake2() function