Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()