Searched defs:round_key (Results 1 – 4 of 4) sorted by relevance
61 const av_aes_block *round_key) in addkey()68 const av_aes_block *round_key) in addkey_s()75 const av_aes_block *round_key) in addkey_d()
150 const Vector128& round_key) { in AesRound()197 const Vector128& round_key) { in AesRound()247 const Vector128& round_key) { in AesRound()
253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
164 uint64_t round_key; in ComputePAC() local