| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/ |
| H A D | aes-gcm.c | 229 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash() 259 u8 S[16]; in aes_gcm_ae() local 293 u8 S[16], T[16]; in aes_gcm_ad() local
|
| H A D | sha256-internal.c | 74 #define S(x, n) RORc((x), (n)) macro 87 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/ |
| H A D | aes-gcm.c | 229 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash() 259 u8 S[16]; in aes_gcm_ae() local 293 u8 S[16], T[16]; in aes_gcm_ad() local
|
| H A D | sha256-internal.c | 74 #define S(x, n) RORc((x), (n)) macro 87 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | io.c | 347 struct S { int x __attribute__((packed)); }; in ioread32_rep() argument 441 struct S { int x __attribute__((packed)); }; in iowrite32_rep() struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | system.h | 143 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument 400 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) argument 403 #define WTERMSIG(S) ((S) & 0x7f) argument 406 #define WIFEXITED(S) (((S) & 0xff) == 0) argument 409 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) argument 415 #define WCOREDUMP(S) ((S) & WCOREFLG) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | system.h | 143 # define fgets(S, n, Stream) fgets_unlocked (S, n, Stream) argument 400 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) argument 403 #define WTERMSIG(S) ((S) & 0x7f) argument 406 #define WIFEXITED(S) (((S) & 0xff) == 0) argument 409 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) argument 415 #define WCOREDUMP(S) ((S) & WCOREFLG) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/ |
| H A D | sha256-internal.c | 74 #define S(x, n) RORc((x), (n)) macro 87 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/ |
| H A D | sha256-internal.c | 74 #define S(x, n) RORc((x), (n)) macro 87 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/ |
| H A D | sha256-internal.c | 74 #define S(x, n) RORc((x), (n)) macro 87 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/ |
| H A D | sha256-internal.c | 74 #define S(x, n) RORc((x), (n)) macro 87 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/ |
| H A D | sha256-internal.c | 74 #define S(x, n) RORc((x), (n)) macro 87 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/ |
| H A D | sha256-internal.c | 75 #define S(x, n) RORc((x), (n)) macro 88 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/ |
| H A D | sha256-internal.c | 75 #define S(x, n) RORc((x), (n)) macro 88 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/ |
| H A D | sha256-internal.c | 74 #define S(x, n) RORc((x), (n)) macro 87 u32 S[8], W[64], t0, t1; in sha256_compress() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | recursion-depth.c | 54 #define S "#!" FILENAME "\n" in main() macro
|
| /OK3568_Linux_fs/kernel/include/math-emu/ |
| H A D | op-1.h | 29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument 253 #define _FP_SQRT_MEAT_1(R, S, T, X, q) \ argument 288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | blowfish.h | 75 uint32_t S[4 * 256]; member
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | arc4.h | 16 u32 S[256]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | blowfish.h | 75 uint32_t S[4 * 256]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | blowfish.h | 75 uint32_t S[4 * 256]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | blowfish.h | 75 uint32_t S[4 * 256]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | blowfish.h | 75 uint32_t S[4 * 256]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | blowfish.h | 75 uint32_t S[4 * 256]; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | blowfish.h | 103 BF_LONG S[4 * 256]; member
|