Home
last modified time | relevance | path

Searched refs:gk (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c265 __be64 *gk; in ccp_aes_cmac_setkey() local
306 gk = (__be64 *)ctx->u.aes.k1; in ccp_aes_cmac_setkey()
307 *gk = cpu_to_be64(k1_hi); in ccp_aes_cmac_setkey()
308 gk++; in ccp_aes_cmac_setkey()
309 *gk = cpu_to_be64(k1_lo); in ccp_aes_cmac_setkey()
317 gk = (__be64 *)ctx->u.aes.k2; in ccp_aes_cmac_setkey()
318 *gk = cpu_to_be64(k2_hi); in ccp_aes_cmac_setkey()
319 gk++; in ccp_aes_cmac_setkey()
320 *gk = cpu_to_be64(k2_lo); in ccp_aes_cmac_setkey()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c265 __be64 *gk; in ccp_aes_cmac_setkey() local
306 gk = (__be64 *)ctx->u.aes.k1; in ccp_aes_cmac_setkey()
307 *gk = cpu_to_be64(k1_hi); in ccp_aes_cmac_setkey()
308 gk++; in ccp_aes_cmac_setkey()
309 *gk = cpu_to_be64(k1_lo); in ccp_aes_cmac_setkey()
317 gk = (__be64 *)ctx->u.aes.k2; in ccp_aes_cmac_setkey()
318 *gk = cpu_to_be64(k2_hi); in ccp_aes_cmac_setkey()
319 gk++; in ccp_aes_cmac_setkey()
320 *gk = cpu_to_be64(k2_lo); in ccp_aes_cmac_setkey()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c100 union Keytype *gk = padapter->securitypriv.XGrpKey; in handle_group_key() local
107 memcpy(gk[param->u.crypt.idx - 1].skey, in handle_group_key()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c98 union Keytype *gk = padapter->securitypriv.XGrpKey; in handle_group_key() local
105 memcpy(gk[param->u.crypt.idx - 1].skey, in handle_group_key()

Completed in 8 milliseconds