Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/cipher/
Daes.c1702 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() function
1839 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() function
2032 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() function
2167 aes_inv_round(plaintext, &exp_key->round[1]); in srtp_aes_decrypt()
2168 aes_inv_round(plaintext, &exp_key->round[2]); in srtp_aes_decrypt()
2169 aes_inv_round(plaintext, &exp_key->round[3]); in srtp_aes_decrypt()
2170 aes_inv_round(plaintext, &exp_key->round[4]); in srtp_aes_decrypt()
2171 aes_inv_round(plaintext, &exp_key->round[5]); in srtp_aes_decrypt()
2172 aes_inv_round(plaintext, &exp_key->round[6]); in srtp_aes_decrypt()
2173 aes_inv_round(plaintext, &exp_key->round[7]); in srtp_aes_decrypt()
[all …]