HomeSort by: relevance | last modified time | path
    Searched refs:aes (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/sys/crypto/aes/arch/x86/
aes_sse2_4x32.h 32 #include <crypto/aes/aes.h>
aes_via.h 32 #include <crypto/aes/aes_impl.h>
aes_ssse3_impl.h 34 #include <crypto/aes/aes.h>
35 #include <crypto/aes/arch/x86/aes_ssse3.h>
aes_sse2_4x32_impl.h 35 #include <crypto/aes/aes.h>
aes_sse2_4x32_subr.h 32 #include <crypto/aes/aes.h>
aes_sse2_4x32_impl.c 35 #include <crypto/aes/aes.h>
36 #include <crypto/aes/aes_impl.h>
37 #include <crypto/aes/arch/x86/aes_sse2_4x32.h>
aes_ssse3.h 34 #include <crypto/aes/aes_impl.h>
aes_ssse3_impl.c 32 #include <crypto/aes/aes.h>
33 #include <crypto/aes/aes_impl.h>
34 #include <crypto/aes/arch/x86/aes_ssse3.h>
  /src/sys/crypto/aes/
aes_keysched.c 38 #include <crypto/aes/aes_keysched.h>
41 #include <crypto/aes/aes_bear64.h>
43 #include <crypto/aes/aes_bear.h>
49 * Compute the standard AES encryption key schedule, expanding a
68 * Compute the standard AES decryption key schedule, expanding a
aes.h 1 /* $NetBSD: aes.h,v 1.5 2025/11/22 22:32:39 riastradh Exp $ */
36 * struct aes
39 * the standard AES key schedule, see aes_keysched.h.)
41 union aes { union
51 union aes aese_aes;
55 union aes aesd_aes;
aes_bear.h 35 #include <crypto/aes/aes.h>
aes_bear64.h 35 #include <crypto/aes/aes.h>
aes_ccm_mbuf.c 38 #include <crypto/aes/aes_ccm.h>
39 #include <crypto/aes/aes_ccm_mbuf.h>
  /src/tests/sys/crypto/
Makefile 7 TESTS_SUBDIRS+= aes
  /src/tests/sys/crypto/aes/
t_aes.c 31 #include <crypto/aes/aes.h>
32 #include <crypto/aes/aes_bear.h>
33 #include <crypto/aes/aes_bear64.h>
34 #include <crypto/aes/aes_impl.h>
37 #include <crypto/aes/arch/x86/aes_ni.h>
38 #include <crypto/aes/arch/x86/aes_sse2_4x32.h>
39 #include <crypto/aes/arch/x86/aes_ssse3.h>
40 #include <crypto/aes/arch/x86/aes_via.h>
44 #include <crypto/aes/arch/arm/aes_armv8.h
    [all...]
Makefile 5 TESTSDIR= ${TESTSBASE}/sys/crypto/aes
11 .PATH: ${NETBSDSRCDIR}/sys/crypto/aes
31 .PATH: ${NETBSDSRCDIR}/sys/crypto/aes/arch/arm
32 CPPFLAGS+= -I${NETBSDSRCDIR}/sys/crypto/aes/arch/arm
60 .PATH: ${NETBSDSRCDIR}/sys/crypto/aes/arch/x86
61 CPPFLAGS+= -I${NETBSDSRCDIR}/sys/crypto/aes/arch/x86
63 .if ${MACHINE_ARCH} == "x86_64" # XXX no AES-NI in 32-bit mode yet
  /src/sys/crypto/adiantum/
adiantum.h 35 #include <crypto/aes/aes.h>
42 uint8_t kk[32]; /* AES key */
48 struct aesenc kk_enc; /* expanded AES key */
  /src/sys/crypto/aes/arch/arm/
aes_neon_impl.h 37 #include <crypto/aes/aes.h>
38 #include <crypto/aes/arch/arm/aes_neon.h>
aes_neon.h 34 #include <crypto/aes/aes_impl.h>
aes_armv8.c 45 #include <crypto/aes/aes.h>
46 #include <crypto/aes/aes_impl.h>
47 #include <crypto/aes/arch/arm/aes_armv8.h>
76 panic("invalid AES rounds: %u", nrounds);
287 /* Verify that the CPU supports AES. */
320 .ai_name = "ARMv8.0-AES",
aes_armv8.h 34 #include <crypto/aes/aes_impl.h>
aes_neon_impl.c 35 #include <crypto/aes/aes.h>
36 #include <crypto/aes/aes_impl.h>
37 #include <crypto/aes/arch/arm/aes_neon.h>
  /src/sys/opencrypto/
gmac.h 23 #include <crypto/aes/aes.h>
  /src/sys/arch/x86/include/
via_padlock.h 29 #include <crypto/aes/aes.h>
  /src/sys/conf/
copts.mk 58 # from /home/riastradh/netbsd/current/src/sys/crypto/aes/aes_bear64.c:32:
60 # inlined from 'aesbear64_cbc_dec.part.0' at /home/riastradh/netbsd/current/src/sys/crypto/aes/aes_bear64.c:315:9:
67 # /home/riastradh/netbsd/current/src/sys/crypto/aes/aes_bear64.c: In function 'aesbear64_cbc_dec.part.0':
68 # /home/riastradh/netbsd/current/src/sys/crypto/aes/aes_bear64.c:229:59: note: at offset 48 into object 'in' of size [0, 16]

Completed in 99 milliseconds

1 2 3