Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c922 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, chi in tpm2_create_null_primary()
[all...]
/linux/net/sctp/
H A Dendpointola.c46 struct sctp_shared_key *null_key; in sctp_endpoint_init() local
98 null_key = sctp_auth_shkey_create(0, gfp); in sctp_endpoint_init()
99 if (!null_key) in sctp_endpoint_init()
102 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
/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, 0x00, 0x00, 0x00, 0x00}; in _clear_cam_entry() local
472 _write_cam(padapter, entry, 0, null_sta, null_key); in _clear_cam_entry()