Searched defs:round_key (Results 1 – 11 of 11) sorted by relevance
/external/libsrtp2/crypto/cipher/ |
D | aes.c | 1677 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() 1702 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() 1727 static inline void aes_final_round(v128_t *state, const v128_t *round_key) in aes_final_round() 1763 static inline void aes_inv_final_round(v128_t *state, const v128_t *round_key) in aes_inv_final_round() 1801 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() 1839 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() 1882 static inline void aes_final_round(v128_t *state, const v128_t *round_key) in aes_final_round() 1944 static inline void aes_inv_final_round(v128_t *state, const v128_t *round_key) in aes_inv_final_round() 2008 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() 2032 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/random/internal/ |
D | randen_hwaes.cc | 184 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound() 297 const Vector128& round_key) { in AesRound()
|
D | randen_slow.cc | 282 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_hwaes.cc | 184 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound() 297 const Vector128& round_key) { in AesRound()
|
D | randen_slow.cc | 282 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | randen_hwaes.cc | 184 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound() 297 const Vector128& round_key) { in AesRound()
|
D | randen_slow.cc | 282 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/external/abseil-cpp/absl/random/internal/ |
D | randen_hwaes.cc | 175 const Vector128& round_key) { in AesRound() 243 const Vector128& round_key) { in AesRound() 293 const Vector128& round_key) { in AesRound()
|
D | randen_slow.cc | 300 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_hwaes.cc | 175 const Vector128& round_key) { in AesRound() 243 const Vector128& round_key) { in AesRound() 293 const Vector128& round_key) { in AesRound()
|
D | randen_slow.cc | 300 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|