Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c457 bcopy(i224p2, hashState224(state)->DoublePipe, in EdonRInit()
465 bcopy(i256p2, hashState256(state)->DoublePipe, in EdonRInit()
473 bcopy(i384p2, hashState384(state)->DoublePipe, in EdonRInit()
481 bcopy(i512p2, hashState224(state)->DoublePipe, in EdonRInit()
518 hashState256(state)->DoublePipe); in EdonRUpdate()
553 hashState512(state)->DoublePipe); in EdonRUpdate()
618 hashState256(state)->DoublePipe); in EdonRFinal()
655 hashState512(state)->DoublePipe); in EdonRFinal()
664 uint32_t *s32 = hashState224(state)->DoublePipe + 9; in EdonRFinal()
670 bcopy(hashState256(state)->DoublePipe + 9, hashval, in EdonRFinal()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dedonr.h63 uint32_t DoublePipe[16]; member
67 uint64_t DoublePipe[16]; member