Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dedonr.h81 } EdonRState; typedef
83 void EdonRInit(EdonRState *state, size_t hashbitlen);
84 void EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen);
85 void EdonRFinal(EdonRState *state, uint8_t *hashval);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dedonr_zfs.c39 EdonRState *ctx = arg; in edonr_incremental()
53 EdonRState ctx; in abd_checksum_edonr_native()
81 EdonRState *ctx; in abd_checksum_edonr_tmpl_init()
110 EdonRState *ctx = ctx_template; in abd_checksum_edonr_tmpl_free()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dedonr_zfs.c39 EdonRState ctx; in zio_checksum_edonr_native()
67 EdonRState *ctx; in zio_checksum_edonr_tmpl_init()
96 EdonRState *ctx = ctx_template; in zio_checksum_edonr_tmpl_free()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/checksum/edonr/
H A Dedonr_test.c156 EdonRState ctx; \ in main()
174 EdonRState ctx; \ in main()
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c449 EdonRInit(EdonRState *state, size_t hashbitlen) in EdonRInit()
489 EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen) in EdonRUpdate()
571 EdonRFinal(EdonRState *state, uint8_t *hashval) in EdonRFinal()
728 EdonRState state; in EdonRHash()