Lines Matching refs:SHA3object
143 } SHA3object; typedef
160 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()
356 _sha3_sha3_224_update(SHA3object *self, PyObject *data) in _sha3_sha3_224_update()
405 SHA3_get_block_size(SHA3object *self, void *closure) in SHA3_get_block_size()
413 SHA3_get_name(SHA3object *self, void *closure) in SHA3_get_name()
446 SHA3_get_digest_size(SHA3object *self, void *closure) in SHA3_get_digest_size()
453 SHA3_get_capacity_bits(SHA3object *self, void *closure) in SHA3_get_capacity_bits()
461 SHA3_get_rate_bits(SHA3object *self, void *closure) in SHA3_get_rate_bits()
468 SHA3_get_suffix(SHA3object *self, void *closure) in SHA3_get_suffix()
492 sizeof(SHA3object), /* tp_basicsize */ \
585 _SHAKE_digest(SHA3object *self, PyObject *digestlen_obj, int hex) in _SHAKE_digest()
647 _sha3_shake_128_digest(SHA3object *self, PyObject *length) in _sha3_shake_128_digest()
664 _sha3_shake_128_hexdigest(SHA3object *self, PyObject *length) in _sha3_shake_128_hexdigest()