Home
last modified time | relevance | path

Searched refs:SHA3object (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_sha3/clinic/
Dsha3module.c.h61 _sha3_sha3_224_copy_impl(SHA3object *self);
64 _sha3_sha3_224_copy(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_copy()
79 _sha3_sha3_224_digest_impl(SHA3object *self);
82 _sha3_sha3_224_digest(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_digest()
97 _sha3_sha3_224_hexdigest_impl(SHA3object *self);
100 _sha3_sha3_224_hexdigest(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_hexdigest()
124 _sha3_shake_128_digest_impl(SHA3object *self, unsigned long length);
127 _sha3_shake_128_digest(SHA3object *self, PyObject *arg) in _sha3_shake_128_digest()
151 _sha3_shake_128_hexdigest_impl(SHA3object *self, unsigned long length);
154 _sha3_shake_128_hexdigest(SHA3object *self, PyObject *arg) in _sha3_shake_128_hexdigest()
/third_party/python/Modules/_sha3/
Dsha3module.c170 } SHA3object; typedef
174 static SHA3object *
177 SHA3object *newobj; in newSHA3object()
178 newobj = (SHA3object *)PyObject_New(SHA3object, type); in newSHA3object()
204 SHA3object *self = newSHA3object(type); in py_sha3_new_impl()
281 SHA3_dealloc(SHA3object *self) in SHA3_dealloc()
303 _sha3_sha3_224_copy_impl(SHA3object *self) in _sha3_sha3_224_copy_impl()
306 SHA3object *newobj; in _sha3_sha3_224_copy_impl()
325 _sha3_sha3_224_digest_impl(SHA3object *self) in _sha3_sha3_224_digest_impl()
352 _sha3_sha3_224_hexdigest_impl(SHA3object *self) in _sha3_sha3_224_hexdigest_impl()
[all …]