Searched defs:round_key (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() 1532 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() 1558 aes_final_round(v128_t *state, const v128_t *round_key) { in aes_final_round() 1594 aes_inv_final_round(v128_t *state, const v128_t *round_key) { in aes_inv_final_round() 1633 aes_round(v128_t *state, const v128_t *round_key) { in aes_round() 1672 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() 1713 aes_final_round(v128_t *state, const v128_t *round_key) { in aes_final_round() 1748 aes_inv_final_round(v128_t *state, const v128_t *round_key) { in aes_inv_final_round() 1785 aes_round(v128_t *state, const v128_t *round_key) { in aes_round() 1812 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() [all …]
|