Searched refs:null_key (Results 1 – 3 of 3) sorted by relevance
| /drivers/char/tpm/ |
| A D | tpm2-sessions.c | 922 static int tpm2_load_null(struct tpm_chip *chip, u32 *null_key) in tpm2_load_null() argument 933 *null_key = tmp_null_key; in tpm2_load_null() 944 *null_key = tmp_null_key; in tpm2_load_null() 973 u32 null_key; in tpm2_start_auth_session() local 985 rc = tpm2_load_null(chip, &null_key); in tpm2_start_auth_session() 996 tpm_buf_append_u32(&buf, null_key); in tpm2_start_auth_session() 1020 tpm2_flush_context(chip, null_key); in tpm2_start_auth_session() 1344 u32 null_key; in tpm2_create_null_primary() local 1347 rc = tpm2_create_primary(chip, TPM2_RH_NULL, &null_key, in tpm2_create_null_primary() 1353 rc = tpm2_save_context(chip, null_key, chip->null_key_context, in tpm2_create_null_primary() [all …]
|
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_xmit.c | 774 …u8 null_key[16] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; in xmitframe_addmic() local 779 …memcmp(psecuritypriv->dot118021XGrptxmickey[psecuritypriv->dot118021XGrpKeyid].skey, null_key, 16)) in xmitframe_addmic() 784 if (!memcmp(&pattrib->dot11tkiptxmickey.skey[0], null_key, 16)) in xmitframe_addmic()
|
| A D | rtw_wlan_util.c | 470 …unsigned char null_key[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00… in _clear_cam_entry() local 472 _write_cam(padapter, entry, 0, null_sta, null_key); in _clear_cam_entry()
|
Completed in 15 milliseconds