HomeSort by: relevance | last modified time | path
    Searched refs:aes_sse2_impl (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/crypto/aes/arch/x86/
aes_sse2.h 44 * declared in aes_sse2_impl.h instead.
70 extern struct aes_impl aes_sse2_impl;
aes_sse2_impl.c 1 /* $NetBSD: aes_sse2_impl.c,v 1.5 2020/07/25 22:29:56 riastradh Exp $ */
30 __KERNEL_RCSID(1, "$NetBSD: aes_sse2_impl.c,v 1.5 2020/07/25 22:29:56 riastradh Exp $");
207 struct aes_impl aes_sse2_impl = { variable in typeref:struct:aes_impl
  /src/tests/sys/crypto/aes/
t_aes.c 105 AES_SELFTEST(aes_sse2_selftest, &aes_sse2_impl,
Makefile 64 SRCS.t_aes+= aes_sse2_impl.c
  /src/sys/arch/x86/x86/
identcpu.c 1014 aes_md_init(&aes_sse2_impl);

Completed in 15 milliseconds