Searched refs:crypt_crypt (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | cryptmodule.c | 15 static PyObject *crypt_crypt(PyObject *self, PyObject *args) in crypt_crypt() function 41 {"crypt", crypt_crypt, METH_VARARGS, crypt_crypt__doc__},
|
/external/python/cpython3/Modules/clinic/ |
D | _cryptmodule.c.h | 17 {"crypt", (PyCFunction)(void(*)(void))crypt_crypt, METH_FASTCALL, crypt_crypt__doc__}, 23 crypt_crypt(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in crypt_crypt() function
|