Home
last modified time | relevance | path

Searched refs:crypto_xor (Results 1 – 25 of 27) sorted by relevance

12

/linux/crypto/
A Dcbc.c34 crypto_xor(iv, src, bsize); in crypto_cbc_encrypt_segment()
61 crypto_xor(src, iv, bsize); in crypto_cbc_encrypt_inplace()
110 crypto_xor(dst, iv, bsize); in crypto_cbc_decrypt_segment()
145 crypto_xor(src, src - bsize, bsize); in crypto_cbc_decrypt_inplace()
149 crypto_xor(src, walk->iv, bsize); in crypto_cbc_decrypt_inplace()
A Dpcbc.c31 crypto_xor(iv, src, bsize); in crypto_pcbc_encrypt_segment()
54 crypto_xor(iv, src, bsize); in crypto_pcbc_encrypt_inplace()
99 crypto_xor(dst, iv, bsize); in crypto_pcbc_decrypt_segment()
122 crypto_xor(src, iv, bsize); in crypto_pcbc_decrypt_inplace()
A Dcfb.c69 crypto_xor(dst, src, bsize); in crypto_cfb_encrypt_segment()
92 crypto_xor(src, tmp, bsize); in crypto_cfb_encrypt_inplace()
139 crypto_xor(dst, src, bsize); in crypto_cfb_decrypt_segment()
163 crypto_xor(src, tmp, bsize); in crypto_cfb_decrypt_inplace()
A Dxcbc.c109 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_update()
117 crypto_xor(prev, p, bs); in crypto_xcbc_digest_update()
159 crypto_xor(prev, odds, bs); in crypto_xcbc_digest_final()
160 crypto_xor(prev, consts + offset, bs); in crypto_xcbc_digest_final()
A Dcmac.c142 crypto_xor(prev, odds, bs); in crypto_cmac_digest_update()
150 crypto_xor(prev, p, bs); in crypto_cmac_digest_update()
193 crypto_xor(prev, odds, bs); in crypto_cmac_digest_final()
194 crypto_xor(prev, consts + offset, bs); in crypto_cmac_digest_final()
A Daegis128-core.c95 crypto_xor(state->blocks[0].bytes, msg, AEGIS_BLOCK_SIZE); in crypto_aegis128_update_u()
106 crypto_xor(key_iv.bytes, iv, AEGIS_BLOCK_SIZE); in crypto_aegis128_init()
185 crypto_xor(tmp.bytes, src, AEGIS_BLOCK_SIZE); in crypto_aegis128_encrypt_chunk()
246 crypto_xor(tmp.bytes, src, AEGIS_BLOCK_SIZE); in crypto_aegis128_decrypt_chunk()
A Dctr.c60 crypto_xor(dst, src, bsize); in crypto_ctr_crypt_segment()
88 crypto_xor(src, keystream, bsize); in crypto_ctr_crypt_inplace()
A Dcts.c199 crypto_xor(d + bsize, space, bsize); in cts_cbc_decrypt()
205 crypto_xor(d + bsize, d, lastn); in cts_cbc_decrypt()
A Dghash-generic.c100 crypto_xor(dst, src, GHASH_BLOCK_SIZE); in ghash_update()
A Dseqiv.c100 crypto_xor(info, ctx->salt, ivsize); in seqiv_aead_encrypt()
A Dgcm.c417 crypto_xor(auth_tag, pctx->iauth_tag, 16); in gcm_enc_copy_hash()
474 crypto_xor(auth_tag, iauth_tag, 16); in crypto_gcm_verify()
A Dccm.c811 crypto_xor(dg + ctx->len, p, l); in crypto_cbcmac_digest_update()
/linux/net/mac80211/
A Dfils_aead.c41 crypto_xor(d, tmp, AES_BLOCK_SIZE); in aes_s2v()
50 crypto_xor(d, addr[i] + len[i] - AES_BLOCK_SIZE, in aes_s2v()
56 crypto_xor(d, addr[i], len[i]); in aes_s2v()
/linux/drivers/crypto/vmx/
A Dghash.c88 crypto_xor((u8 *)dctx->shash, dctx->buffer, GHASH_BLOCK_SIZE); in __ghash_block()
108 crypto_xor((u8 *)dctx->shash, src, GHASH_BLOCK_SIZE); in __ghash_blocks()
/linux/arch/x86/crypto/
A Decb_cbc_helpers.h61 crypto_xor(dst, walk.iv, __bsize); \
A Dserpent_sse2_glue.c41 crypto_xor(dst + SERPENT_BLOCK_SIZE, s, sizeof(buf)); in serpent_decrypt_cbc_xway()
A Dtwofish_glue_3way.c40 crypto_xor(dst + TF_BLOCK_SIZE, s, sizeof(buf)); in twofish_dec_blk_cbc_3way()
A Dcamellia_glue.c1274 crypto_xor(dst + CAMELLIA_BLOCK_SIZE, iv, CAMELLIA_BLOCK_SIZE); in camellia_decrypt_cbc_2way()
/linux/lib/crypto/
A Dchacha20poly1305.c268 crypto_xor(addr, b.chacha_stream + partial, l); in chacha20poly1305_crypt_sg_inplace()
288 crypto_xor(addr, b.chacha_stream, length); in chacha20poly1305_crypt_sg_inplace()
/linux/include/crypto/
A Dalgapi.h147 static inline void crypto_xor(u8 *dst, const u8 *src, unsigned int size) in crypto_xor() function
/linux/arch/arm/crypto/
A Daes-neonbs-glue.c402 crypto_xor(buf, req->iv, AES_BLOCK_SIZE); in __xts_crypt()
409 crypto_xor(buf, req->iv, AES_BLOCK_SIZE); in __xts_crypt()
A Dghash-ce-glue.c85 crypto_xor((u8 *)&dst, in, GHASH_BLOCK_SIZE); in ghash_do_update()
/linux/arch/arm64/crypto/
A Daes-glue.c830 crypto_xor(dg, in, AES_BLOCK_SIZE); in mac_do_update()
869 crypto_xor(ctx->dg + ctx->len, p, l); in mac_update()
A Dghash-ce-glue.c87 crypto_xor((u8 *)&dst, in, GHASH_BLOCK_SIZE); in ghash_do_update()
/linux/drivers/md/
A Ddm-crypt.c559 crypto_xor(dst + sg->offset, iv, cc->iv_size); in crypt_iv_lmk_post()
661 crypto_xor(&buf[0], &buf[12], 4); in crypt_iv_tcw_whitening()
662 crypto_xor(&buf[4], &buf[8], 4); in crypt_iv_tcw_whitening()
666 crypto_xor(data + i * 8, buf, 8); in crypt_iv_tcw_whitening()
996 crypto_xor(data_offset + i * 32, ks, 32); in crypt_iv_elephant()

Completed in 63 milliseconds

12