/*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* Copyright 1995 by Richard P. Basch. All Rights Reserved.
* Copyright 1995 by Lehman Brothers, Inc. All Rights Reserved.
*
* Export of this software from the United States of America may
* require a specific license from the United States Government.
* It is the responsibility of any person or organization contemplating
* export to obtain such a license before exporting.
*
* WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
* distribute this software and its documentation for any purpose and
* without fee is hereby granted, provided that the above copyright
* notice appear in all copies and that both that copyright notice and
* this permission notice appear in supporting documentation, and that
* the name of Richard P. Basch, Lehman Brothers and M.I.T. not be used
* in advertising or publicity pertaining to distribution of the software
* without specific, written prior permission. Richard P. Basch,
* Lehman Brothers and M.I.T. make no representations about the suitability
* of this software for any purpose. It is provided "as is" without
* express or implied warranty.
*/
#include "des_int.h"
/*
* Triple-DES CBC encryption mode.
*/
#ifndef _KERNEL
int
{
/* For the Key Object */
ret = 0;
"mit_des3_cbc_encrypt.");
goto cleanup;
}
"mit_des3_cbc_encrypt: rv = 0x%0x", rv);
goto cleanup;
}
else
mechanism.ulParameterLen = 0;
if (encrypt)
else
"mit_des3_cbc_encrypt: rv = 0x%x", rv);
goto cleanup;
}
if (encrypt)
(CK_ULONG_PTR)&length);
else
(CK_ULONG_PTR)&length);
"rv = 0x%x", rv);
}
if (ret)
return(ret);
}
#else
/* ARGSUSED */
int
const mit_des_cblock *in,
{
return(ret);
}
#endif /* !_KERNEL */