/Linux-v4.19/crypto/ |
D | cast5_generic.c | 310 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 362 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() 367 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 406 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt()
|
D | cast6_generic.c | 183 void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() 216 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() 221 void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() 254 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt()
|
/Linux-v4.19/drivers/iio/dac/ |
D | max5821.c | 96 u8 outbuf[2]; in max5821_sync_powerdown_mode() local 177 u8 outbuf[1]; in max5821_get_value() local 218 u8 outbuf[2]; in max5821_set_value() local 276 u8 outbuf[2] = { MAX5821_EXTENDED_COMMAND_MODE, in max5821_suspend() local 286 u8 outbuf[2] = { MAX5821_EXTENDED_COMMAND_MODE, in max5821_resume() local
|
D | max517.c | 61 u8 outbuf[2]; in max517_set_value() local 119 u8 outbuf = COMMAND_PD; in max517_suspend() local 126 u8 outbuf = 0; in max517_resume() local
|
D | mcp4725.c | 52 u8 outbuf[2]; in mcp4725_suspend() local 65 u8 outbuf[2]; in mcp4725_resume() local 275 u8 outbuf[2]; in mcp4725_set_value() local 296 u8 outbuf[3]; in mcp4726_set_cfg() local
|
D | m62332.c | 46 u8 outbuf[2]; in m62332_set_value() local
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_queue.c | 40 struct mminfo __user *outbuf, in do_mmap_info() 160 struct mminfo __user *outbuf, in rxe_queue_resize()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | mcdi.c | 506 efx_dword_t *outbuf; in efx_mcdi_complete_async() local 654 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc_finish() 805 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc() 863 efx_dword_t *outbuf, size_t outlen, in _efx_mcdi_rpc_evb_retry() 930 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc() 947 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc_quiet() 1068 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc_finish() 1076 efx_dword_t *outbuf, size_t outlen, in efx_mcdi_rpc_finish_quiet() 1084 size_t inlen, efx_dword_t *outbuf, in efx_mcdi_display_error()
|
/Linux-v4.19/security/keys/ |
D | dh.c | 208 uint8_t *outbuf = NULL; in keyctl_dh_compute_kdf() local 247 uint8_t *outbuf; in __keyctl_dh_compute() local
|
/Linux-v4.19/lib/ |
D | decompress_bunzip2.c | 523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() 682 unsigned char *outbuf, in bunzip2() 750 unsigned char *outbuf, long olen, in __decompress()
|
/Linux-v4.19/arch/powerpc/boot/ |
D | decompress.c | 122 void *outbuf, unsigned long output_size, unsigned long _skip) in partial_decompress()
|
/Linux-v4.19/include/linux/ |
D | olpc-ec.h | 38 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd()
|
/Linux-v4.19/drivers/platform/olpc/ |
D | olpc-ec.c | 24 u8 *inbuf, *outbuf; member 117 int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) in olpc_ec_cmd()
|
/Linux-v4.19/include/crypto/ |
D | drbg.h | 206 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl() 231 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl_test()
|
/Linux-v4.19/arch/arm/vdso/ |
D | vdsomunge.c | 137 void *outbuf; in main() local
|
/Linux-v4.19/fs/dlm/ |
D | dir.c | 237 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names()
|
/Linux-v4.19/drivers/tty/vt/ |
D | consolemap.c | 345 unsigned char outbuf[E_TABSZ]; in con_get_trans_old() local 374 unsigned short outbuf[E_TABSZ]; in con_get_trans_new() local
|
/Linux-v4.19/drivers/tty/hvc/ |
D | hvc_console.h | 40 char *outbuf; member
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | usbhid.h | 92 char *outbuf; /* Output buffer */ member
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_if.h | 89 void *outbuf; /* Output buffer */ member
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | olpc.c | 116 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd()
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 456 struct xdr_buf *outbuf; member 468 struct xdr_buf *outbuf = desc->outbuf; in encryptor() local
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-842-pseries.c | 300 unsigned long inbuf, outbuf; in nx842_pseries_compress() local 431 unsigned long inbuf, outbuf; in nx842_pseries_decompress() local
|
/Linux-v4.19/drivers/ide/ |
D | ide-taskfile.c | 467 u8 *outbuf = NULL; in ide_taskfile_ioctl() local
|
/Linux-v4.19/drivers/scsi/ |
D | 3w-sas.c | 100 char *outbuf, loff_t offset, size_t count) in twl_sysfs_aen_read() 131 char *outbuf, loff_t offset, size_t count) in twl_sysfs_compat_info()
|