Searched refs:passphrase_len (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 128 int passphrase_len; member 320 u8 *passphrase, int passphrase_len) in tpm_buf_append_auth() 324 u32 len = 9 + passphrase_len; in tpm_buf_append_auth() 340 tpm_buf_append_u16(buf, passphrase_len); 341 tpm_buf_append(buf, passphrase, passphrase_len); 350 * @passphrase_len: The length of the session authority (0 if none) 372 int passphrase_len) in tpm_buf_append_hmac_session() 381 tpm_buf_append_auth(chip, buf, passphrase, passphrase_len); in tpm_buf_append_hmac_session() 393 while (passphrase && passphrase_len > 0 && passphrase[passphrase_len in tpm_buf_append_hmac_session() 317 tpm_buf_append_auth(struct tpm_chip * chip,struct tpm_buf * buf,u8 * passphrase,int passphrase_len) tpm_buf_append_auth() argument 369 tpm_buf_append_hmac_session(struct tpm_chip * chip,struct tpm_buf * buf,u8 attributes,u8 * passphrase,int passphrase_len) tpm_buf_append_hmac_session() argument [all...] |
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.h | 407 u8 passphrase_len; member
|