Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/tpm/
H A Dtpm2-sessions.c112 u8 salt[EC_PT_SZ];
482 sha256_update(&sctx, z, EC_PT_SZ); in tpm2_KDFe()
485 sha256_update(&sctx, pt_u, EC_PT_SZ); in tpm2_KDFe()
486 sha256_update(&sctx, pt_v, EC_PT_SZ); in tpm2_KDFe()
497 u8 encoded_key[EC_PT_SZ], *x, *y; in tpm_buf_append_salt()
508 tpm_buf_append_u16(buf, EC_PT_SZ); in tpm_buf_append_salt()
511 tpm_buf_append_u16(buf, EC_PT_SZ); in tpm_buf_append_salt()
515 sg_set_buf(&s[0], x, EC_PT_SZ); in tpm_buf_append_salt()
516 sg_set_buf(&s[1], y, EC_PT_SZ); in tpm_buf_append_salt()
1156 if (val != EC_PT_SZ) in tpm2_parse_create_primary()
[all …]
/linux-6.15/include/linux/
H A Dtpm.h137 #define EC_PT_SZ 32 macro
212 u8 null_ec_key_x[EC_PT_SZ];
213 u8 null_ec_key_y[EC_PT_SZ];