Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dedonr_zfs.c41 EdonRUpdate(ctx, buf, size * 8); in edonr_incremental()
104 EdonRUpdate(ctx, salt_block, sizeof (salt_block) * 8); in abd_checksum_edonr_tmpl_init()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/checksum/
H A Dedonr_test.c160 EdonRUpdate(&ctx, (const uint8_t *) _m, strlen(_m) * 8);\ in main()
186 EdonRUpdate(&ctx, block, sizeof (block) * 8); \ in main()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dedonr.h89 void EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen);
/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c499 EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen) in EdonRUpdate() function
737 EdonRUpdate(&state, data, databitlen); in EdonRHash()
743 EXPORT_SYMBOL(EdonRUpdate);