Home
last modified time | relevance | path

Searched defs:out (Results 226 – 250 of 1443) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_core.c788 void rk_aes_encrypt(const unsigned char *in, unsigned char *out, in rk_aes_encrypt()
981 void rk_aes_decrypt(const unsigned char *in, unsigned char *out, in rk_aes_decrypt()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_log_common.c153 const struct net_device *out, in nf_log_dump_packet_common()
192 const struct net_device *out, in nf_log_l2packet()
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dcrc32-ce-glue.c90 static int crc32_final(struct shash_desc *desc, u8 *out) in crc32_final()
98 static int crc32c_final(struct shash_desc *desc, u8 *out) in crc32c_final()
/OK3568_Linux_fs/kernel/crypto/
H A Dcrypto_null.c48 static int null_final(struct shash_desc *desc, u8 *out) in null_final()
54 unsigned int len, u8 *out) in null_digest()
H A Dtwofish_generic.c95 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt()
132 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt()
H A Dmd5.c174 static int md5_final(struct shash_desc *desc, u8 *out) in md5_final()
202 static int md5_export(struct shash_desc *desc, void *out) in md5_export()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dscu.c87 u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_cmd()
133 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/
H A Dsha1_glue.c74 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final()
96 static int sha1_export(struct shash_desc *desc, void *out) in sha1_export()
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dbpck6.c61 unsigned int out; in bpck6_read_regr() local
159 int out; in bpck6_probe_unit() local
/OK3568_Linux_fs/kernel/lib/crypto/
H A Daes.c266 void aes_encrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_encrypt()
324 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_decrypt()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/crypto/
H A Docteon-sha256.c157 static int octeon_sha256_final(struct shash_desc *desc, u8 *out) in octeon_sha256_final()
209 static int octeon_sha256_export(struct shash_desc *desc, void *out) in octeon_sha256_export()
H A Docteon-sha1.c145 static int octeon_sha1_final(struct shash_desc *desc, u8 *out) in octeon_sha1_final()
185 static int octeon_sha1_export(struct shash_desc *desc, void *out) in octeon_sha1_export()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp_sysfs.c30 char *out = buf; in show_ctrl() local
68 char *out = buf; in show_dev() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dsimplify_douglas_peucker.hpp198 OutputIterator out, in apply()
281 OutputIterator out, in apply()
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Ddma_fifo.h40 unsigned int out; /* updated when dma is pended */ member
62 unsigned int out; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dpoint.hpp96 inline std::basic_ostream<charT, traits>& operator<<(std::basic_ostream<charT, traits>& out, in operator <<()
103 inline std::basic_ostream<charT, traits>& operator<<(std::basic_ostream<charT, traits>& out, in operator <<()
/OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/
H A Dsolo6x10-core.c244 char *out = buf; in input_map_show() local
304 char *out = buf; in intervals_show() local
323 char *out = buf; in sdram_offsets_show() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/
H A Dscene_manager.cpp78 char *out = cJSON_Print(base_json); in getSceneIQ() local
87 char *out = cJSON_Print(fragment_json); in getSceneIQ() local
96 char *out = cJSON_Print(base_json); in getSceneIQ() local
/OK3568_Linux_fs/kernel/drivers/crypto/stm32/
H A Dstm32-crc32.c242 static int stm32_crc_final(struct shash_desc *desc, u8 *out) in stm32_crc_final()
255 unsigned int length, u8 *out) in stm32_crc_finup()
262 unsigned int length, u8 *out) in stm32_crc_digest()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dsdi.c121 struct omap_dss_device *out = &sdi.output; in sdi_display_enable() local
328 struct omap_dss_device *out = &sdi.output; in sdi_init_output() local
345 struct omap_dss_device *out = &sdi.output; in sdi_uninit_output() local
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-neonbs-glue.c93 void (*fn)(u8 out[], u8 const in[], u8 const rk[], in __ecb_crypt()
272 void (*fn)(u8 out[], u8 const in[], u8 const rk[], in __xts_crypt()
284 u8 *out, *in; in __xts_crypt() local
/OK3568_Linux_fs/kernel/drivers/fsi/
H A Dfsi-master-aspeed.c146 u32 transfer_size, void *out) in __opb_read()
198 static int opb_readl(struct fsi_master_aspeed *aspeed, uint32_t addr, __be32 *out) in opb_readl()
203 static int opb_readw(struct fsi_master_aspeed *aspeed, uint32_t addr, __be16 *out) in opb_readw()
208 static int opb_readb(struct fsi_master_aspeed *aspeed, uint32_t addr, u8 *out) in opb_readb()
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c157 const char *ptr=str+1;char *ptr2;char *out;int len=0;unsigned uc,uc2; in parse_string() local
217 const char *ptr;char *ptr2,*out;int len=0;unsigned char token; in print_string_ptr() local
304 char *out=0; in print_value() local
351 char *out=0,*ptr,*ret;int len=5; in print_array() local
445 char *out=0,*ptr,*ret,*str;int len=7,i=0,j; in print_object() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dinfo.hpp142 Out& out; member
150 Out& operator<<(Out& out, info const& what) in operator <<()
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx-aes-xcbc.c59 static int nx_xcbc_empty(struct shash_desc *desc, u8 *out) in nx_xcbc_empty()
292 static int nx_xcbc_final(struct shash_desc *desc, u8 *out) in nx_xcbc_final()

12345678910>>...58