RetroArch
|
#include <Python.h>
Functions | |
static void | manipulate (uint8_t *key) |
static PyObject * | pkg_crypt (PyObject *self, PyObject *args) |
static PyObject * | register_sha1_callback (PyObject *self, PyObject *args) |
PyMODINIT_FUNC | initpkgcrypt (void) |
Variables | |
static PyObject * | sha1_callback = NULL |
static PyMethodDef | cryptMethods [] |
PyMODINIT_FUNC initpkgcrypt | ( | void | ) |
|
static |
|
static |
|
static |
|
static |