1.3.5.5 WDRV_PIC32MZW_AuthCtxIsValid Function

C

bool WDRV_PIC32MZW_AuthCtxIsValid(const WDRV_PIC32MZW_AUTH_CONTEXT *const pAuthCtx)

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

ParamDescription
pAuthCtxPointer to an authentication context.

Returns

true or false indicating if context is valid.

Remarks

None.