Searched defs:hashState256 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c45 #define hashState256(x) ((x)->pipe->p256) macro
465 bcopy(i256p2, hashState256(state)->DoublePipe,
507 bcopy(data, hashState256(state)->LastPart
512 data32 = (uint32_t *)hashState256(state)->LastPart;
518 hashState256(state)->DoublePipe);
529 bcopy(data32, hashState256(state)->LastPart, LastBytes);
586 hashState256(state)->LastPart[LastByte] =
587 (hashState256(state)->LastPart[LastByte]
591 data64 = (uint64_t *)hashState256(state)->LastPart;
594 (void) memset((hashState256(stat
[all...]

Completed in 61 milliseconds