Home
last modified time | relevance | path

Searched refs:offset_s (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/char/tpm/
Dtpm2-sessions.c596 off_t offset_s = TPM_HEADER_SIZE, offset_p; in tpm_buf_fill_hmac_session() local
625 u32 handle = tpm_buf_read_u32(buf, &offset_s); in tpm_buf_fill_hmac_session()
634 val = tpm_buf_read_u32(buf, &offset_s); in tpm_buf_fill_hmac_session()
636 offset_p = offset_s + val; in tpm_buf_fill_hmac_session()
637 for (i = 1; offset_s < offset_p; i++) { in tpm_buf_fill_hmac_session()
638 u32 handle = tpm_buf_read_u32(buf, &offset_s); in tpm_buf_fill_hmac_session()
643 len = tpm_buf_read_u16(buf, &offset_s); in tpm_buf_fill_hmac_session()
644 offset_s += len; in tpm_buf_fill_hmac_session()
646 a = tpm_buf_read_u8(buf, &offset_s); in tpm_buf_fill_hmac_session()
648 len = tpm_buf_read_u16(buf, &offset_s); in tpm_buf_fill_hmac_session()
[all …]
/linux-6.12.1/net/ipv6/
Dcalipso.c847 unsigned int opt_len, offset, offset_s = 0, offset_e = 0; in calipso_opt_find() local
870 offset_s = offset; in calipso_opt_find()
878 if (offset_s) in calipso_opt_find()
879 *start = offset_s + calipso_tlv_len(hop, offset_s); in calipso_opt_find()
/linux-6.12.1/fs/nfs/
Dnfs4trace.h2270 __field(loff_t, offset_s)
2283 __entry->offset_s = args->sa_offset;
2310 __entry->offset_s,