Searched defs:known_idx (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c1447 /* perform the operation a ^= b * (x ** (known_idx * recovery_pow) ) */
1450 int known_idx, int recovery_pow)
1455 if (known_idx == 0 || recovery_pow == 0)
1460 add = (known_idx * recovery_pow) % 255;
1449 xor_out(grub_uint8_t *a, const grub_uint8_t *b, grub_size_t s, int known_idx, int recovery_pow) argument

Completed in 57 milliseconds