Lines Matching refs:nrounds
87 aesvia_keylen_cw0(unsigned nrounds)
95 switch (nrounds) {
103 panic("invalid AES nrounds: %u", nrounds);
108 aesvia_setenckey(struct aesenc *enc, const uint8_t *key, uint32_t nrounds)
118 switch (nrounds) {
132 panic("invalid AES nrounds: %u", nrounds);
138 aesvia_setdeckey(struct aesdec *dec, const uint8_t *key, uint32_t nrounds)
142 switch (nrounds) {
156 panic("invalid AES nrounds: %u", nrounds);
212 uint8_t out[static 16], uint32_t nrounds)
214 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
253 uint8_t out[static 16], uint32_t nrounds)
255 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
368 uint32_t nrounds)
370 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
410 uint32_t nrounds)
412 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
507 uint32_t nrounds)
509 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
601 uint32_t nrounds)
603 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
694 size_t nbytes, uint8_t auth0[static 16], uint32_t nrounds)
696 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
735 uint32_t nrounds)
737 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);
801 uint32_t nrounds)
803 const uint32_t cw0 = aesvia_keylen_cw0(nrounds);