blob: 9d8c8393fb610e4cc0acfee1c3239dda720d8faf (
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
|
KRB5_FIND_PADATA(3) BSD Library Functions Manual KRB5_FIND_PADATA(3)
NNAAMMEE
kkrrbb55__ffiinndd__ppaaddaattaa, kkrrbb55__ppaaddaattaa__aadddd -- Kerberos 5 pre-authentication data
handling functions
LLIIBBRRAARRYY
Kerberos 5 Library (libkrb5, -lkrb5)
SSYYNNOOPPSSIISS
##iinncclluuddee <<kkrrbb55..hh>>
_P_A___D_A_T_A _*
kkrrbb55__ffiinndd__ppaaddaattaa(_P_A___D_A_T_A _*_v_a_l, _u_n_s_i_g_n_e_d _l_e_n, _i_n_t _t_y_p_e, _i_n_t _*_i_n_d_e_x);
_i_n_t
kkrrbb55__ppaaddaattaa__aadddd(_k_r_b_5___c_o_n_t_e_x_t _c_o_n_t_e_x_t, _M_E_T_H_O_D___D_A_T_A _*_m_d, _i_n_t _t_y_p_e,
_v_o_i_d _*_b_u_f, _s_i_z_e___t _l_e_n);
DDEESSCCRRIIPPTTIIOONN
kkrrbb55__ffiinndd__ppaaddaattaa() tries to find the pre-authentication data entry of
type _t_y_p_e in the array _v_a_l of length _l_e_n. The search is started at entry
pointed out by _*_i_n_d_e_x (zero based indexing). If the type isn't found,
NULL is returned.
kkrrbb55__ppaaddaattaa__aadddd() adds a pre-authentication data entry of type _t_y_p_e
pointed out by _b_u_f and _l_e_n to _m_d.
SSEEEE AALLSSOO
krb5(3), kerberos(8)
HEIMDAL March 21, 2004 HEIMDAL
|