Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsha512module.c442 static PyTypeObject SHA384type; variable
449 return (SHAobject *)PyObject_New(SHAobject, &SHA384type); in newSHA384object()
594 static PyTypeObject SHA384type = { variable
777 Py_TYPE(&SHA384type) = &PyType_Type; in PyInit__sha512()
778 if (PyType_Ready(&SHA384type) < 0) in PyInit__sha512()
788 Py_INCREF((PyObject *)&SHA384type); in PyInit__sha512()
789 PyModule_AddObject(m, "SHA384Type", (PyObject *)&SHA384type); in PyInit__sha512()
/external/python/cpython2/Modules/
Dsha512module.c444 static PyTypeObject SHA384type; variable
451 return (SHAobject *)PyObject_New(SHAobject, &SHA384type); in newSHA384object()
603 static PyTypeObject SHA384type = { variable
763 Py_TYPE(&SHA384type) = &PyType_Type; in init_sha512()
764 if (PyType_Ready(&SHA384type) < 0) in init_sha512()