Searched +full:eip +full:- +full:93 (Results 1 – 3 of 3) sorted by relevance
/linux-6.15/Documentation/devicetree/bindings/crypto/ |
D | inside-secure,safexcel-eip93.yaml | 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 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 [all …]
|
/linux-6.15/Documentation/arch/x86/ |
D | exception-tables.rst | 1 .. SPDX-License-Identifier: GPL-2.0 27 hardware present in every Linux-capable CPU handle this test. 51 (i.e. regs->eip) to find an address where the execution can continue 53 return address (again regs->eip) and returns. The execution will 73 long __gu_err = - 14 , __gu_val = 0; 75 if (((((0 + current_set[0])->tss.segment) == 0x18 ) || 77 ((unsigned long)(__gu_addr ) <= 0xC0000000UL - (sizeof(*(buf))))))) 93 ( __gu_addr )) ), "i"(- 14 ), "0"( __gu_err )) ; 107 ( __gu_addr )) ), "i"(- 14 ), "0"( __gu_err )); 120 ( __gu_addr )) ), "i"(- 14 ), "0"(__gu_err)); [all …]
|
/linux-6.15/drivers/crypto/inside-secure/eip93/ |
D | eip93-main.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2019 - 2021 12 #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 …]
|