Searched refs:_offset (Results 1 – 4 of 4) sorted by relevance
| /crypto/krb5/ |
| A D | krb5_api.c | 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() 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 [all …]
|
| A D | internal.h | 84 size_t *_offset, size_t *_len); 99 size_t *_offset, size_t *_len); 202 size_t *_offset, size_t *_len); 212 size_t *_offset, size_t *_len);
|
| A D | rfc3961_simplified.c | 611 size_t *_offset, size_t *_len) in krb5_aead_decrypt() argument 619 if (WARN_ON(*_offset != 0)) in krb5_aead_decrypt() 643 *_offset += krb5->conf_len; in krb5_aead_decrypt() 719 size_t *_offset, size_t *_len) in rfc3961_verify_mic() argument 723 size_t bsize, data_offset, data_len, offset = *_offset, len = *_len; in rfc3961_verify_mic() 771 *_offset += krb5->cksum_len; in rfc3961_verify_mic()
|
| A D | rfc8009_aes2.c | 254 size_t *_offset, size_t *_len) in rfc8009_decrypt() argument 263 if (WARN_ON(*_offset != 0)) in rfc8009_decrypt() 294 *_offset += krb5->conf_len; in rfc8009_decrypt()
|
Completed in 8 milliseconds