Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsha256module.c379 static PyTypeObject SHA256type; variable
391 return (SHAobject *)PyObject_New(SHAobject, &SHA256type); in newSHA256object()
412 if (Py_TYPE(self) == &SHA256type) { in SHA256_copy()
571 static PyTypeObject SHA256type = { variable
700 Py_TYPE(&SHA256type) = &PyType_Type; in init_sha256()
701 if (PyType_Ready(&SHA256type) < 0) in init_sha256()