Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc135 #define ABSL_TARGET_CRYPTO __attribute__((target("aes"))) macro
137 #define ABSL_TARGET_CRYPTO __attribute__((target("crypto"))) macro
139 #define ABSL_TARGET_CRYPTO macro
142 #define ABSL_TARGET_CRYPTO macro
163 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes()
173 inline ABSL_TARGET_CRYPTO Vector128 Vector128Load(const void* from) { in Vector128Load()
177 inline ABSL_TARGET_CRYPTO void Vector128Store(const Vector128& v, void* to) { in Vector128Store()
183 inline ABSL_TARGET_CRYPTO Vector128 AesRound(const Vector128& state, in AesRound()
189 inline ABSL_TARGET_CRYPTO void SwapEndian(u64x2* state) { in SwapEndian()
236 inline ABSL_TARGET_CRYPTO Vector128 Vector128Load(const void* from) { in Vector128Load()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc101 #define ABSL_TARGET_CRYPTO __attribute__((target("aes"))) macro
103 #define ABSL_TARGET_CRYPTO __attribute__((target("crypto"))) macro
105 #define ABSL_TARGET_CRYPTO macro
108 #define ABSL_TARGET_CRYPTO macro
129 inline ABSL_TARGET_CRYPTO Vector128 ReverseBytes(const Vector128& v) { in ReverseBytes()
139 inline ABSL_TARGET_CRYPTO Vector128 Vector128Load(const void* from) { in Vector128Load()
143 inline ABSL_TARGET_CRYPTO void Vector128Store(const Vector128& v, void* to) { in Vector128Store()
149 inline ABSL_TARGET_CRYPTO Vector128 AesRound(const Vector128& state, in AesRound()
155 inline ABSL_TARGET_CRYPTO void SwapEndian(absl::uint128* state) { in SwapEndian()
186 inline ABSL_TARGET_CRYPTO Vector128 Vector128Load(const void* from) { in Vector128Load()
[all …]