Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_cryptmodule.c.h20 crypt_crypt_impl(PyObject *module, const char *word, const char *salt);
58 return_value = crypt_crypt_impl(module, word, salt); in crypt_crypt()
/external/python/cpython3/Modules/
D_cryptmodule.c34 crypt_crypt_impl(PyObject *module, const char *word, const char *salt) in crypt_crypt_impl() function