Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c935 static int tpm2_load_null(struct tpm_chip *chip, u32 *null_key) in tpm2_load_null() argument
946 *null_key = tmp_null_key; in tpm2_load_null()
957 *null_key = tmp_null_key; in tpm2_load_null()
986 u32 null_key; in tpm2_start_auth_session() local
998 rc = tpm2_load_null(chip, &null_key); in tpm2_start_auth_session()
1009 tpm_buf_append_u32(&buf, null_key); in tpm2_start_auth_session()
1033 tpm2_flush_context(chip, null_key); in tpm2_start_auth_session()
1357 u32 null_key; in tpm2_create_null_primary() local
1360 rc = tpm2_create_primary(chip, TPM2_RH_NULL, &null_key, in tpm2_create_null_primary()
1366 rc = tpm2_save_context(chip, null_key, chip->null_key_context, in tpm2_create_null_primary()
[all …]
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c470 …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()