Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsha256module.c378 static PyTypeObject SHA224type; variable
385 return (SHAobject *)PyObject_New(SHAobject, &SHA224type); in newSHA224object()
537 static PyTypeObject SHA224type = { variable
697 Py_TYPE(&SHA224type) = &PyType_Type; in init_sha256()
698 if (PyType_Ready(&SHA224type) < 0) in init_sha256()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsha256module.c378 static PyTypeObject SHA224type; variable
385 return (SHAobject *)PyObject_New(SHAobject, &SHA224type); in newSHA224object()
537 static PyTypeObject SHA224type = { variable
697 Py_TYPE(&SHA224type) = &PyType_Type; in init_sha256()
698 if (PyType_Ready(&SHA224type) < 0) in init_sha256()