Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsha512module.c445 static PyTypeObject SHA512type; variable
457 return (SHAobject *)PyObject_New(SHAobject, &SHA512type); in newSHA512object()
478 if (((PyObject*)self)->ob_type == &SHA512type) { in SHA512_copy()
637 static PyTypeObject SHA512type = { variable
766 Py_TYPE(&SHA512type) = &PyType_Type; in init_sha512()
767 if (PyType_Ready(&SHA512type) < 0) in init_sha512()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsha512module.c445 static PyTypeObject SHA512type; variable
457 return (SHAobject *)PyObject_New(SHAobject, &SHA512type); in newSHA512object()
478 if (((PyObject*)self)->ob_type == &SHA512type) { in SHA512_copy()
637 static PyTypeObject SHA512type = { variable
766 Py_TYPE(&SHA512type) = &PyType_Type; in init_sha512()
767 if (PyType_Ready(&SHA512type) < 0) in init_sha512()