Home
last modified time | relevance | path

Searched defs:rk (Results 1 – 6 of 6) sorted by relevance

/btstack/3rd-party/rijndael/
H A Drijndael.c718 int rijndaelSetupEncrypt(uint32_t *rk, const uint8_t *key, int keybits) in rijndaelSetupEncrypt()
823 int rijndaelSetupDecrypt(uint32_t *rk, const uint8_t *key, int keybits) in rijndaelSetupDecrypt()
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 Daestest.c8 uint32_t rk[RKLENGTH(KEYBITS)]; in aes128_calc_cyphertext() local
33 uint32_t rk[RKLENGTH(KEYBITS)]; in main() local
H A Daes_cmac.c17 uint32_t rk[RKLENGTH(KEYBITS)]; in aes128_calc_cyphertext() local
/btstack/test/mesh/
H A Dmock.c64 uint32_t rk[RKLENGTH(KEYBITS)]; in aes128_calc_cyphertext() local
/btstack/test/security_manager/
H A Dmock.c56 uint32_t rk[RKLENGTH(KEYBITS)]; in aes128_calc_cyphertext() local
/btstack/src/
H A Dbtstack_crypto.c177 uint32_t rk[RKLENGTH(KEYBITS)]; in btstack_aes128_calc() local