Lines Matching defs:nrounds
173 uint32_t nrounds) in aes_setenckey()
183 uint32_t nrounds = AES_128_NROUNDS; in aes_setenckey128() local
192 uint32_t nrounds = AES_192_NROUNDS; in aes_setenckey192() local
201 uint32_t nrounds = AES_256_NROUNDS; in aes_setenckey256() local
209 uint32_t nrounds) in aes_setdeckey()
219 uint32_t nrounds = AES_128_NROUNDS; in aes_setdeckey128() local
228 uint32_t nrounds = AES_192_NROUNDS; in aes_setdeckey192() local
237 uint32_t nrounds = AES_256_NROUNDS; in aes_setdeckey256() local
245 uint8_t out[static 16], uint32_t nrounds) in aes_enc()
254 uint8_t out[static 16], uint32_t nrounds) in aes_dec()
264 uint32_t nrounds) in aes_cbc_enc()
274 uint32_t nrounds) in aes_cbc_dec()
284 uint32_t nrounds) in aes_xts_enc()
294 uint32_t nrounds) in aes_xts_dec()
303 size_t nbytes, uint8_t auth[static 16], uint32_t nrounds) in aes_cbcmac_update1()
316 uint32_t nrounds) in aes_ccm_enc1()
329 uint32_t nrounds) in aes_ccm_dec1()