| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/ |
| H A D | aes-siv.c | 121 u8 *out) in aes_siv_encrypt() 164 u8 *out) in aes_siv_decrypt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/crypto/ |
| H A D | aes-siv.c | 121 u8 *out) in aes_siv_encrypt() 164 u8 *out) in aes_siv_decrypt()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inflate.c | 100 local int updatewindow(z_streamp strm, unsigned out) in updatewindow() 336 unsigned in, out; /* save starting available input and output */ in inflate() local
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inflate.c | 120 static void zlib_updatewindow(z_streamp strm, unsigned out) in zlib_updatewindow() 339 unsigned in, out; /* save starting available input and output */ in zlib_inflate() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/ |
| H A D | aes-siv.c | 121 u8 *out) in aes_siv_encrypt() 164 u8 *out) in aes_siv_decrypt()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | seed.c | 364 static void seed_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in seed_encrypt() 402 static void seed_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in seed_decrypt()
|
| H A D | aes_generic.c | 1176 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() 1246 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_decrypt()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | bitops.h | 64 int out; in test_and_set_bit() local 86 int out; in test_and_clear_bit() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/ |
| H A D | aes-siv.c | 121 u8 *out) in aes_siv_encrypt() 164 u8 *out) in aes_siv_decrypt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/ |
| H A D | aes-siv.c | 122 u8 *out) in aes_siv_encrypt() 165 u8 *out) in aes_siv_decrypt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/ |
| H A D | aes-siv.c | 121 u8 *out) in aes_siv_encrypt() 164 u8 *out) in aes_siv_decrypt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/ |
| H A D | aes-siv.c | 121 u8 *out) in aes_siv_encrypt() 164 u8 *out) in aes_siv_decrypt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/ |
| H A D | aes-siv.c | 121 u8 *out) in aes_siv_encrypt() 164 u8 *out) in aes_siv_decrypt()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_link_pinning.c | 9 int out = 0; variable
|
| H A D | test_core_reloc_type_id.c | 14 char out[256]; member 86 struct core_reloc_type_id_output *out = (void *)&data.out; in test_core_type_id() local
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rsa_mod_exp/ |
| H A D | mod_exp_uclass.c | 18 struct key_prop *node, uint8_t *out) in rsa_mod_exp()
|
| H A D | mod_exp_sw.c | 14 struct key_prop *prop, uint8_t *out) in mod_exp_sw()
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/fs/ |
| H A D | test_f2fs.py | 6 def dumpf2fs_getprop(out, prop): argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | cmd.c | 74 struct mlx5_cmd_msg *out, void *uout, int uout_size, in cmd_alloc_ent() 751 void mlx5_cmd_mbox_status(void *out, u8 *status, u32 *syndrome) in mlx5_cmd_mbox_status() 757 static int mlx5_cmd_check(struct mlx5_core_dev *dev, void *in, void *out) in mlx5_cmd_check() 1087 struct mlx5_cmd_msg *out, void *uout, int uout_size, in mlx5_cmd_invoke() 1776 static int cmd_exec(struct mlx5_core_dev *dev, void *in, int in_size, void *out, in cmd_exec() 1845 int mlx5_cmd_exec(struct mlx5_core_dev *dev, void *in, int in_size, void *out, in mlx5_cmd_exec() 1891 void *out, int out_size, mlx5_async_cbk_t callback, in mlx5_cmd_exec_cb() 1910 void *out, int out_size) in mlx5_cmd_exec_polling()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | example0.c | 35 static sox_format_t * in, * out; /* input and output files */ in main() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ascii85.h | 22 ascii85_encode(u32 in, char *out) in ascii85_encode()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ds2404.c | 127 int length, u8 *out) in ds2404_read_memory() 138 int length, u8 *out) in ds2404_write_memory()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | aes.c | 546 void aes_encrypt(u8 *in, u8 *expkey, u8 *out) in aes_encrypt() 567 void aes_decrypt(u8 *in, u8 *expkey, u8 *out) in aes_decrypt()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | uverbs_std_types_flow_action.c | 119 size_t len, union ib_flow_spec *out) in parse_esp_ip() 193 static int flow_action_esp_get_encap(struct ib_flow_spec_list *out, in flow_action_esp_get_encap()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | fils_aead.c | 69 size_t len[], u8 *out) in aes_siv_encrypt() 147 u8 *out) in aes_siv_decrypt()
|