HP-UX AAA Server A.08.01 administrator's guide (T1428-90072, May 2010)

Table Of Contents
10. To implement the sample f5() algorithm, modify the following code in the f5impl
function:
unsigned int idx;
for ( idx = 0; idx < 6; ++idx )
{
ak[idx] = 0;
}
return SDK_SUCCESS;
On success, the f5() algorithm returns sdk_success. Otherwise, it returns
sdk_failure.
11. To implement the sample f5x() algorithm, modify the following code in the
f5ximpl function:
unsigned int idx;
for ( idx = 0; idx < 6; ++idx )
{
ak[idx] = 0;
}
return SDK_SUCCESS;
On success, the f5x() algorithm returns sdk_success. Otherwise, it returns
sdk_failure.
460 Customizing the HP-UX AAA Server Using the SDK