Searched refs:EdonRUpdate (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | edonr_zfs.c | 41 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 D | edonr_test.c | 160 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 D | edonr.h | 89 void EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen);
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/ |
| H A D | edonr.c | 499 EdonRUpdate(EdonRState *state, const uint8_t *data, size_t databitlen) in EdonRUpdate() function 737 EdonRUpdate(&state, data, databitlen); in EdonRHash() 743 EXPORT_SYMBOL(EdonRUpdate);
|