aes_impl.c | 173 uint32_t nrounds) 177 aes_impl->ai_setenckey(enc, key, nrounds); 183 uint32_t nrounds = AES_128_NROUNDS; local in function:aes_setenckey128 185 aes_setenckey(enc, key, nrounds); 186 return nrounds; 192 uint32_t nrounds = AES_192_NROUNDS; local in function:aes_setenckey192 194 aes_setenckey(enc, key, nrounds); 195 return nrounds; 201 uint32_t nrounds = AES_256_NROUNDS; local in function:aes_setenckey256 203 aes_setenckey(enc, key, nrounds); 219 uint32_t nrounds = AES_128_NROUNDS; local in function:aes_setdeckey128 228 uint32_t nrounds = AES_192_NROUNDS; local in function:aes_setdeckey192 237 uint32_t nrounds = AES_256_NROUNDS; local in function:aes_setdeckey256 [all...] |