Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dedonr.h66 } EdonRState; typedef
68 void EdonRInit(EdonRState *state);
69 void EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen);
70 void EdonRFinal(EdonRState *state, uint8_t *hashval);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dedonr_zfs.c40 EdonRState *ctx = arg; in edonr_incremental()
53 EdonRState ctx; in abd_checksum_edonr_native()
81 EdonRState *ctx; in abd_checksum_edonr_tmpl_init()
109 EdonRState *ctx = ctx_template; in abd_checksum_edonr_tmpl_free()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dedonr_test.c87 EdonRState ctx; \ in main()
104 EdonRState ctx; \ in main()
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c212 EdonRInit(EdonRState *state) in EdonRInit()
220 EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen) in EdonRUpdate()
258 EdonRFinal(EdonRState *state, uint8_t *hashval) in EdonRFinal()
312 EdonRState state; in EdonRHash()