Home
last modified time | relevance | path

Searched full:aria (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/crypto/
H A Daria_aesni_avx_glue.c3 * Glue Code for the AVX/AES-NI/GFNI assembler implementation of the ARIA Cipher
9 #include <crypto/aria.h>
17 #include "aria-avx.h"
153 .base.cra_name = "ecb(aria)",
154 .base.cra_driver_name = "ecb-aria-avx",
165 .base.cra_name = "ctr(aria)",
166 .base.cra_driver_name = "ctr-aria-avx",
223 MODULE_DESCRIPTION("ARIA Cipher Algorithm, AVX/AES-NI/GFNI optimized");
224 MODULE_ALIAS_CRYPTO("aria");
225 MODULE_ALIAS_CRYPTO("aria-aesni-avx");
H A Daria_aesni_avx2_glue.c3 * Glue Code for the AVX2/AES-NI/GFNI assembler implementation of the ARIA Cipher
9 #include <crypto/aria.h>
17 #include "aria-avx.h"
166 .base.cra_name = "ecb(aria)",
167 .base.cra_driver_name = "ecb-aria-avx2",
178 .base.cra_name = "ctr(aria)",
179 .base.cra_driver_name = "ctr-aria-avx2",
243 MODULE_DESCRIPTION("ARIA Cipher Algorithm, AVX2/AES-NI/GFNI optimized");
244 MODULE_ALIAS_CRYPTO("aria");
245 MODULE_ALIAS_CRYPTO("aria-aesni-avx2");
H A Daria-gfni-avx512-asm_64.S3 * ARIA Cipher 64-way parallel algorithm (AVX512)
H A Daria-aesni-avx-asm_64.S3 * ARIA Cipher 16-way parallel algorithm (AVX)
H A Daria-aesni-avx2-asm_64.S3 * ARIA Cipher 32-way parallel algorithm (AVX2)
/linux/arch/arm/boot/dts/microchip/
H A Dat91-ariag25.dts3 * at91-ariag25.dts - Device Tree file for Acme Systems Aria G25 (AT91SAM9G25 based)
12 model = "Acme Systems Aria G25";
43 /* little green LED in middle of Aria G25 module */
91 /* N.B. Aria has no SD card detect (CD), assumed present */
131 * Aria documentation.
/linux/drivers/clk/socfpga/
H A DKconfig7 devices like Aria, Cyclone, Stratix 10, Agilex and N5X eASIC.
12 …bool "Intel Aria / Cyclone clock controller support" if COMPILE_TEST && (!ARM || !ARCH_INTEL_SOCFP…
/linux/include/crypto/
H A Daria.h5 * ARIA Cipher Algorithm.
7 * Documentation of ARIA can be found in RFC 5794.
11 * Information for ARIA
12 * http://210.104.33.10/ARIA/index-e.html (English)
433 /* Q, R Macro expanded ARIA GSRK */
/linux/Documentation/dev-tools/kunit/
H A Dkunit_suitememorydiagram.svg62 <g transform="scale(1.0933 .9147)" stroke-width="32.937" aria-label="{">
65 <g transform="scale(1.1071 .90325)" stroke-width="14.44" aria-label="{">
/linux/Documentation/gpu/amdgpu/display/
H A Ddc_pipeline_overview.svg931 aria-label="["
943 aria-label="["
977 aria-label="["
1000 aria-label="["
1023 aria-label="["
1046 aria-label="}"
1074 aria-label="}"
/linux/net/tls/
H A Dtls_main.c107 CIPHER_DESC(TLS_CIPHER_ARIA_GCM_128, tls12_crypto_info_aria_gcm_128, "gcm(aria)", false),
108 CIPHER_DESC(TLS_CIPHER_ARIA_GCM_256, tls12_crypto_info_aria_gcm_256, "gcm(aria)", false),