Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef P6VOID(* P6R::P6AESCOUNTERINC)(P6UCHAR *pCounter, P6UINT32 counterLength)

P6AESCOUNTERINC.

By default the AES counter implementation performs an RFC 3686 counter increment. However, an application may want to override that increment algorithm with its own. To do this an application provides a callback function that will increment the counter.

The callback will be passed two parameters: pCounter [INOUT] the bytes that make up the AES counter counterLength [ in ] the number of bytes in pCounter

Definition at line 51 of file p6symmetric.h.