Searched defs:keysched (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/crypto/aesni/
H A Daesencdec.h39 aesni_enc8(int rounds, const __m128i *keysched, __m128i a, argument
76 aesni_dec8(int rounds, const __m128i *keysched, __m128i a, __m128i b, __m128i c, __m128i d, __m128i e, __m128i f, __m128i g, __m128i h, __m128i out[8]) argument
114 aesni_enc(int rounds, const __m128i *keysched, const __m128i from) argument
130 aesni_dec(int rounds, const __m128i *keysched, const __m128i from) argument
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Dgmac.h45 uint32_t keysched[4*(RIJNDAEL_MAXNR + 1)]; member in struct:aes_gmac_ctx
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1789 uint32_t keysched[4 * (RIJNDAEL_MAXNR + 1)]; local

Completed in 69 milliseconds