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

/sssd-io/src/python/
H A Dpysss.c958 } PySssPasswordObject; typedef in typeref:struct:__anon22
965 static PyObject *py_sss_encrypt(PySssPasswordObject *self,
1010 static PyObject *py_sss_decrypt(PySssPasswordObject *self,
1052 static void PySssPasswordObject_dealloc(PySssPasswordObject *self)
1064 PySssPasswordObject *self;
1066 self = (PySssPasswordObject *) type->tp_alloc(type, 0);
1097 offsetof(PySssPasswordObject, aes_256), READONLY, NULL},
1107 .tp_basicsize = sizeof(PySssPasswordObject),

Completed in 12 milliseconds