Searched refs:consts (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/crypto/
H A Dcmac.c30 * | consts (block size * 2)
60 __be64 *consts = PTR_ALIGN((void *)ctx->ctx, alignmask + 1); crypto_cmac_digest_setkey() local
70 memset(consts, 0, bs); crypto_cmac_digest_setkey()
71 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); crypto_cmac_digest_setkey()
76 _const[0] = be64_to_cpu(consts[1]); crypto_cmac_digest_setkey()
77 _const[1] = be64_to_cpu(consts[0]); crypto_cmac_digest_setkey()
85 consts[i + 0] = cpu_to_be64(_const[1]); crypto_cmac_digest_setkey()
86 consts[i + 1] = cpu_to_be64(_const[0]); crypto_cmac_digest_setkey()
92 _const[0] = be64_to_cpu(consts[0]); crypto_cmac_digest_setkey()
99 consts[i] = cpu_to_be64(_const[0]); crypto_cmac_digest_setkey()
176 u8 *consts = PTR_ALIGN((void *)tctx->ctx, alignmask + 1); crypto_cmac_digest_final() local
196 crypto_xor(prev, consts + offset, bs); crypto_cmac_digest_final()
H A Dxcbc.c37 * | consts (block size * 2)
67 u8 *consts = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); crypto_xcbc_digest_setkey() local
74 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); crypto_xcbc_digest_setkey()
75 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); crypto_xcbc_digest_setkey()
150 u8 *consts = PTR_ALIGN(&tctx->ctx[0], alignmask + 1); crypto_xcbc_digest_final() local
170 crypto_xor(prev, consts + offset, bs); crypto_xcbc_digest_final()
/linux-4.1.27/drivers/net/can/mscan/
H A Dmscan.h2 * Definitions of consts/structs to drive the Freescale MSCAN.
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_audio.c28 /* maps MSM_HDMI_AUDIO_CHANNEL_n consts used by audio driver to # of channels: */
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmpc52xx_psc.h4 * Definitions of consts/structs to drive the Freescale MPC52xx OnChip
/linux-4.1.27/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S222 pmovzxdq (bufp,%rax), %xmm0 # 2 consts: K1:K2
/linux-4.1.27/drivers/crypto/vmx/
H A Daesp8-ppc.pl1878 my $consts=1;
1883 if ($consts && m/\.(long|byte)\s+(.+)\s+(\?[a-z]*)$/o) {
1909 $consts=0 if (m/Lconsts:/o); # end of table
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_common.h771 /* IB - LRH header consts */
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_common.h737 /* IB - LRH header consts */
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dni.c1578 /* Clear consts */ cayman_cp_start()
H A Dradeon_drv.h96 * (replaces R200_EMIT_TFACTOR_0 (8 consts instead of 6)
H A Devergreen.c3087 /* Clear consts */ evergreen_cp_start()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Drs.c49 * Use this macro when dealing with thresholds consts set as a percentage
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c3903 /* TODO: this will be defined in consts as well... */ bnx2x_init_mac_credit_pool()

Completed in 384 milliseconds