Home
last modified time | relevance | path

Searched refs:crypto_generichash_STATEBYTES (Results 1 – 6 of 6) sorted by relevance

/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/bindings/
H A Dcrypto_generichash.py33 crypto_generichash_STATEBYTES = lib.crypto_generichash_statebytes() variable
133 crypto_generichash_STATEBYTES)
147 self._statebuf, crypto_generichash_STATEBYTES)
H A D__init__.py62 crypto_generichash_STATEBYTES,
/dports/security/py-pysodium/pysodium-0.7.10/
H A DREADME.md133 crypto_generichash_STATEBYTES
H A DPKG-INFO141 crypto_generichash_STATEBYTES
/dports/security/py-pysodium/pysodium-0.7.10/pysodium.egg-info/
H A DPKG-INFO141 crypto_generichash_STATEBYTES
/dports/security/py-pysodium/pysodium-0.7.10/pysodium/
H A D__init__.py129 crypto_generichash_STATEBYTES = sodium.crypto_generichash_statebytes() variable
554 state = ctypes.create_string_buffer(crypto_generichash_STATEBYTES)
562 if len(state) != crypto_generichash_STATEBYTES: raise ValueError("invalid state")
569 if len(state) != crypto_generichash_STATEBYTES: raise ValueError("invalid state")