aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_k_make_checksum_iov.txt
blob: 381f70632bf88af2c670943ef4e71fb465d684ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
krb5_k_make_checksum_iov -  Fill in a checksum element in IOV array (operates on opaque key) 
=============================================================================================

..

.. c:function:: krb5_error_code krb5_k_make_checksum_iov(krb5_context context, krb5_cksumtype cksumtype, krb5_key key, krb5_keyusage usage, krb5_crypto_iov * data, size_t num_data)

..


:param:

	          **[in]** **context** - Library context

	          **[in]** **cksumtype** - Checksum type (0 for mandatory type)

	          **[in]** **key** - Encryption key for a keyed checksum

	          **[in]** **usage** - Key usage (see :data:`KRB5_KEYUSAGE` types)

	          **[inout]** **data** - IOV array

	          **[in]** **num_data** - Size of *data*


..


:retval:
         -   0   Success; otherwise - Kerberos error codes


..







Create a checksum in the :data:`KRB5_CRYPTO_TYPE_CHECKSUM` element over :data:`KRB5_CRYPTO_TYPE_DATA` and :data:`KRB5_CRYPTO_TYPE_SIGN_ONLY` chunks in *data* . Only the :data:`KRB5_CRYPTO_TYPE_CHECKSUM` region is modified.










..

.. seealso::
         :c:func:`krb5_k_verify_checksum_iov()` 
 





.. note::

	 This function is similar to :c:func:`krb5_c_make_checksum_iov()` , but operates on opaque *key* .