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.c552 sg_set_buf(&s[0], chip->null_ec_key_x, EC_PT_SZ); in tpm_buf_append_salt()
566 tpm2_KDFe(auth->salt, "SECRET", x, chip->null_ec_key_x, auth->salt); in tpm_buf_append_salt()
1166 memcpy(chip->null_ec_key_x, &buf->data[offset_t], val); in tpm2_parse_create_primary()
/linux/include/linux/
H A Dtpm.h212 u8 null_ec_key_x[EC_PT_SZ]; member