Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 2

Description

Initialize authentication module.

Files

auth.h / auth.c

Prototype

Arguments

p_err

Pointer to variable that will receive the return error code from this function.

Returned Value

DEF_OK, if initialization was successful.

DEF_FAIL, otherwise.

Callers

Application.

Notes / Warnings

  1. KAL_Init must be called before calling Auth_Init().