sam4l_crypto_cipher.h File Reference

SAM4L cipher hardware accelerator. More...

#include "core/crypto.h"

Go to the source code of this file.

Macros

#define SAM4L_CRYPTO_CIPHER_SUPPORT   DISABLED
 
#define AESA_MODE_CFBS_128BIT   AESA_MODE_CFBS(0)
 
#define AESA_MODE_CFBS_64BIT   AESA_MODE_CFBS(1)
 
#define AESA_MODE_CFBS_32BIT   AESA_MODE_CFBS(2)
 
#define AESA_MODE_CFBS_16BIT   AESA_MODE_CFBS(3)
 
#define AESA_MODE_CFBS_8BIT   AESA_MODE_CFBS(4)
 
#define AESA_MODE_OPMODE_ECB   AESA_MODE_OPMODE(0)
 
#define AESA_MODE_OPMODE_CBC   AESA_MODE_OPMODE(1)
 
#define AESA_MODE_OPMODE_CFB   AESA_MODE_OPMODE(2)
 
#define AESA_MODE_OPMODE_OFB   AESA_MODE_OPMODE(3)
 
#define AESA_MODE_OPMODE_CTR   AESA_MODE_OPMODE(4)
 

Detailed Description

SAM4L cipher hardware accelerator.

License

SPDX-License-Identifier: GPL-2.0-or-later

Copyright (C) 2010-2024 Oryx Embedded SARL. All rights reserved.

This file is part of CycloneCRYPTO Open.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Author
Oryx Embedded SARL (www.oryx-embedded.com)
Version
2.4.0

Definition in file sam4l_crypto_cipher.h.

Macro Definition Documentation

◆ AESA_MODE_CFBS_128BIT

#define AESA_MODE_CFBS_128BIT   AESA_MODE_CFBS(0)

Definition at line 45 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_CFBS_16BIT

#define AESA_MODE_CFBS_16BIT   AESA_MODE_CFBS(3)

Definition at line 48 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_CFBS_32BIT

#define AESA_MODE_CFBS_32BIT   AESA_MODE_CFBS(2)

Definition at line 47 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_CFBS_64BIT

#define AESA_MODE_CFBS_64BIT   AESA_MODE_CFBS(1)

Definition at line 46 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_CFBS_8BIT

#define AESA_MODE_CFBS_8BIT   AESA_MODE_CFBS(4)

Definition at line 49 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_OPMODE_CBC

#define AESA_MODE_OPMODE_CBC   AESA_MODE_OPMODE(1)

Definition at line 53 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_OPMODE_CFB

#define AESA_MODE_OPMODE_CFB   AESA_MODE_OPMODE(2)

Definition at line 54 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_OPMODE_CTR

#define AESA_MODE_OPMODE_CTR   AESA_MODE_OPMODE(4)

Definition at line 56 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_OPMODE_ECB

#define AESA_MODE_OPMODE_ECB   AESA_MODE_OPMODE(0)

Definition at line 52 of file sam4l_crypto_cipher.h.

◆ AESA_MODE_OPMODE_OFB

#define AESA_MODE_OPMODE_OFB   AESA_MODE_OPMODE(3)

Definition at line 55 of file sam4l_crypto_cipher.h.

◆ SAM4L_CRYPTO_CIPHER_SUPPORT

#define SAM4L_CRYPTO_CIPHER_SUPPORT   DISABLED

Definition at line 39 of file sam4l_crypto_cipher.h.