Home
last modified time | relevance | path

Searched refs:gk (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/crypto/ccp/
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()
/linux-6.6.21/drivers/staging/rtl8712/
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()