Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dsha1module.c.h77 {"update", (PyCFunction)SHA1Type_update, METH_O, SHA1Type_update__doc__},
/third_party/python/Modules/
Dsha1module.c409 SHA1Type_update(SHA1object *self, PyObject *obj) in SHA1Type_update() function