Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/
H A Dedonr.h67 } EdonRState; typedef
69 void EdonRInit(EdonRState *state);
70 void EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen);
71 void EdonRFinal(EdonRState *state, uint8_t *hashval);
/src/sys/contrib/openzfs/module/zfs/
H A Dedonr_zfs.c41 EdonRState *ctx = arg; in edonr_incremental()
54 EdonRState ctx; in abd_checksum_edonr_native()
82 EdonRState *ctx; in abd_checksum_edonr_tmpl_init()
110 EdonRState *ctx = ctx_template; in abd_checksum_edonr_tmpl_free()
/src/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dedonr_test.c88 EdonRState ctx; \ in main()
105 EdonRState ctx; \ in main()
/src/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c213 EdonRInit(EdonRState *state) in EdonRInit()
221 EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen) in EdonRUpdate()
259 EdonRFinal(EdonRState *state, uint8_t *hashval) in EdonRFinal()
313 EdonRState state; in EdonRHash()