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
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_ctx, &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
800 offset_p = offset_s; in tpm_buf_check_hmac_response()
[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.c663 unsigned long *offset_p, unsigned long npages) in batch_from_folios() argument
667 unsigned long offset = *offset_p; in batch_from_folios()
693 *offset_p = offset; in batch_from_folios()