HP-UX AAA Server A.08.00.01 Administrator's Guide

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.
Creating Plug-ins for AATVs 451