Lines Matching defs:nrounds
85 aesvia_keylen_cw0(unsigned nrounds)
93 switch (nrounds) {
101 panic("invalid AES nrounds: %u", nrounds);
106 aesvia_setenckey(struct aesenc *enc, const uint8_t *key, uint32_t nrounds)
116 switch (nrounds) {
130 panic("invalid AES nrounds: %u", nrounds);
136 aesvia_setdeckey(struct aesdec *dec, const uint8_t *key, uint32_t nrounds)
140 switch (nrounds) {
154 panic("invalid AES nrounds: %u", nrounds);
210 uint8_t out[static 16], uint32_t nrounds)
212 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
251 uint8_t out[static 16], uint32_t nrounds)
253 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
366 uint32_t nrounds)
368 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
408 uint32_t nrounds)
410 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
505 uint32_t nrounds)
507 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
599 uint32_t nrounds)
601 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
692 size_t nbytes, uint8_t auth0[static 16], uint32_t nrounds)
694 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
733 uint32_t nrounds)
735 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
799 uint32_t nrounds)
801 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);