Searched refs:AES_128_NROUNDS (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/crypto/aes/
H A Daes.h45 #define AES_128_NROUNDS 10 macro
H A Daes_impl.c183 uint32_t nrounds = AES_128_NROUNDS;
219 uint32_t nrounds = AES_128_NROUNDS;
446 { 16, AES_128_NROUNDS, rk128enc, rk128dec },
H A Daes_selftest.c430 const unsigned nr = AES_128_NROUNDS;
502 const unsigned nr = AES_128_NROUNDS;
/netbsd-current/sys/dev/
H A Dcgd_crypto.c153 ap->ap_nrounds = AES_128_NROUNDS;
238 ax->ax_nrounds = AES_128_NROUNDS;
/netbsd-current/sys/net80211/
H A Dieee80211_crypto_ccmp.c349 aes_ccm_init(aes_ccm, AES_128_NROUNDS, ctx, 2 /* L, counter octets */,
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_via.c94 case AES_128_NROUNDS:
111 case AES_128_NROUNDS:
135 case AES_128_NROUNDS:
/netbsd-current/sys/opencrypto/
H A Dcryptosoft_xform.c640 ctx->nr = AES_128_NROUNDS;

Completed in 359 milliseconds