Searched defs:aes128_calc_cyphertext (Results 1 – 4 of 4) sorted by relevance
7 void aes128_calc_cyphertext(uint8_t key[16], uint8_t plaintext[16], uint8_t cyphertext[16]){ in aes128_calc_cyphertext() function
16 void aes128_calc_cyphertext(const uint8_t key[16], const uint8_t plaintext[16], uint8_t cyphertext[… in aes128_calc_cyphertext() function
63 static void aes128_calc_cyphertext(uint8_t key[16], uint8_t plaintext[16], uint8_t cyphertext[16]){ in aes128_calc_cyphertext() function
55 void aes128_calc_cyphertext(uint8_t key[16], uint8_t plaintext[16], uint8_t cyphertext[16]){ in aes128_calc_cyphertext() function