Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcryptmodule.c40 static PyMethodDef crypt_methods[] = { variable
48 Py_InitModule("crypt", crypt_methods); in initcrypt()
/external/python/cpython3/Modules/
D_cryptmodule.c52 static PyMethodDef crypt_methods[] = { variable
66 crypt_methods,