Searched defs:round_key (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/libsrtp2/crypto/cipher/ |
H A 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 …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/ |
H A D | randen_hwaes.cc | 150 const Vector128& round_key) { in AesRound() 197 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound()
|
H A D | randen_slow.cc | 253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_hwaes.cc | 150 const Vector128& round_key) { in AesRound() 197 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound()
|
D | randen_slow.cc | 253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/ |
H A D | randen_hwaes.cc | 150 const Vector128& round_key) { in AesRound() 197 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound()
|
H A D | randen_slow.cc | 253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/ |
H A D | randen_hwaes.cc | 150 const Vector128& round_key) { in AesRound() 197 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound()
|
H A D | randen_slow.cc | 253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/aosp_15_r20/external/abseil-cpp/absl/random/internal/ |
H A D | randen_hwaes.cc | 150 const Vector128& round_key) { in AesRound() 197 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound()
|
H A D | randen_slow.cc | 253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/ |
H A 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()
|
H A D | randen_slow.cc | 282 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
H A D | randen_hwaes.cc | 150 const Vector128& round_key) { in AesRound() 197 const Vector128& round_key) { in AesRound() 247 const Vector128& round_key) { in AesRound()
|
H A D | randen_slow.cc | 253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound()
|
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/ |
H A D | aes.h | 47 uint32_t round_key[AES_KEY_MAX_WORDS * 4 + 28]; member
|