Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dsha256module.c.h66 {"update", (PyCFunction)SHA256Type_update, METH_O, SHA256Type_update__doc__},
/external/python/cpython3/Modules/
Dsha256module.c476 SHA256Type_update(SHAobject *self, PyObject *obj) in SHA256Type_update() function