Searched refs:null_key (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 938 static int tpm2_load_null(struct tpm_chip *chip, u32 *null_key) in tpm2_load_null() argument 949 *null_key = tmp_null_key; in tpm2_load_null() 960 *null_key = tmp_null_key; in tpm2_load_null() 989 u32 null_key; in tpm2_start_auth_session() local 1001 rc = tpm2_load_null(chip, &null_key); in tpm2_start_auth_session() 1012 tpm_buf_append_u32(&buf, null_key); in tpm2_start_auth_session() 1036 tpm2_flush_context(chip, null_key); in tpm2_start_auth_session() 1360 u32 null_key; in tpm2_create_null_primary() local 1363 rc = tpm2_create_primary(chip, TPM2_RH_NULL, &null_key, in tpm2_create_null_primary() 1369 rc = tpm2_save_context(chip, null_key, chip->null_key_context, in tpm2_create_null_primary() [all …]
|
| /linux/net/sctp/ |
| H A D | endpointola.c | 55 struct sctp_shared_key *null_key; in sctp_endpoint_init() local 103 null_key = sctp_auth_shkey_create(0, gfp); in sctp_endpoint_init() 104 if (!null_key) in sctp_endpoint_init() 107 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
|