| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | aes.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 7 * The Advanced Encryption Standard (AES) specifies a FIPS-approved 14 * <em>ISO/IEC 18033-2:2006: Information technology -- Security 15 * techniques -- Encryption algorithms -- Part 2: Asymmetric 18 * The AES-XTS block mode is standardized by NIST SP 800-38E 19 * <https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-38e.pdf> 24 /* Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved. 30 * http://www.apache.org/licenses/LICENSE-2.0 57 /* Error codes in range 0x0020-0x0022 */ 58 #define MBEDTLS_ERR_AES_INVALID_KEY_LENGTH -0x0020 /**< Invalid key length. */ [all …]
|
| H A D | camellia.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 8 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 14 * http://www.apache.org/licenses/LICENSE-2.0 42 #define MBEDTLS_ERR_CAMELLIA_INVALID_KEY_LENGTH MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( -0x0024 ) 44 #define MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA -0x0024 /**< Bad input data. */ 46 #define MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH -0x0026 /**< Invalid data input length. */ 50 #define MBEDTLS_ERR_CAMELLIA_HW_ACCEL_FAILED -0x0027 /**< Camellia hardware accelerat… 124 * \brief Perform a CAMELLIA-ECB block encryption/decryption operation. 130 * \param input The input block. This must be a readable buffer 131 * of size \c 16 Bytes. [all …]
|
| H A D | aria.h | 9 * Korean, but see http://210.104.33.10/ARIA/index-e.html in English) 12 /* Copyright (C) 2006-2018, ARM Limited, All Rights Reserved 13 * SPDX-License-Identifier: Apache-2.0 19 * http://www.apache.org/licenses/LICENSE-2.0 47 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ 48 #define MBEDTLS_ARIA_MAX_ROUNDS 16 /**< Maxiumum number of rounds in ARIA. */ 52 #define MBEDTLS_ERR_ARIA_INVALID_KEY_LENGTH MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( -0x005C ) 54 #define MBEDTLS_ERR_ARIA_BAD_INPUT_DATA -0x005C /**< Bad input data. */ 56 #define MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH -0x005E /**< Invalid data input length. */ 60 #define MBEDTLS_ERR_ARIA_FEATURE_UNAVAILABLE -0x005A /**< Feature not available. For example, an … [all …]
|
| H A D | gcm.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 7 * The Galois/Counter Mode (GCM) for 128-bit block ciphers is defined 11 * For more information on GCM, see <em>NIST SP 800-38D: Recommendation for 16 * Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved 22 * http://www.apache.org/licenses/LICENSE-2.0 49 #define MBEDTLS_ERR_GCM_AUTH_FAILED -0x0012 /**< Authenticated decryption fa… 52 #define MBEDTLS_ERR_GCM_HW_ACCEL_FAILED -0x0013 /**< GCM hardware accelerator fa… 54 #define MBEDTLS_ERR_GCM_BAD_INPUT -0x0014 /**< Bad input parameters to fun… 68 uint64_t HL[16]; /*!< Precalculated HTable low. */ 69 uint64_t HH[16]; /*!< Precalculated HTable high. */ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | aes.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 7 * The Advanced Encryption Standard (AES) specifies a FIPS-approved 14 * <em>ISO/IEC 18033-2:2006: Information technology -- Security 15 * techniques -- Encryption algorithms -- Part 2: Asymmetric 18 * The AES-XTS block mode is standardized by NIST SP 800-38E 19 * <https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-38e.pdf> 24 /* Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved. 30 * http://www.apache.org/licenses/LICENSE-2.0 57 /* Error codes in range 0x0020-0x0022 */ 58 #define MBEDTLS_ERR_AES_INVALID_KEY_LENGTH -0x0020 /**< Invalid key length. */ [all …]
|
| H A D | camellia.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 8 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 14 * http://www.apache.org/licenses/LICENSE-2.0 42 #define MBEDTLS_ERR_CAMELLIA_INVALID_KEY_LENGTH MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( -0x0024 ) 44 #define MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA -0x0024 /**< Bad input data. */ 46 #define MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH -0x0026 /**< Invalid data input length. */ 50 #define MBEDTLS_ERR_CAMELLIA_HW_ACCEL_FAILED -0x0027 /**< Camellia hardware accelerat… 124 * \brief Perform a CAMELLIA-ECB block encryption/decryption operation. 130 * \param input The input block. This must be a readable buffer 131 * of size \c 16 Bytes. [all …]
|
| H A D | aria.h | 9 * Korean, but see http://210.104.33.10/ARIA/index-e.html in English) 12 /* Copyright (C) 2006-2018, ARM Limited, All Rights Reserved 13 * SPDX-License-Identifier: Apache-2.0 19 * http://www.apache.org/licenses/LICENSE-2.0 47 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ 48 #define MBEDTLS_ARIA_MAX_ROUNDS 16 /**< Maxiumum number of rounds in ARIA. */ 52 #define MBEDTLS_ERR_ARIA_INVALID_KEY_LENGTH MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( -0x005C ) 54 #define MBEDTLS_ERR_ARIA_BAD_INPUT_DATA -0x005C /**< Bad input data. */ 56 #define MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH -0x005E /**< Invalid data input length. */ 60 #define MBEDTLS_ERR_ARIA_FEATURE_UNAVAILABLE -0x005A /**< Feature not available. For example, an … [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | aes.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 7 * The Advanced Encryption Standard (AES) specifies a FIPS-approved 14 * <em>ISO/IEC 18033-2:2006: Information technology -- Security 15 * techniques -- Encryption algorithms -- Part 2: Asymmetric 18 * The AES-XTS block mode is standardized by NIST SP 800-38E 19 * <https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-38e.pdf> 24 /* Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved. 30 * http://www.apache.org/licenses/LICENSE-2.0 57 /* Error codes in range 0x0020-0x0022 */ 58 #define MBEDTLS_ERR_AES_INVALID_KEY_LENGTH -0x0020 /**< Invalid key length. */ [all …]
|
| H A D | camellia.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 8 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 14 * http://www.apache.org/licenses/LICENSE-2.0 42 #define MBEDTLS_ERR_CAMELLIA_INVALID_KEY_LENGTH MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( -0x0024 ) 44 #define MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA -0x0024 /**< Bad input data. */ 46 #define MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH -0x0026 /**< Invalid data input length. */ 50 #define MBEDTLS_ERR_CAMELLIA_HW_ACCEL_FAILED -0x0027 /**< Camellia hardware accelerat… 124 * \brief Perform a CAMELLIA-ECB block encryption/decryption operation. 130 * \param input The input block. This must be a readable buffer 131 * of size \c 16 Bytes. [all …]
|
| H A D | aria.h | 9 * Korean, but see http://210.104.33.10/ARIA/index-e.html in English) 12 /* Copyright (C) 2006-2018, ARM Limited, All Rights Reserved 13 * SPDX-License-Identifier: Apache-2.0 19 * http://www.apache.org/licenses/LICENSE-2.0 47 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ 48 #define MBEDTLS_ARIA_MAX_ROUNDS 16 /**< Maxiumum number of rounds in ARIA. */ 52 #define MBEDTLS_ERR_ARIA_INVALID_KEY_LENGTH MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( -0x005C ) 54 #define MBEDTLS_ERR_ARIA_BAD_INPUT_DATA -0x005C /**< Bad input data. */ 56 #define MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH -0x005E /**< Invalid data input length. */ 60 #define MBEDTLS_ERR_ARIA_FEATURE_UNAVAILABLE -0x005A /**< Feature not available. For example, an … [all …]
|
| H A D | gcm.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 7 * The Galois/Counter Mode (GCM) for 128-bit block ciphers is defined 11 * For more information on GCM, see <em>NIST SP 800-38D: Recommendation for 16 * Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved 22 * http://www.apache.org/licenses/LICENSE-2.0 49 #define MBEDTLS_ERR_GCM_AUTH_FAILED -0x0012 /**< Authenticated decryption fa… 52 #define MBEDTLS_ERR_GCM_HW_ACCEL_FAILED -0x0013 /**< GCM hardware accelerator fa… 54 #define MBEDTLS_ERR_GCM_BAD_INPUT -0x0014 /**< Bad input parameters to fun… 68 uint64_t HL[16]; /*!< Precalculated HTable low. */ 69 uint64_t HH[16]; /*!< Precalculated HTable high. */ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | aes.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 7 * The Advanced Encryption Standard (AES) specifies a FIPS-approved 14 * <em>ISO/IEC 18033-2:2006: Information technology -- Security 15 * techniques -- Encryption algorithms -- Part 2: Asymmetric 18 * The AES-XTS block mode is standardized by NIST SP 800-38E 19 * <https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-38e.pdf> 24 /* Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved. 30 * http://www.apache.org/licenses/LICENSE-2.0 57 /* Error codes in range 0x0020-0x0022 */ 58 #define MBEDTLS_ERR_AES_INVALID_KEY_LENGTH -0x0020 /**< Invalid key length. */ [all …]
|
| H A D | camellia.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 8 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 14 * http://www.apache.org/licenses/LICENSE-2.0 42 #define MBEDTLS_ERR_CAMELLIA_INVALID_KEY_LENGTH MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( -0x0024 ) 44 #define MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA -0x0024 /**< Bad input data. */ 46 #define MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH -0x0026 /**< Invalid data input length. */ 50 #define MBEDTLS_ERR_CAMELLIA_HW_ACCEL_FAILED -0x0027 /**< Camellia hardware accelerat… 124 * \brief Perform a CAMELLIA-ECB block encryption/decryption operation. 130 * \param input The input block. This must be a readable buffer 131 * of size \c 16 Bytes. [all …]
|
| H A D | aria.h | 9 * Korean, but see http://210.104.33.10/ARIA/index-e.html in English) 12 /* Copyright (C) 2006-2018, ARM Limited, All Rights Reserved 13 * SPDX-License-Identifier: Apache-2.0 19 * http://www.apache.org/licenses/LICENSE-2.0 47 #define MBEDTLS_ARIA_BLOCKSIZE 16 /**< ARIA block size in bytes. */ 48 #define MBEDTLS_ARIA_MAX_ROUNDS 16 /**< Maxiumum number of rounds in ARIA. */ 52 #define MBEDTLS_ERR_ARIA_INVALID_KEY_LENGTH MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( -0x005C ) 54 #define MBEDTLS_ERR_ARIA_BAD_INPUT_DATA -0x005C /**< Bad input data. */ 56 #define MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH -0x005E /**< Invalid data input length. */ 60 #define MBEDTLS_ERR_ARIA_FEATURE_UNAVAILABLE -0x005A /**< Feature not available. For example, an … [all …]
|
| H A D | gcm.h | 1 /* SPDX-License-Identifier: Apache-2.0 */ 7 * The Galois/Counter Mode (GCM) for 128-bit block ciphers is defined 11 * For more information on GCM, see <em>NIST SP 800-38D: Recommendation for 16 * Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved 22 * http://www.apache.org/licenses/LICENSE-2.0 49 #define MBEDTLS_ERR_GCM_AUTH_FAILED -0x0012 /**< Authenticated decryption fa… 52 #define MBEDTLS_ERR_GCM_HW_ACCEL_FAILED -0x0013 /**< GCM hardware accelerator fa… 54 #define MBEDTLS_ERR_GCM_BAD_INPUT -0x0014 /**< Bad input parameters to fun… 68 uint64_t HL[16]; /*!< Precalculated HTable low. */ 69 uint64_t HH[16]; /*!< Precalculated HTable high. */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf_dbg.h | 3 * Copyright(c) 2007 - 2020 Realtek Corporation. 28 /*@--------------------------[Define] ---------------------------------------*/ 37 if(rf->dbg_component & comp)\ 71 /*@--------------------------[Enum]------------------------------------------*/ 73 /*@--------------------------[Structure]-------------------------------------*/ 75 /*@--------------------------[Prptotype]-------------------------------------*/ 80 void halrf_dump_rfk_reg(struct rf_info *rf, char input[][16], u32 *_used, char *output, u32 *_out_l… 81 void halrf_support_ability(struct rf_info *rf, char input[][16], u32 *_used, char *output, u32 *_ou… 82 void halrf_dbg_trace(struct rf_info *rf, char input[][16], u32 *_used, char *output, u32 *_out_len); 83 void halrf_dpk_dbg_cmd(struct rf_info *rf, char input[][16], u32 *_used, char *output, u32 *_out_le… [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/ |
| H A D | halrf_dbg.h | 3 * Copyright(c) 2007 - 2020 Realtek Corporation. 28 /*@--------------------------[Define] ---------------------------------------*/ 37 if(rf->dbg_component & comp)\ 71 /*@--------------------------[Enum]------------------------------------------*/ 73 /*@--------------------------[Structure]-------------------------------------*/ 75 /*@--------------------------[Prptotype]-------------------------------------*/ 80 void halrf_dump_rfk_reg(struct rf_info *rf, char input[][16], u32 *_used, char *output, u32 *_out_l… 81 void halrf_support_ability(struct rf_info *rf, char input[][16], u32 *_used, char *output, u32 *_ou… 82 void halrf_dbg_trace(struct rf_info *rf, char input[][16], u32 *_used, char *output, u32 *_out_len); 83 void halrf_dpk_dbg_cmd(struct rf_info *rf, char input[][16], u32 *_used, char *output, u32 *_out_le… [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | twofish-i586-asm_32.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 .file "twofish-i586-asm.S" 11 #include <asm/asm-offsets.h> 15 #define in_blk 12 /* input byte array address parameter*/ 31 #define k 4128 /* key 1-32 ( word ) */ 52 /* performs input whitening */ 56 /* performs input whitening */ 58 xor w+16+offset(context), src; 61 * a input register containing a (rotated 16) 62 * b input register containing b [all …]
|
| H A D | twofish-x86_64-asm_64.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 .file "twofish-x86_64-asm.S" 11 #include <asm/asm-offsets.h> 25 #define k 4128 /* key 1-32 ( word ) */ 50 /* performs input whitening */ 54 /* performs input whitening */ 56 xor w+16+offset(context), src; 60 * a input register containing a (rotated 16) 61 * b input register containing b 62 * c input register containing c [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | aes_cmac_rom.c | 5 * Copyright (C) 2014-2017, Marvell International Ltd. 12 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the 13 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. 15 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE 35 // End - patch table entries 38 static UINT8 const_Rb[16] = { 44 mrvl_aes_128(UINT8 *key, UINT8 *input, UINT8 *output) in mrvl_aes_128() argument 56 MRVL_AesEncrypt(key, (128 / 8) / 8, input, output); in mrvl_aes_128() 65 for (i = 0; i < 16; i++) { in xor_128() 70 /* AES-CMAC Generation Function */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sparc/oradax/ |
| H A D | dax-hv-api.txt | 3 Publication date 2017-09-25 08:21 5 Extracted via "pdftotext -f 547 -l 572 -layout sun4v_20170925.pdf" 16 live-migration and other system management activities. 20 …high speed processoring of database-centric operations. The coprocessors may support one or more of 28 …e Completion Area and, unless execution order is specifically restricted through the use of serial- 45 …device node in the guest MD (Section 8.24.17, “Database Analytics Accelerators (DAX) virtual-device 51 36.1.1.1. "ORCL,sun4v-dax" Device Compatibility 54 • No-op/Sync 77 …See Section 36.2.1, “Query CCB Command Formats” for the corresponding CCB input and output formats. 81 36.1.1.2. "ORCL,sun4v-dax-fc" Device Compatibility [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-waltop.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 15 #include "hid-ids.h" 23 * tablet input mode, switching it between "default", "tablet" and "ink". 26 * mode tries to be HID-compatible (not very successfully), but cripples the 30 * represents the correct resolution, but is possibly HID-incompatible (i.e. 37 * 02 16 00 default 38 * 02 16 01 tablet 39 * 02 16 02 ink 50 0x85, 0x10, /* Report ID (16), */ 60 0x80, /* Input, */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | emu10k1-jack.rst | 12 - Lee Revell, 2005.03.30 19 For those unfamiliar with kX ASIO, this consists of 16 capture and 16 playback 25 fairly self explanatory - select Duplex, then for capture and playback select 26 the multichannel devices, set the in and out channels to 16, and the sample 30 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S 32 This will give you 16 input ports and 16 output ports. 34 The 16 output ports map onto the 16 FX buses (or the first 16 of 64, for the 36 sb-live-mixer.rst (or audigy-mixer.rst). 38 The 16 input ports are connected to the 16 physical inputs. Contrary to 40 input channels have physical inputs connected to them depends on the card [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | regs-gsc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* linux/drivers/gpu/drm/exynos/regs-gsc.h 7 * Register definition file for Samsung G-Scaler driver 13 /* G-Scaler enable */ 33 /* G-Scaler S/W reset */ 37 /* G-Scaler IRQ */ 40 #define GSC_IRQ_STATUS_OR_FRM_DONE (1 << 16) 45 /* G-Scaler input control */ 51 #define GSC_IN_ROT_MASK (7 << 16) 52 #define GSC_IN_ROT_270 (7 << 16) [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/cs46xx/ |
| H A D | cs46xx_dsp_scb_types.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 32 31 [30-28]27 [26:24] 23 22 21 20 [19:18] [17:16] 15 14 13 12 11 10 9 8 7 6 [5:0] 35 |H|_____ |H|_________|S_|D |__|__|______|_______|___|ne|__ |__ |__|__|_|_|_|_|_Count -1| 44 u32 npaw; /* Next-Page Address Word */ 48 31-30 29 28 [27:16] [15:12] [11:3] [2:0] 50 |SV |LE|SE| Sample-end byte offset | | Page-map entry offset for next | | 51 |page|__|__| ___________________________|_________|__page, if !sample-end___________|____| 53 u32 npcw; /* Next-Page Control Word */ 54 u32 lbaw; /* Loop-Begin Address Word */ 55 u32 nplbaw; /* Next-Page after Loop-Begin Address Word */ [all …]
|