OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyBlake2_BLAKE2sType
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Modules/_blake2/
blake2module.c
16
extern PyTypeObject
PyBlake2_BLAKE2sType
;
85
Py_TYPE(&
PyBlake2_BLAKE2sType
) = &PyType_Type;
86
if (PyType_Ready(&
PyBlake2_BLAKE2sType
) < 0) {
90
Py_INCREF(&
PyBlake2_BLAKE2sType
);
91
PyModule_AddObject(m, "blake2s", (PyObject *)&
PyBlake2_BLAKE2sType
);
93
d =
PyBlake2_BLAKE2sType
.tp_dict;
blake2s_impl.c
38
extern PyTypeObject
PyBlake2_BLAKE2sType
;
53
class _blake2s.blake2s "BLAKE2sObject *" "&
PyBlake2_BLAKE2sType
"
421
PyTypeObject
PyBlake2_BLAKE2sType
= {
Completed in 4578 milliseconds