Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
A Dtpm2-sessions.c117 u8 salt[EC_PT_SZ];
487 sha256_update(&sctx, z, EC_PT_SZ); in tpm2_KDFe()
490 sha256_update(&sctx, pt_u, EC_PT_SZ); in tpm2_KDFe()
491 sha256_update(&sctx, pt_v, EC_PT_SZ); in tpm2_KDFe()
502 u8 encoded_key[EC_PT_SZ], *x, *y; in tpm_buf_append_salt()
513 tpm_buf_append_u16(buf, EC_PT_SZ); in tpm_buf_append_salt()
516 tpm_buf_append_u16(buf, EC_PT_SZ); in tpm_buf_append_salt()
520 sg_set_buf(&s[0], x, EC_PT_SZ); in tpm_buf_append_salt()
521 sg_set_buf(&s[1], y, EC_PT_SZ); in tpm_buf_append_salt()
1164 if (val != EC_PT_SZ) in tpm2_parse_create_primary()
[all …]
/linux/include/linux/
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];

Completed in 11 milliseconds