Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c561 sg_set_buf(&s[0], chip->null_ec_key_x, EC_PT_SZ); in tpm_buf_append_salt()
576 tpm2_KDFe(auth->salt, "SECRET", x, chip->null_ec_key_x, auth->salt);
1200 memcpy(chip->null_ec_key_x, &buf->data[offset_t], val); in tpm2_parse_create_primary()
/linux/include/linux/
H A Dtpm.h215 u8 null_ec_key_x[EC_PT_SZ]; member