crypto_xor        387 arch/arm/crypto/aes-neonbs-glue.c 	crypto_xor(buf, req->iv, AES_BLOCK_SIZE);
crypto_xor        394 arch/arm/crypto/aes-neonbs-glue.c 	crypto_xor(buf, req->iv, AES_BLOCK_SIZE);
crypto_xor         89 arch/arm/crypto/ghash-ce-glue.c 			crypto_xor((u8 *)&dst, in, GHASH_BLOCK_SIZE);
crypto_xor        117 arch/arm64/crypto/aes-ce-ccm-glue.c 			crypto_xor(&mac[*macp], in, added);
crypto_xor        126 arch/arm64/crypto/aes-ce-ccm-glue.c 			crypto_xor(mac, in, AES_BLOCK_SIZE);
crypto_xor        134 arch/arm64/crypto/aes-ce-ccm-glue.c 			crypto_xor(mac, in, abytes);
crypto_xor        208 arch/arm64/crypto/aes-ce-ccm-glue.c 				crypto_xor(mac, src, bsize);
crypto_xor        211 arch/arm64/crypto/aes-ce-ccm-glue.c 				crypto_xor(mac, dst, bsize);
crypto_xor        223 arch/arm64/crypto/aes-ce-ccm-glue.c 		crypto_xor(mac, buf, AES_BLOCK_SIZE);
crypto_xor        887 arch/arm64/crypto/aes-glue.c 			crypto_xor(dg, in, AES_BLOCK_SIZE);
crypto_xor        926 arch/arm64/crypto/aes-glue.c 			crypto_xor(ctx->dg + ctx->len, p, l);
crypto_xor        106 arch/arm64/crypto/ghash-ce-glue.c 			crypto_xor((u8 *)&dst, in, GHASH_BLOCK_SIZE);
crypto_xor        416 arch/arm64/crypto/ghash-ce-glue.c 	crypto_xor(tag, mac, AES_BLOCK_SIZE);
crypto_xor        107 crypto/aegis128-core.c 	crypto_xor(state->blocks[0].bytes, msg, AEGIS_BLOCK_SIZE);
crypto_xor        118 crypto/aegis128-core.c 	crypto_xor(key_iv.bytes, iv, AEGIS_BLOCK_SIZE);
crypto_xor        190 crypto/aegis128-core.c 			crypto_xor(tmp.bytes, src, AEGIS_BLOCK_SIZE);
crypto_xor        251 crypto/aegis128-core.c 			crypto_xor(tmp.bytes, src, AEGIS_BLOCK_SIZE);
crypto_xor        865 crypto/ccm.c   		crypto_xor(dg + ctx->len, p, l);
crypto_xor         68 crypto/cfb.c   		crypto_xor(dst, src, bsize);
crypto_xor         91 crypto/cfb.c   		crypto_xor(src, tmp, bsize);
crypto_xor        138 crypto/cfb.c   		crypto_xor(dst, src, bsize);
crypto_xor        162 crypto/cfb.c   		crypto_xor(src, tmp, bsize);
crypto_xor        141 crypto/cmac.c  	crypto_xor(prev, odds, bs);
crypto_xor        149 crypto/cmac.c  		crypto_xor(prev, p, bs);
crypto_xor        192 crypto/cmac.c  	crypto_xor(prev, odds, bs);
crypto_xor        193 crypto/cmac.c  	crypto_xor(prev, consts + offset, bs);
crypto_xor         59 crypto/ctr.c   		crypto_xor(dst, src, bsize);
crypto_xor         87 crypto/ctr.c   		crypto_xor(src, keystream, bsize);
crypto_xor        203 crypto/cts.c   	crypto_xor(d + bsize, space, bsize);
crypto_xor        209 crypto/cts.c   	crypto_xor(d + bsize, d, lastn);
crypto_xor        423 crypto/gcm.c   	crypto_xor(auth_tag, pctx->iauth_tag, 16);
crypto_xor        480 crypto/gcm.c   	crypto_xor(auth_tag, iauth_tag, 16);
crypto_xor        102 crypto/ghash-generic.c 		crypto_xor(dst, src, GHASH_BLOCK_SIZE);
crypto_xor         30 crypto/pcbc.c  		crypto_xor(iv, src, bsize);
crypto_xor         53 crypto/pcbc.c  		crypto_xor(iv, src, bsize);
crypto_xor         98 crypto/pcbc.c  		crypto_xor(dst, iv, bsize);
crypto_xor        121 crypto/pcbc.c  		crypto_xor(src, iv, bsize);
crypto_xor        102 crypto/seqiv.c 	crypto_xor(info, ctx->salt, ivsize);
crypto_xor        108 crypto/xcbc.c  	crypto_xor(prev, odds, bs);
crypto_xor        116 crypto/xcbc.c  		crypto_xor(prev, p, bs);
crypto_xor        158 crypto/xcbc.c  	crypto_xor(prev, odds, bs);
crypto_xor        159 crypto/xcbc.c  	crypto_xor(prev, consts + offset, bs);
crypto_xor         88 drivers/crypto/vmx/ghash.c 		crypto_xor((u8 *)dctx->shash, dctx->buffer, GHASH_BLOCK_SIZE);
crypto_xor        108 drivers/crypto/vmx/ghash.c 			crypto_xor((u8 *)dctx->shash, src, GHASH_BLOCK_SIZE);
crypto_xor        535 drivers/md/dm-crypt.c 		crypto_xor(dst + sg->offset, iv, cc->iv_size);
crypto_xor        636 drivers/md/dm-crypt.c 	crypto_xor(&buf[0], &buf[12], 4);
crypto_xor        637 drivers/md/dm-crypt.c 	crypto_xor(&buf[4], &buf[8], 4);
crypto_xor        641 drivers/md/dm-crypt.c 		crypto_xor(data + i * 8, buf, 8);
crypto_xor         26 include/crypto/cbc.h 		crypto_xor(iv, src, bsize);
crypto_xor         47 include/crypto/cbc.h 		crypto_xor(src, iv, bsize);
crypto_xor         92 include/crypto/cbc.h 		crypto_xor(dst, iv, bsize);
crypto_xor        121 include/crypto/cbc.h 		crypto_xor(src, src - bsize, bsize);
crypto_xor        125 include/crypto/cbc.h 	crypto_xor(src, walk->iv, bsize);
crypto_xor         41 net/mac80211/fils_aead.c 		crypto_xor(d, tmp, AES_BLOCK_SIZE);
crypto_xor         50 net/mac80211/fils_aead.c 		crypto_xor(d, addr[i] + len[i] - AES_BLOCK_SIZE,
crypto_xor         56 net/mac80211/fils_aead.c 		crypto_xor(d, addr[i], len[i]);