Home
last modified time | relevance | path

Searched refs:aes_selftest (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/tests/sys/crypto/aes/
H A Dt_aes.c70 if (aes_selftest(&aes_bear_impl)) in ATF_TC_BODY()
88 if (aes_selftest(impl)) \
H A DMakefile20 SRCS.t_aes+= aes_selftest.c
/netbsd-src/sys/crypto/aes/
H A Dfiles.aes12 file crypto/aes/aes_selftest.c aes
H A Daes_impl.c108 if (aes_selftest(aes_md_impl)) in aes_select()
115 if (aes_selftest(&aes_bear_impl)) in aes_select()
H A Daes_impl.h67 int aes_selftest(const struct aes_impl *);
H A Daes_selftest.c543 aes_selftest(const struct aes_impl *impl) in aes_selftest() function
/netbsd-src/sys/rump/kern/lib/libcrypto/
H A DMakefile44 SRCS+= aes_selftest.c