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