Lines Matching refs:tpm_buf_append_u16

290 	tpm_buf_append_u16(buf, 0);  in tpm_buf_append_auth()
294 tpm_buf_append_u16(buf, passphrase_len); in tpm_buf_append_auth()
377 tpm_buf_append_u16(buf, SHA256_DIGEST_SIZE); in tpm_buf_append_hmac_session()
381 tpm_buf_append_u16(buf, SHA256_DIGEST_SIZE); in tpm_buf_append_hmac_session()
506 tpm_buf_append_u16(buf, (EC_PT_SZ + 2)*2); 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()
1009 tpm_buf_append_u16(&buf, sizeof(auth->our_nonce)); in tpm2_start_auth_session()
1019 tpm_buf_append_u16(&buf, TPM_ALG_AES); in tpm2_start_auth_session()
1021 tpm_buf_append_u16(&buf, AES_KEY_BITS); in tpm2_start_auth_session()
1023 tpm_buf_append_u16(&buf, TPM_ALG_CFB); in tpm2_start_auth_session()
1025 tpm_buf_append_u16(&buf, TPM_ALG_SHA256); in tpm2_start_auth_session()
1278 tpm_buf_append_u16(&template, TPM_ALG_ECC); in tpm2_create_primary()
1281 tpm_buf_append_u16(&template, TPM_ALG_SHA256); in tpm2_create_primary()
1287 tpm_buf_append_u16(&template, 0); in tpm2_create_primary()
1292 tpm_buf_append_u16(&template, TPM_ALG_AES); in tpm2_create_primary()
1295 tpm_buf_append_u16(&template, AES_KEY_BITS); in tpm2_create_primary()
1298 tpm_buf_append_u16(&template, TPM_ALG_CFB); in tpm2_create_primary()
1301 tpm_buf_append_u16(&template, TPM_ALG_NULL); in tpm2_create_primary()
1304 tpm_buf_append_u16(&template, TPM2_ECC_NIST_P256); in tpm2_create_primary()
1307 tpm_buf_append_u16(&template, TPM_ALG_NULL); in tpm2_create_primary()
1310 tpm_buf_append_u16(&template, 0); in tpm2_create_primary()
1311 tpm_buf_append_u16(&template, 0); in tpm2_create_primary()
1320 tpm_buf_append_u16(&buf, 4); in tpm2_create_primary()
1323 tpm_buf_append_u16(&buf, 0); in tpm2_create_primary()
1326 tpm_buf_append_u16(&buf, 0); in tpm2_create_primary()
1333 tpm_buf_append_u16(&buf, 0); in tpm2_create_primary()