Lines Matching refs:_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()
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()
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()
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()
436 size_t *_offset, size_t *_len) in crypto_krb5_verify_mic() argument
439 _offset, _len); in crypto_krb5_verify_mic()