Home
last modified time | relevance | path

Searched defs:aes_word_t (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/ring/crypto/fipsmodule/aes/
Daes_nohw.c60 typedef __m128i aes_word_t; typedef
99 #define aes_nohw_shift_left(/* aes_word_t */ a, /* const */ i) \ argument
101 #define aes_nohw_shift_right(/* aes_word_t */ a, /* const */ i) \ argument
105 typedef uint64_t aes_word_t; typedef
116 typedef uint32_t aes_word_t; typedef
659 #define aes_nohw_rotate_cols_right(/* aes_word_t */ v, /* const */ n) \ argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c63 typedef __m128i aes_word_t; typedef
102 #define aes_nohw_shift_left(/* aes_word_t */ a, /* const */ i) \ argument
104 #define aes_nohw_shift_right(/* aes_word_t */ a, /* const */ i) \ argument
108 typedef uint64_t aes_word_t; typedef
119 typedef uint32_t aes_word_t; typedef
706 #define aes_nohw_rotate_cols_right(/* aes_word_t */ v, /* const */ n) \ argument
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c63 typedef __m128i aes_word_t; typedef
102 #define aes_nohw_shift_left(/* aes_word_t */ a, /* const */ i) \ argument
104 #define aes_nohw_shift_right(/* aes_word_t */ a, /* const */ i) \ argument
108 typedef uint64_t aes_word_t; typedef
119 typedef uint32_t aes_word_t; typedef
706 #define aes_nohw_rotate_cols_right(/* aes_word_t */ v, /* const */ n) \ argument