Searched refs:encoded_key (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/char/tpm/ |
H A D | tpm2-sessions.c | 502 u8 encoded_key[EC_PT_SZ], *x, *y; in tpm_buf_append_salt() local 515 tpm_buf_append(buf, encoded_key, EC_PT_SZ); in tpm_buf_append_salt() 518 tpm_buf_append(buf, encoded_key, EC_PT_SZ); in tpm_buf_append_salt() 530 if (sizeof(encoded_key) < buf_len) { in tpm_buf_append_salt() 535 crypto_ecdh_encode_key(encoded_key, buf_len, &p); in tpm_buf_append_salt() 537 crypto_kpp_set_secret(kpp, encoded_key, buf_len); in tpm_buf_append_salt()
|