Searched refs:set_passwd_cb (Results 1 – 3 of 3) sorted by relevance
884 context.set_passwd_cb(None)900 context.set_passwd_cb(passphraseCallback)918 context.set_passwd_cb(passphraseCallback)933 context.set_passwd_cb(passphraseCallback)948 context.set_passwd_cb(passphraseCallback)967 context.set_passwd_cb(passphraseCallback)
479 * doc/pyOpenSSL.tex: Correct the documentation for the set_passwd_cb510 * test/test_ssl.py: Add tests for Context.set_passwd_cb and
706 def set_passwd_cb(self, callback, userdata=None): member in Context