Searched defs:nrounds (Results 1 – 6 of 6) sorted by relevance
/btstack/3rd-party/rijndael/ |
H A D | rijndael.c | 826 int nrounds, i, j; in rijndaelSetupDecrypt() local 868 void rijndaelEncrypt(const uint32_t *rk, int nrounds, const uint8_t plaintext[16], uint8_t cipherte… in rijndaelEncrypt() 1063 void rijndaelDecrypt(const uint32_t *rk, int nrounds, const uint8_t ciphertext[16], uint8_t plainte… in rijndaelDecrypt()
|
/btstack/test/crypto/ |
H A D | aestest.c | 9 int nrounds = rijndaelSetupEncrypt(rk, &key[0], KEYBITS); in aes128_calc_cyphertext() local
|
H A D | aes_cmac.c | 18 int nrounds = rijndaelSetupEncrypt(rk, &key[0], KEYBITS); in aes128_calc_cyphertext() local
|
/btstack/test/mesh/ |
H A D | mock.c | 65 int nrounds = rijndaelSetupEncrypt(rk, &key[0], KEYBITS); in aes128_calc_cyphertext() local
|
/btstack/test/security_manager/ |
H A D | mock.c | 57 int nrounds = rijndaelSetupEncrypt(rk, &key[0], KEYBITS); in aes128_calc_cyphertext() local
|
/btstack/src/ |
H A D | btstack_crypto.c | 178 int nrounds = rijndaelSetupEncrypt(rk, &key[0], KEYBITS); in btstack_aes128_calc() local
|