Previous section.

Common Security: CDSA and CSSM
Copyright © 1997 The Open Group

NAME

ISL_CheckAddressWithinModule

SYNOPSIS

ISL_STATUS ISL_CheckAddressWithinModule
    (ISL_VERIFIED_MODULE_PTR Verification,
    void * Address)

DESCRIPTION

The address is checked against the list of address ranges that are valid addresses within the module.

PARAMETERS

Verification (input)

A verified module object returned by the ISL_SelfCheck, ISL_VerifyLoadedModule, ISL_VerifyLoadedModuleAndCredentials, ISL_VerifyAndLoadModuleAndCredentials, or ISL_VerifyAndLoadModule function.

Address (input)

An address to be checked.

RETURN VALUE

ISL_OK is returned if the address is a valid address within the bounds of the module, otherwise ISL_FAIL is returned.

SEE ALSO

ISL_SelfCheck,
ISL_VerifyLoadedModule,
ISL_VerifyAndLoadModule,
ISL_VerifyLoadedModuleAndCredentials,
ISL_VerifyAndLoadModuleAndCredentials

Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.
You should also read the legal notice explaining the terms and conditions relating to the CDSA documentation.

Contents Next section Index