HomeSort by relevance Sort by last modified time
    Searched refs:KeccakWidth1600_SpongeAbsorb (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_sha3/kcp/
KeccakHash.c 40 return (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, data, databitlen/8);
42 HashReturn ret = (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, data, databitlen/8);
56 ret = (HashReturn)KeccakWidth1600_SpongeAbsorb(&instance->sponge, oneByte, 1);
  /external/python/cpython3/Modules/_sha3/
sha3module.c 90 #define KeccakWidth1600_SpongeAbsorb _PySHA3_KeccakWidth1600_SpongeAbsorb

Completed in 69 milliseconds