| /third_party/node/deps/openssl/openssl/crypto/ct/ |
| H A D | ct_b64.c | 28 unsigned char *outbuf = NULL; in ct_base64_decode() local
|
| /third_party/openssl/demos/cipher/ |
| H A D | aesccm.c | 79 unsigned char outbuf[1024]; in aes_ccm_encrypt() local 164 unsigned char outbuf[1024]; in aes_ccm_decrypt() local
|
| H A D | aesgcm.c | 77 unsigned char outbuf[1024]; in aes_gcm_encrypt() local 154 unsigned char outbuf[1024]; in aes_gcm_decrypt() local
|
| /third_party/openssl/test/ |
| H A D | aesgcmtest.c | 44 unsigned char outbuf[64]; in do_encrypt() local 73 unsigned char outbuf[32]; in do_decrypt() local
|
| /third_party/openssl/crypto/ct/ |
| H A D | ct_b64.c | 28 unsigned char *outbuf = NULL; in ct_base64_decode() local
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| H A D | kgdb.c | 173 kgdb_arch_handle_exception(int trap, int signo, int err_code, char *inbuf, char *outbuf, struct pt_regs *regs) kgdb_arch_handle_exception() argument
|
| /kernel/linux/linux-5.10/arch/arm/vdso/ |
| H A D | vdsomunge.c | 124 void *outbuf; in main() local
|
| /kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
| H A D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument 355 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() argument 357 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt() local 360 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument 399 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt() argument 401 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_decrypt() local
|
| H A D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument 206 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() argument 208 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt() local 211 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() argument 245 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt() argument 247 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_decrypt() local
|
| /kernel/linux/linux-6.6/arch/arm/vdso/ |
| H A D | vdsomunge.c | 124 void *outbuf; in main() local
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/ |
| H A D | kgdb.c | 174 kgdb_arch_handle_exception(int trap, int signo, int err_code, char *inbuf, char *outbuf, struct pt_regs *regs) kgdb_arch_handle_exception() argument
|
| /kernel/linux/linux-5.10/drivers/iio/dac/ |
| H A D | max517.c | 48 u8 outbuf[2]; in max517_set_value() local 105 u8 outbuf = COMMAND_PD; in max517_suspend() local 112 u8 outbuf = 0; in max517_resume() local
|
| H A D | m62332.c | 37 u8 outbuf[2]; in m62332_set_value() local
|
| /kernel/linux/linux-5.10/drivers/tty/hvc/ |
| H A D | hvc_console.h | 40 char *outbuf; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | olpc-ec.h | 61 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
|
| /kernel/linux/linux-5.10/fs/dlm/ |
| H A D | dir.c | 234 dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, char *outbuf, int outlen, int nodeid) dlm_copy_master_names() argument
|
| /kernel/linux/linux-6.6/fs/dlm/ |
| H A D | dir.c | 236 dlm_copy_master_names(struct dlm_ls *ls, const char *inbuf, int inlen, char *outbuf, int outlen, int nodeid) dlm_copy_master_names() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | olpc-ec.h | 63 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
|
| /kernel/linux/linux-6.6/drivers/tty/hvc/ |
| H A D | hvc_console.h | 40 char *outbuf; member
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument 353 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() argument 355 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt() local 358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument 395 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt() argument 397 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbu in cast5_decrypt() local [all...] |
| H A D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument 204 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() argument 206 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt() local 209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() argument 241 cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) cast6_decrypt() argument 243 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); cast6_decrypt() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
| H A D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument
|
| /kernel/linux/linux-6.6/drivers/iio/dac/ |
| H A D | m62332.c | 35 u8 outbuf[2]; in m62332_set_value() local
|
| H A D | max517.c | 48 u8 outbuf[2]; in max517_set_value() local 105 u8 outbuf = COMMAND_PD; in max517_suspend() local 112 u8 outbuf = 0; in max517_resume() local
|