1.2.5.15 WDRV_PIC32MZW_AuthCtxIsValid Function

bool WDRV_PIC32MZW_AuthCtxIsValid(const WDRV_PIC32MZW_AUTH_CONTEXT *const pAuthCtx)

C

Summary

Tests if an authentication context is valid.

Description

Tests the elements of the authentication context to judge if their values are legal.

Precondition

None.

Parameters

Param

Description

pAuthCtx

Pointer to an authentication context.

Returns

true or false indicating if context is valid.

Remarks

None.