Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c467 bcopy(i224p2, hashState224(state)->DoublePipe, in EdonRInit()
475 bcopy(i256p2, hashState256(state)->DoublePipe, in EdonRInit()
483 bcopy(i384p2, hashState384(state)->DoublePipe, in EdonRInit()
491 bcopy(i512p2, hashState224(state)->DoublePipe, in EdonRInit()
528 hashState256(state)->DoublePipe); in EdonRUpdate()
563 hashState512(state)->DoublePipe); in EdonRUpdate()
628 hashState256(state)->DoublePipe); in EdonRFinal()
665 hashState512(state)->DoublePipe); in EdonRFinal()
679 bcopy(hashState256(state)->DoublePipe + 9, hashval, in EdonRFinal()
693 bcopy(hashState256(state)->DoublePipe + 8, hashval, in EdonRFinal()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dedonr.h68 uint32_t DoublePipe[16]; member
72 uint64_t DoublePipe[16]; member