aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_string_to_salttype.txt
blob: 36978f4b1bdc94de5afb9f0c26a3f87074e15cef (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
krb5_string_to_salttype -  Convert a string to a salt type. 
============================================================

..

.. c:function:: krb5_error_code krb5_string_to_salttype(char * string, krb5_int32 * salttypep)

..


:param:

	          **[in]** **string** - String to convert to an encryption type

	          **[out]** **salttypep** - Salt type to be filled in


..


:retval:
         -   0   Success; otherwise - EINVAL


..














..