Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c588 off_t offset_s = TPM_HEADER_SIZE, offset_p; in tpm_buf_fill_hmac_session() local
633 /* point offset_p to the start of the parameters */ in tpm_buf_fill_hmac_session()
634 offset_p = offset_s + val; in tpm_buf_fill_hmac_session()
635 for (i = 1; offset_s < offset_p; i++) { in tpm_buf_fill_hmac_session()
658 if (offset_s != offset_p) { in tpm_buf_fill_hmac_session()
679 len = tpm_buf_read_u16(buf, &offset_p); in tpm_buf_fill_hmac_session()
681 aescfb_encrypt(&auth->aes_key, &buf->data[offset_p], in tpm_buf_fill_hmac_session()
682 &buf->data[offset_p], len, in tpm_buf_fill_hmac_session()
685 offset_p -= 2; in tpm_buf_fill_hmac_session()
763 off_t offset_s, offset_p; in tpm_buf_check_hmac_response() local
[all...]
/linux/kernel/trace/
H A Dtrace_syscalls.c132 int *offset_p, int *len_p, unsigned char **ptr_p) in get_dynamic_len_ptr() argument
135 int offset = *offset_p; in get_dynamic_len_ptr()
148 *offset_p = offset; in get_dynamic_len_ptr()
/linux/drivers/iommu/iommufd/
H A Dpages.c664 unsigned long *offset_p, unsigned long npages) in batch_from_folios() argument
668 unsigned long offset = *offset_p; in batch_from_folios()
694 *offset_p = offset; in batch_from_folios()