Searched refs:aes_inv_round (Results 1 – 1 of 1) sorted by relevance
/external/srtp/crypto/cipher/ |
D | aes.c | 1532 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() function 1672 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() function 1812 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() function 1940 aes_inv_round(plaintext, exp_key + 1); in aes_decrypt() 1941 aes_inv_round(plaintext, exp_key + 2); in aes_decrypt() 1942 aes_inv_round(plaintext, exp_key + 3); in aes_decrypt() 1943 aes_inv_round(plaintext, exp_key + 4); in aes_decrypt() 1944 aes_inv_round(plaintext, exp_key + 5); in aes_decrypt() 1945 aes_inv_round(plaintext, exp_key + 6); in aes_decrypt() 1946 aes_inv_round(plaintext, exp_key + 7); in aes_decrypt() [all …]
|