Searched refs:crypt_crypt_impl (Results 1 – 2 of 2) sorted by relevance
20 crypt_crypt_impl(PyObject *module, const char *word, const char *salt);58 return_value = crypt_crypt_impl(module, word, salt); in crypt_crypt()
34 crypt_crypt_impl(PyObject *module, const char *word, const char *salt) in crypt_crypt_impl() function