Home
last modified time | relevance | path

Searched refs:EdonRState (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dedonr.h86 } EdonRState; typedef
88 void EdonRInit(EdonRState *state, size_t hashbitlen);
89 void EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen);
90 void EdonRFinal(EdonRState *state, uint8_t *hashval);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dedonr_zfs.c40 EdonRState *ctx = arg; in edonr_incremental()
54 EdonRState ctx; in abd_checksum_edonr_native()
82 EdonRState *ctx; in abd_checksum_edonr_tmpl_init()
111 EdonRState *ctx = ctx_template; in abd_checksum_edonr_tmpl_free()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/checksum/
H A Dedonr_test.c157 EdonRState ctx; \ in main()
175 EdonRState ctx; \ in main()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c459 EdonRInit(EdonRState *state, size_t hashbitlen) in EdonRInit()
499 EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen) in EdonRUpdate()
581 EdonRFinal(EdonRState *state, uint8_t *hashval) in EdonRFinal()
734 EdonRState state; in EdonRHash()