! ! ************************************************************************* ! * * ! * © Copyright 2010, Hewlett-Packard Development Company, L.P. * ! * * ! * Confidential computer software. Valid license from HP and/or * ! * its subsidiaries required for possession, use, or copying. * ! * * ! * Consistent with FAR 12.211 and 12.212, Commercial Computer Software, * ! * Computer Software Documentation, and Technical Data for Commercial * ! * Items are licensed to the U.S. Government under vendor's standard * ! * commercial license. * ! * * ! * Neither HP nor any of its subsidiaries shall be liable for technical * ! * or editorial errors or omissions contained herein. The information * ! * in this document is provided "as is" without warranty of any kind and * ! * is subject to change without notice. The warranties for HP products * ! * are set forth in the express limited warranty statements accompanying * ! * such products. Nothing herein should be construed as constituting an * ! * additional warranty. * ! * * ! ************************************************************************* ! ******************************************************************************************************************************** ! Created: 30-Mar-2010 17:26:09 by OpenVMS SDL EV3-3 ! Source: 19-APR-1996 08:27:10 $1$DGA7274:[ENCRYPT.SRC]ENCRYPT_DEF.SDL;1 ! ******************************************************************************************************************************** !*** MODULE encrypt_def IDENT V01.00 *** !DEC$ OPTIONS/ALIGN=(RECORDS=PACKED,COMMONS=PACKED)/NOWARN INTEGER*4 encrypt$init EXTERNAL encrypt$init INTEGER*4 encrypt$encrypt EXTERNAL encrypt$encrypt INTEGER*4 encrypt$decrypt EXTERNAL encrypt$decrypt INTEGER*4 encrypt$fini EXTERNAL encrypt$fini INTEGER*4 encrypt$init_asyn EXTERNAL encrypt$init_asyn INTEGER*4 encrypt$encrypt_asyn EXTERNAL encrypt$encrypt_asyn INTEGER*4 encrypt$decrypt_asyn EXTERNAL encrypt$decrypt_asyn INTEGER*4 encrypt$fini_asyn EXTERNAL encrypt$fini_asyn INTEGER*4 encrypt$sync_asyn EXTERNAL encrypt$sync_asyn INTEGER*4 encrypt$statistics EXTERNAL encrypt$statistics INTEGER*4 encrypt$define_key EXTERNAL encrypt$define_key INTEGER*4 encrypt$delete_key EXTERNAL encrypt$delete_key INTEGER*4 encrypt$encrypt_file EXTERNAL encrypt$encrypt_file INTEGER*4 encrypt$encrypt_one_record EXTERNAL encrypt$encrypt_one_record INTEGER*4 encrypt$decrypt_one_record EXTERNAL encrypt$decrypt_one_record INTEGER*4 encrypt$generate_key EXTERNAL encrypt$generate_key !DEC$ END OPTIONS