Lines Matching defs:_offset
55 * @_offset: Where to place the offset into the buffer
60 * which the data will start is placed in *_offset.
64 size_t data_size, size_t *_offset)
68 *_offset = krb5->cksum_len;
72 *_offset = krb5->conf_len;
77 *_offset = 0;
88 * @_offset: Where to place the offset into the buffer
94 * start is placed in *_offset.
98 size_t *_buffer_size, size_t *_offset)
106 *_offset = krb5->cksum_len;
113 *_offset = krb5->conf_len;
122 *_offset = 0;
131 * @_offset: Offset of the secure blob in the buffer; updated to data offset.
143 size_t *_offset, size_t *_len)
149 *_offset += krb5->cksum_len;
155 *_offset += krb5->conf_len;
392 * @_offset: Offset of the secure blob in the buffer; updated to data offset.
398 * If successful, @_offset and @_len are updated to outline the region in which
410 size_t *_offset, size_t *_len)
412 return krb5->profile->decrypt(krb5, aead, sg, nr_sg, _offset, _len);
460 * @_offset: Offset of the secure blob in the buffer; updated to data offset.
466 * If successful, @_offset and @_len are updated to outline the region in which
478 size_t *_offset, size_t *_len)
481 _offset, _len);