Print this page
5072963 Need an optimized AES implementation for amd64

*** 17,34 **** * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* ! * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _AES_CBC_CRYPT_H #define _AES_CBC_CRYPT_H ! #pragma ident "@(#)aes_cbc_crypt.h 1.6 07/09/11 SMI" #ifdef __cplusplus extern "C" { #endif --- 17,34 ---- * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* ! * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _AES_CBC_CRYPT_H #define _AES_CBC_CRYPT_H ! #pragma ident "@(#)aes_cbc_crypt.h 1.7 08/05/21 SMI" #ifdef __cplusplus extern "C" { #endif
*** 70,80 **** * In CCM decrypt, stores the input MAC value. * ac_ccm_data_len: Length of the plaintext for CCM mode encrypt, or * length of the ciphertext for CCM mode decrypt. * ac_ccm_processed_data_len: * Length of processed plaintext in CCM mode encrypt, ! * or length of processed ciphertex for CCM mode decrypt. * ac_ccm_processed_mac_len: * Length of MAC data accumulated in CCM mode decrypt. * * ac_ccm_pt_buf: Only used in CCM mode decrypt. It stores the * decrypted plaintext to be returned when --- 70,80 ---- * In CCM decrypt, stores the input MAC value. * ac_ccm_data_len: Length of the plaintext for CCM mode encrypt, or * length of the ciphertext for CCM mode decrypt. * ac_ccm_processed_data_len: * Length of processed plaintext in CCM mode encrypt, ! * or length of processed ciphertext for CCM mode decrypt. * ac_ccm_processed_mac_len: * Length of MAC data accumulated in CCM mode decrypt. * * ac_ccm_pt_buf: Only used in CCM mode decrypt. It stores the * decrypted plaintext to be returned when