Searched refs:aes_inv_round (Results 1 - 1 of 1) sorted by relevance

/external/srtp/crypto/cipher/
H A Daes.c1532 aes_inv_round(v128_t *state, const v128_t *round_key) { function
1672 aes_inv_round(v128_t *state, const v128_t *round_key) { function
1812 aes_inv_round(v128_t *state, const v128_t *round_key) { function
1940 aes_inv_round(plaintext, exp_key + 1);
1941 aes_inv_round(plaintext, exp_key + 2);
1942 aes_inv_round(plaintext, exp_key + 3);
1943 aes_inv_round(plaintext, exp_key + 4);
1944 aes_inv_round(plaintext, exp_key + 5);
1945 aes_inv_round(plaintext, exp_key + 6);
1946 aes_inv_round(plaintex
[all...]

Completed in 1088 milliseconds