Searched refs:grub_crypto_xor (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/disk/ |
H A D | raid6_recover.c | 102 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 D | AFSplitter.c | 82 grub_crypto_xor (bufblock, src + (blocksize * i), bufblock, blocksize); 85 grub_crypto_xor (dst, src + (i * blocksize), bufblock, blocksize);
|
H A D | raid5_recover.c | 61 grub_crypto_xor (buf, buf2, buf2, size);
|
H A D | cryptodisk.c | 103 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 D | zfscrypt.c | 128 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 D | zfs.c | 1457 grub_crypto_xor (a, a, b, s);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | crypto.c | 222 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 D | crypto.h | 202 grub_crypto_xor (void *out, const void *in1, const void *in2, grub_size_t size) function
|
Completed in 41 milliseconds