Home
last modified time | relevance | path

Searched refs:ad_private (Results 1 – 1 of 1) sorted by relevance

/sunrpc/
A Dauth_des.c50 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private
80 struct ad_private { struct
130 struct ad_private *ad; in libc_hidden_def()
137 ad = ALLOC (struct ad_private); in libc_hidden_def()
145 memset (ad, 0, sizeof (struct ad_private)); in libc_hidden_def()
209 FREE (ad, sizeof (struct ad_private)); in libc_hidden_def()
242 struct ad_private *ad = AUTH_PRIVATE (auth); in authdes_marshal()
346 struct ad_private *ad = AUTH_PRIVATE (auth); in authdes_validate()
403 struct ad_private *ad = AUTH_PRIVATE (auth); in authdes_refresh()
434 struct ad_private *ad = AUTH_PRIVATE (auth); in authdes_destroy()
[all …]

Completed in 5 milliseconds