Searched refs:aes_round (Results 1 – 1 of 1) sorted by relevance
/external/srtp/crypto/cipher/ |
D | aes.c | 1505 aes_round(v128_t *state, const v128_t *round_key) { in aes_round() function 1633 aes_round(v128_t *state, const v128_t *round_key) { in aes_round() function 1785 aes_round(v128_t *state, const v128_t *round_key) { in aes_round() function 1919 aes_round(plaintext, exp_key + 1); in aes_encrypt() 1920 aes_round(plaintext, exp_key + 2); in aes_encrypt() 1921 aes_round(plaintext, exp_key + 3); in aes_encrypt() 1922 aes_round(plaintext, exp_key + 4); in aes_encrypt() 1923 aes_round(plaintext, exp_key + 5); in aes_encrypt() 1924 aes_round(plaintext, exp_key + 6); in aes_encrypt() 1925 aes_round(plaintext, exp_key + 7); in aes_encrypt() [all …]
|