Searched +full:safexcel +full:- +full:eip93ies (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/crypto/inside-secure,safexcel-eip93.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Inside Secure SafeXcel EIP-93 cryptographic engine10 - Christian Marangi <ansuelsmth@gmail.com>13 The Inside Secure SafeXcel EIP-93 is a cryptographic engine IP block23 EIP-93 models:24 - EIP-93i: (basic) DES/Triple DES, AES, PRNG, IPsec ESP, SRTP, SHA125 - EIP-93ie: i + SHA224/256, AES-192/256[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2019 - 202112 #include <linux/dma-mapping.h>21 #include "eip93-main.h"22 #include "eip93-regs.h"23 #include "eip93-common.h"24 #include "eip93-cipher.h"25 #include "eip93-aes.h"26 #include "eip93-des.h"27 #include "eip93-aead.h"[all …]