Lines Matching +full:inside +full:- +full:secure
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 engine
10 - Christian Marangi <ansuelsmth@gmail.com>
13 The Inside Secure SafeXcel EIP-93 is a cryptographic engine IP block
16 developed by Inside Secure and given to license to vendors.
23 EIP-93 models:
24 - EIP-93i: (basic) DES/Triple DES, AES, PRNG, IPsec ESP, SRTP, SHA1
25 - EIP-93ie: i + SHA224/256, AES-192/256
26 - EIP-93is: i + SSL/DTLS/DTLS, MD5, ARC4
27 - EIP-93ies: i + e + s
28 - EIP-93iw: i + AES-XCB-MAC, AES-CCM
33 - items:
34 - const: airoha,en7581-eip93
35 - const: inside-secure,safexcel-eip93ies
36 - items:
37 - not: {}
39 - enum:
40 - inside-secure,safexcel-eip93i
41 - inside-secure,safexcel-eip93ie
42 - inside-secure,safexcel-eip93is
43 - inside-secure,safexcel-eip93iw
52 - compatible
53 - reg
54 - interrupts
59 - |
60 #include <dt-bindings/interrupt-controller/arm-gic.h>
63 compatible = "airoha,en7581-eip93", "inside-secure,safexcel-eip93ies";