Searched refs:grub_crypto_xor (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid6_recover.c102 grub_crypto_xor (pbuf, pbuf, buf, size);
104 grub_crypto_xor (qbuf, qbuf, buf, size);
134 grub_crypto_xor (buf, buf, pbuf, size);
149 grub_crypto_xor (buf, buf, qbuf, size);
169 grub_crypto_xor (pbuf, pbuf, buf, size);
176 grub_crypto_xor (qbuf, qbuf, buf, size);
184 grub_crypto_xor (pbuf, pbuf, qbuf, size);
H A DAFSplitter.c82 grub_crypto_xor (bufblock, src + (blocksize * i), bufblock, blocksize);
85 grub_crypto_xor (dst, src + (i * blocksize), bufblock, blocksize);
H A Draid5_recover.c61 grub_crypto_xor (buf, buf2, buf2, size);
H A Dcryptodisk.c103 grub_crypto_xor (o, o, t, GRUB_CRYPTODISK_GF_BYTES);
125 grub_crypto_xor (outptr, outptr, iv, cipher->cipher->blocksize);
126 grub_crypto_xor (iv, ivt, outptr, cipher->cipher->blocksize);
178 grub_crypto_xor (b + i, b + i, sec->low, GRUB_CRYPTODISK_GF_BYTES);
179 grub_crypto_xor (b, b, dev->lrw_precalc + GRUB_CRYPTODISK_GF_BYTES * sec->low_byte,
186 grub_crypto_xor (b + i, b + i, sec->high, GRUB_CRYPTODISK_GF_BYTES);
187 grub_crypto_xor (b + sec->low_byte_c * GRUB_CRYPTODISK_GF_BYTES,
295 grub_crypto_xor (data + i + j, data + i + j, iv,
302 grub_crypto_xor (data + i + j, data + i + j, iv,
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfscrypt.c128 grub_crypto_xor (out + 16 * i, in + 16 * i, mul, csize);
129 grub_crypto_xor (mac, mac, out + 16 * i, csize);
140 grub_crypto_xor (mac_out, mac, mul, m);
169 grub_crypto_xor (res, res, bs, 16);
228 grub_crypto_xor (mac, mac, in + 16 * i, csize);
233 grub_crypto_xor (out + 16 * i, in + 16 * i, mul, csize);
240 grub_crypto_xor (mac_out, mac, mac_xor, m);
H A Dzfs.c1457 grub_crypto_xor (a, a, b, s);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c222 grub_crypto_xor (outptr, inptr, iv, cipher->cipher->blocksize);
248 grub_crypto_xor (outptr, outptr, iv, cipher->cipher->blocksize);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h202 grub_crypto_xor (void *out, const void *in1, const void *in2, grub_size_t size) function

Completed in 41 milliseconds