Searched refs:SHA3object (Results 1 – 2 of 2) sorted by relevance
143 } SHA3object; typedef160 static SHA3object *163 SHA3object *newobj; in newSHA3object()164 newobj = (SHA3object *)PyObject_New(SHA3object, type); in newSHA3object()176 SHA3object *self = NULL; in py_sha3_new()257 SHA3_dealloc(SHA3object *self) in SHA3_dealloc()276 _sha3_sha3_224_copy_impl(SHA3object *self) in _sha3_sha3_224_copy_impl()279 SHA3object *newobj; in _sha3_sha3_224_copy_impl()298 _sha3_sha3_224_digest_impl(SHA3object *self) in _sha3_sha3_224_digest_impl()325 _sha3_sha3_224_hexdigest_impl(SHA3object *self) in _sha3_sha3_224_hexdigest_impl()[all …]
15 _sha3_sha3_224_copy_impl(SHA3object *self);18 _sha3_sha3_224_copy(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_copy()33 _sha3_sha3_224_digest_impl(SHA3object *self);36 _sha3_sha3_224_digest(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_digest()51 _sha3_sha3_224_hexdigest_impl(SHA3object *self);54 _sha3_sha3_224_hexdigest(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_hexdigest()