| /kernel/linux/linux-6.6/crypto/ |
| H A D | aes_ti.c | 20 static void aesti_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aesti_encrypt() argument 36 static void aesti_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aesti_decrypt() argument
|
| H A D | sm3_generic.c | 37 static int crypto_sm3_final(struct shash_desc *desc, u8 *out) in crypto_sm3_final() argument 39 sm3_final(shash_desc_ctx(desc), out); in crypto_sm3_final() local
|
| H A D | sm4_generic.c | 41 static void sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_encrypt() argument 50 static void sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_decrypt() argument
|
| /kernel/linux/linux-6.6/drivers/md/bcache/ |
| H A D | features.c | 58 char *out = buf; bch_print_cache_set_feature_compat() local 65 char *out = buf; bch_print_cache_set_feature_ro_compat() local 72 char *out = buf; bch_print_cache_set_feature_incompat() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/arch/arm64/ |
| H A D | Makefile | 13 out := $(OUTPUT)arch/arm64/include/generated/asm macro
|
| /kernel/linux/linux-6.6/tools/perf/arch/powerpc/ |
| H A D | Makefile | 14 out := $(OUTPUT)arch/powerpc/include/generated/asm macro
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_bitfields_probed.c | 13 char out[256]; member 44 struct core_reloc_bitfields_output *out = (void *)&data.out; in test_core_bitfields() local [all...] |
| H A D | test_core_reloc_arrays.c | 13 char out[256]; member 43 struct core_reloc_arrays_output *out = (void *)&data.out; in test_core_arrays() local
|
| H A D | test_core_reloc_mods.c | 13 char out[256]; member 60 struct core_reloc_mods_output *out = (void *)&data.out; in test_core_mods() local [all...] |
| H A D | test_core_reloc_flavors.c | 13 char out[256]; member 51 struct core_reloc_flavors *out = (void *)&data.out; in test_core_flavors() local
|
| H A D | test_core_reloc_ints.c | 13 char out[256]; member 33 struct core_reloc_ints *out = (void *)&data.out; in test_core_ints() local [all...] |
| /kernel/liteos_m/testsuites/sample/kernel/dynlink/ |
| H A D | It_los_dynlink_015.c | 46 INT32 out = 0;
in TestCase() local [all...] |
| /kernel/liteos_m/testsuites/sample/kernel/dynlink/lib/ |
| H A D | dynamic_athmtc.c | 33 void It_dynlink_dowhile(int cnt, int *out) in It_dynlink_dowhile() argument 46 void It_dynlink_while(int cnt, int *out) in It_dynlink_while() argument 59 void It_dynlink_for(int cnt, int *out) in It_dynlink_for() argument 101 void It_dynlink_continue(int cnt, int *out) in It_dynlink_continue() argument
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| H A D | curve25519-selftest.c | 1288 u8 out[CURVE25519_KEY_SIZE], out2[CURVE25519_KEY_SIZE], in curve25519_selftest() local
|
| H A D | arc4.c | 37 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in arc4_crypt() argument
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | test_memcat_p.c | 24 struct test_struct **in0, **in1, **out, **p; in test_memcat_p_init() local
|
| /kernel/linux/linux-6.6/tools/include/tools/ |
| H A D | dis-asm-compat.h | 18 static inline int fprintf_styled(void *out, in fprintf_styled() argument
|
| /kernel/linux/linux-6.6/sound/usb/6fire/ |
| H A D | midi.h | 24 struct snd_rawmidi_substream *out; member
|
| /test/xts/acts/global_lite/i18n_lite/week_plural_number/src/ |
| H A D | week_plural_number_test.cpp | 55 int out = formatter.GetPluralRuleIndex(number, status);
in HWTEST_F() local 76 int out = formatter.GetPluralRuleIndex(number, status);
in HWTEST_F() local 97 int out = formatter.GetPluralRuleIndex(number, status); HWTEST_F() local 147 int out = formatter.GetPluralRuleIndex(number, status); HWTEST_F() local 165 int out = formatter.GetPluralRuleIndex(number, status); HWTEST_F() local 220 std::string out = formatter.Format(intNum1, status_v2); HWTEST_F() local 240 std::string out = formatter.Format(intNum1, status_v2); HWTEST_F() local [all...] |
| /kernel/linux/linux-5.10/crypto/ |
| H A D | twofish_generic.c | 95 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt() argument 132 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt() argument
|
| H A D | crct10dif_generic.c | 60 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final() argument 68 static int __chksum_finup(__u16 crc, const u8 *data, unsigned int len, u8 *out) in __chksum_finup() argument 74 chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) chksum_finup() argument 82 chksum_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) chksum_digest() argument
|
| H A D | scatterwalk.c | 18 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() argument 26 scatterwalk_copychunks(void *buf, struct scatter_walk *walk, size_t nbytes, int out) scatterwalk_copychunks() argument 55 scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, unsigned int start, unsigned int nbytes, int out) scatterwalk_map_and_copy() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpio/ |
| H A D | gpio-pca9570.c | 27 u8 out; member
|
| /kernel/linux/linux-5.10/arch/x86/mm/pat/ |
| H A D | memtype.h | 45 static inline int memtype_copy_nth_element(struct memtype *out, loff_t pos) in memtype_copy_nth_element() argument
|
| /kernel/linux/common_modules/tzdriver/core/ |
| H A D | ffa_abi.c | 65 void smc_req(struct smc_in_params *in, struct smc_out_params *out, uint8_t wait)
in smc_req() argument
|