Searched defs:PySssPasswordObject (Results 1 - 1 of 1) sorted by relevance

/sssd/src/python/
H A Dpysss.c956 } PySssPasswordObject; typedef in typeref:struct:__anon21
963 static PyObject *py_sss_encrypt(PySssPasswordObject *self,
1009 static PyObject *py_sss_decrypt(PySssPasswordObject *self,
1051 static void PySssPasswordObject_dealloc(PySssPasswordObject *self)
1063 PySssPasswordObject *self;
1065 self = (PySssPasswordObject *) type->tp_alloc(type, 0);
1096 offsetof(PySssPasswordObject, aes_256), READONLY, NULL},
1106 .tp_basicsize = sizeof(PySssPasswordObject),

Completed in 722 milliseconds