Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c133 int passphrase_len; member
274 u8 attributes, u8 *passphrase, int passphrase_len) in tpm_buf_append_auth() argument
278 u32 len = 9 + passphrase_len; in tpm_buf_append_auth()
294 tpm_buf_append_u16(buf, passphrase_len); in tpm_buf_append_auth()
295 tpm_buf_append(buf, passphrase, passphrase_len); in tpm_buf_append_auth()
326 int passphrase_len) in tpm_buf_append_hmac_session() argument
336 passphrase_len); in tpm_buf_append_hmac_session()
348 while (passphrase && passphrase_len > 0 && passphrase[passphrase_len - 1] == '\0') in tpm_buf_append_hmac_session()
349 passphrase_len--; in tpm_buf_append_hmac_session()
353 auth->passphrase_len = passphrase_len; in tpm_buf_append_hmac_session()
[all …]
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h407 u8 passphrase_len; member