Searched refs:passphrase_len (Results 1 – 2 of 2) sorted by relevance
128 int passphrase_len; member273 u32 len = 9 + passphrase_len; in tpm_buf_append_auth()321 int passphrase_len) in tpm_buf_append_hmac_session() argument331 passphrase_len); in tpm_buf_append_hmac_session()343 while (passphrase && passphrase_len > 0 && passphrase[passphrase_len - 1] == '\0') in tpm_buf_append_hmac_session()344 passphrase_len--; in tpm_buf_append_hmac_session()348 auth->passphrase_len = passphrase_len; in tpm_buf_append_hmac_session()349 if (passphrase_len) in tpm_buf_append_hmac_session()708 + auth->passphrase_len); in tpm_buf_fill_hmac_session()714 + auth->passphrase_len, hmac); in tpm_buf_fill_hmac_session()[all …]
407 u8 passphrase_len; member