Searched refs:AES_256_NROUNDS (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dvia_padlock.h47 uint32_t ses_ekey[4*(AES_256_NROUNDS + 1)];
48 uint32_t ses_dkey[4*(AES_256_NROUNDS + 1)];
/netbsd-current/sys/crypto/aes/
H A Daes.h47 #define AES_256_NROUNDS 14 macro
H A Daes_impl.c201 uint32_t nrounds = AES_256_NROUNDS;
237 uint32_t nrounds = AES_256_NROUNDS;
448 { 32, AES_256_NROUNDS, rk256enc, rk256dec },
/netbsd-current/sys/dev/
H A Dcgd_crypto.c163 ap->ap_nrounds = AES_256_NROUNDS;
244 ax->ax_nrounds = AES_256_NROUNDS;
/netbsd-current/sys/uvm/
H A Duvm_swap.c2118 aes_enc(&sdp->swd_enckey, (const void *)preiv, iv, AES_256_NROUNDS);
2122 AES_256_NROUNDS);
2140 aes_enc(&sdp->swd_enckey, (const void *)preiv, iv, AES_256_NROUNDS);
2144 AES_256_NROUNDS);
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_via.c98 case AES_256_NROUNDS:
120 case AES_256_NROUNDS:
144 case AES_256_NROUNDS:
/netbsd-current/sys/arch/x86/x86/
H A Dvia_padlock.c210 for (i = 0; i < 4*(AES_256_NROUNDS + 1); i++) {
/netbsd-current/sys/opencrypto/
H A Dcryptosoft_xform.c650 ctx->nr = AES_256_NROUNDS;
/netbsd-current/sys/crypto/adiantum/
H A Dadiantum.c75 #define AES_256_NROUNDS 14 macro
1886 aes_enc(&A->kk_enc, buf, buf, AES_256_NROUNDS); /* buf := C_M */
1924 aes_dec(&A->kk_dec, buf, buf, AES_256_NROUNDS); /* buf := P_M */

Completed in 235 milliseconds