Lines Matching full:_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) in crypto_krb5_how_much_buffer() argument
68 *_offset = krb5->cksum_len; in crypto_krb5_how_much_buffer()
72 *_offset = krb5->conf_len; in crypto_krb5_how_much_buffer()
77 *_offset = 0; in crypto_krb5_how_much_buffer()
88 * @_offset: Where to place the offset into the buffer
94 * start is placed in *_offset.
98 size_t *_buffer_size, size_t *_offset) in crypto_krb5_how_much_data() argument
106 *_offset = krb5->cksum_len; in crypto_krb5_how_much_data()
113 *_offset = krb5->conf_len; in crypto_krb5_how_much_data()
122 *_offset = 0; in crypto_krb5_how_much_data()
131 * @_offset: Offset of the secure blob in the buffer; updated to data offset.
140 size_t *_offset, size_t *_len) in crypto_krb5_where_is_the_data() argument
144 *_offset += krb5->cksum_len; in crypto_krb5_where_is_the_data()
148 *_offset += krb5->conf_len; in crypto_krb5_where_is_the_data()
350 * @_offset: Offset of the secure blob in the buffer; updated to data offset.
356 * If successful, @_offset and @_len are updated to outline the region in which
368 size_t *_offset, size_t *_len) in crypto_krb5_decrypt() argument
370 return krb5->profile->decrypt(krb5, aead, sg, nr_sg, _offset, _len); in crypto_krb5_decrypt()
418 * @_offset: Offset of the secure blob in the buffer; updated to data offset.
424 * If successful, @_offset and @_len are updated to outline the region in which
436 size_t *_offset, size_t *_len) in crypto_krb5_verify_mic() argument
439 _offset, _len); in crypto_krb5_verify_mic()