[][src]Module safe_authenticator::access_container

Routines that control the access container.

Access container is stored in the user's session packet.

Constants

AUTHENTICATOR_ENTRY

Key of the authenticator entry in the access container.

Functions

decode_app_entry

Decodes raw app entry.

decode_authenticator_entry

Decodes raw authenticator entry.

delete_entry

Deletes entry from the access container.

enc_key

Gets access container entry key corresponding to the given app.

encode_app_entry

Encodes app entry into raw mdata content.

encode_authenticator_entry

Encodes authenticator entry into raw mdata content.

fetch_authenticator_entry

Gets an authenticator entry from the access container

fetch_entry

Gets an access container entry

put_authenticator_entry

Updates the authenticator entry.

put_entry

Adds a new entry to the authenticator access container