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

/external/srtp/crypto/cipher/
H A Daes.c1505 aes_round(v128_t *state, const v128_t *round_key) { function
1633 aes_round(v128_t *state, const v128_t *round_key) { function
1785 aes_round(v128_t *state, const v128_t *round_key) { function
1919 aes_round(plaintext, exp_key + 1);
1920 aes_round(plaintext, exp_key + 2);
1921 aes_round(plaintext, exp_key + 3);
1922 aes_round(plaintext, exp_key + 4);
1923 aes_round(plaintext, exp_key + 5);
1924 aes_round(plaintext, exp_key + 6);
1925 aes_round(plaintex
[all...]

Completed in 85 milliseconds