Searched refs:passphrase_len (Results 1 – 2 of 2) sorted by relevance
128 int passphrase_len; member317 u8 *passphrase, int passphrase_len) in tpm_buf_append_auth() argument321 u32 len = 9 + passphrase_len; in tpm_buf_append_auth()337 tpm_buf_append_u16(buf, passphrase_len); in tpm_buf_append_auth()338 tpm_buf_append(buf, passphrase, passphrase_len); in tpm_buf_append_auth()369 int passphrase_len) in tpm_buf_append_hmac_session() argument378 tpm_buf_append_auth(chip, buf, passphrase, passphrase_len); in tpm_buf_append_hmac_session()390 while (passphrase && passphrase_len > 0 && passphrase[passphrase_len - 1] == '\0') in tpm_buf_append_hmac_session()391 passphrase_len--; in tpm_buf_append_hmac_session()395 auth->passphrase_len = passphrase_len; in tpm_buf_append_hmac_session()[all …]
407 u8 passphrase_len; member