Home
last modified time | relevance | path

Searched defs:out (Results 651 - 675 of 1968) sorted by relevance

1...<<21222324252627282930>>...79

/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842.c82 u8 *out; member
[all...]
/kernel/linux/linux-5.10/block/partitions/
H A Defi.c668 static void utf16_le_to_7bit(const __le16 *in, unsigned int size, u8 *out) in utf16_le_to_7bit() argument
/kernel/linux/linux-5.10/drivers/accessibility/braille/
H A Dbraille_console.c66 u16 out; in braille_write() local
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-neonbs-glue.c85 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument
341 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[], int)) __xts_crypt() argument
H A Dghash-ce-glue.c281 static int ghash_async_export(struct ahash_request *req, void *out) in ghash_async_export() argument
/kernel/linux/linux-5.10/arch/loongarch/crypto/
H A Dcrc32-loongarch.c155 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final() argument
163 static int chksumc_final(struct shash_desc *desc, u8 *out) in chksumc_final() argument
171 static int __chksum_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) in __chksum_finup() argument
173 put_unaligned_le32(crc32_loongarch_hw(crc, data, len), out); in __chksum_finup() local
177 static int __chksumc_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) in __chksumc_finup() argument
179 put_unaligned_le32(~crc32c_loongarch_hw(crc, data, len), out); in __chksumc_finup() local
183 static int chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) in chksum_finup() argument
190 chksumc_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) chksumc_finup() argument
197 chksum_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) chksum_digest() argument
204 chksumc_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) chksumc_digest() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Datags_to_fdt.c103 static void hex_str(char *out, uint32_t value) in hex_str() argument
/kernel/linux/linux-5.10/crypto/
H A Dansi_cprng.c67 xor_vectors(unsigned char *in1, unsigned char *in2, unsigned char *out, unsigned int size) xor_vectors() argument
H A Dhmac.c83 static int hmac_export(struct shash_desc *pdesc, void *out) in hmac_export() argument
113 static int hmac_final(struct shash_desc *pdesc, u8 *out) in hmac_final() argument
126 hmac_finup(struct shash_desc *pdesc, const u8 *data, unsigned int nbytes, u8 *out) hmac_finup() argument
[all...]
H A Drmd320.c333 static int rmd320_final(struct shash_desc *desc, u8 *out) in rmd320_final() argument
H A Drmd160.c309 static int rmd160_final(struct shash_desc *desc, u8 *out) in rmd160_final() argument
H A Drmd256.c284 static int rmd256_final(struct shash_desc *desc, u8 *out) in rmd256_final() argument
H A Drmd128.c265 static int rmd128_final(struct shash_desc *desc, u8 *out) in rmd128_final() argument
/kernel/linux/linux-5.10/arch/mips/boot/
H A Delf2ecoff.c68 static void copy(int out, int in, off_t offset, off_t size) in copy() argument
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-neonbs-glue.c97 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument
318 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[])) __xts_crypt() argument
331 u8 *out, *in; __xts_crypt() local
[all...]
/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dmisc.c127 uch *in, *out, ch; in flush_window() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Depapr_hcalls.h465 epapr_hypercall(unsigned long *in, unsigned long *out, unsigned long nr) epapr_hypercall() argument
501 epapr_hypercall(unsigned long *in, unsigned long *out, unsigned long nr) epapr_hypercall() argument
512 unsigned long out[8]; epapr_hypercall0_1() local
524 unsigned long out[8]; epapr_hypercall0() local
532 unsigned long out[8]; epapr_hypercall1() local
542 unsigned long out[8]; epapr_hypercall2() local
553 unsigned long out[8]; epapr_hypercall3() local
566 unsigned long out[8]; epapr_hypercall4() local
[all...]
H A Dvio.h72 s64 out; member
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Daes-spe-glue.c162 static void ppc_aes_encrypt(struct crypto_tfm *tfm, u8 *out, cons argument
171 ppc_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) ppc_aes_decrypt() argument
[all...]
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H A Dmisc.c137 uch *in, *out, ch; in flush_window() local
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dsmp.c60 void riscv_cpuid_to_hartid_mask(const struct cpumask *in, struct cpumask *out) in riscv_cpuid_to_hartid_mask() argument
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c221 static int ghash_async_export(struct ahash_request *req, void *out) in ghash_async_export() argument
H A Dsha1_ssse3_glue.c82 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final() argument
131 static int sha1_avx_final(struct shash_desc *desc, u8 *out) in sha1_avx_final() argument
51 sha1_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out, sha1_block_fn *sha1_xform) sha1_finup() argument
75 sha1_ssse3_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) sha1_ssse3_finup() argument
125 sha1_avx_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) sha1_avx_finup() argument
207 sha1_avx2_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) sha1_avx2_finup() argument
213 sha1_avx2_final(struct shash_desc *desc, u8 *out) sha1_avx2_final() argument
257 sha1_ni_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) sha1_ni_finup() argument
263 sha1_ni_final(struct shash_desc *desc, u8 *out) sha1_ni_final() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Ddes_s390.c55 static void s390_des_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in s390_des_encrypt() argument
62 static void s390_des_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in s390_des_decrypt() argument
/kernel/linux/common_modules/tzdriver/core/
H A Dsmc_smp.h98 struct tc_ns_smc_cmd out[MAX_SMC_CMD]; member

Completed in 15 milliseconds

1...<<21222324252627282930>>...79