Searched defs:out (Results 1 - 25 of 62) sorted by last modified time

123

/arch/powerpc/platforms/pseries/
H A Dnvram.c488 static int nvram_compress(const void *in, void *out, size_t inlen, argument
502 stream.next_out = out;
/arch/s390/crypto/
H A Daes_s390.c135 static void aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
140 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in);
146 crypt_s390_km(KM_AES_128_ENCRYPT, &sctx->key, out, in,
150 crypt_s390_km(KM_AES_192_ENCRYPT, &sctx->key, out, in,
154 crypt_s390_km(KM_AES_256_ENCRYPT, &sctx->key, out, in,
160 static void aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
165 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in);
171 crypt_s390_km(KM_AES_128_DECRYPT, &sctx->key, out, in,
175 crypt_s390_km(KM_AES_192_DECRYPT, &sctx->key, out, in,
179 crypt_s390_km(KM_AES_256_DECRYPT, &sctx->key, out, i
324 u8 *out = walk->dst.virt.addr; local
463 u8 *out = walk->dst.virt.addr; local
624 u8 *in, *out; local
783 u8 *out, *in, *ctrptr = ctrbuf; local
[all...]
H A Ddes_s390.c52 static void des_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
56 crypt_s390_km(KM_DEA_ENCRYPT, ctx->key, out, in, DES_BLOCK_SIZE);
59 static void des_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
63 crypt_s390_km(KM_DEA_DECRYPT, ctx->key, out, in, DES_BLOCK_SIZE);
94 u8 *out = walk->dst.virt.addr; local
97 ret = crypt_s390_km(func, key, out, in, n);
120 goto out;
127 u8 *out = walk->dst.virt.addr; local
130 ret = crypt_s390_kmc(func, &param, out, in, n);
139 out
392 u8 *out, *in, *ctrptr = ctrbuf; local
[all...]
H A Dsha1_s390.c49 static int sha1_export(struct shash_desc *desc, void *out) argument
52 struct sha1_state *octx = out;
H A Dsha256_s390.c42 static int sha256_export(struct shash_desc *desc, void *out) argument
45 struct sha256_state *octx = out;
129 goto out;
133 out:
H A Dsha512_s390.c43 static int sha512_export(struct shash_desc *desc, void *out) argument
46 struct sha512_state *octx = out;
138 goto out;
141 out:
H A Dsha_common.c63 int s390_sha_final(struct shash_desc *desc, u8 *out) argument
96 /* copy digest to out */
97 memcpy(out, ctx->state, crypto_shash_digestsize(desc->tfm));
/arch/score/lib/
H A Dchecksum.S142 beq out
251 out: label
/arch/sparc/crypto/
H A Dcrc32c_glue.c80 u8 *out)
86 *(__le32 *) out = ~cpu_to_le32(tmp);
91 unsigned int len, u8 *out)
93 return __crc32c_sparc64_finup(shash_desc_ctx(desc), data, len, out);
96 static int crc32c_sparc64_final(struct shash_desc *desc, u8 *out) argument
100 *(__le32 *) out = ~cpu_to_le32p(crcp);
105 unsigned int len, u8 *out)
108 out);
79 __crc32c_sparc64_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) argument
90 crc32c_sparc64_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
104 crc32c_sparc64_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dmd5_glue.c83 static int md5_sparc64_final(struct shash_desc *desc, u8 *out) argument
87 u32 *dst = (u32 *)out;
93 /* Pad out to 56 mod 64 and append length */
116 static int md5_sparc64_export(struct shash_desc *desc, void *out) argument
120 memcpy(out, sctx, sizeof(*sctx));
H A Dsha1_glue.c78 static int sha1_sparc64_final(struct shash_desc *desc, u8 *out) argument
82 __be32 *dst = (__be32 *)out;
88 /* Pad out to 56 mod 64 and append length */
111 static int sha1_sparc64_export(struct shash_desc *desc, void *out) argument
115 memcpy(out, sctx, sizeof(*sctx));
H A Dsha256_glue.c98 static int sha256_sparc64_final(struct shash_desc *desc, u8 *out) argument
102 __be32 *dst = (__be32 *)out;
108 /* Pad out to 56 mod 64 and append length */
143 static int sha256_sparc64_export(struct shash_desc *desc, void *out) argument
147 memcpy(out, sctx, sizeof(*sctx));
H A Dsha512_glue.c99 static int sha512_sparc64_final(struct shash_desc *desc, u8 *out) argument
103 __be64 *dst = (__be64 *)out;
111 /* Pad out to 112 mod 128 and append length */
/arch/sparc/lib/
H A Dclear_page.S94 brz,pn %o4, out
101 out: retl label
/arch/tile/lib/
H A Dmemmove.c32 uint8_t *out; local
38 out = (uint8_t *)dest + n - 1;
43 out = (uint8_t *)dest;
52 *out = x;
53 out += stride;
58 *out = x;
/arch/um/drivers/
H A Dchan_kern.c17 printk(KERN_ERR "Using a channel type which is configured out of "
25 printk(KERN_ERR "Using a channel type which is configured out of "
32 printk(KERN_ERR "Using a channel type which is configured out of "
38 printk(KERN_ERR "Using a channel type which is configured out of "
45 printk(KERN_ERR "Using a channel type which is configured out of "
52 printk(KERN_ERR "Using a channel type which is configured out of "
60 printk(KERN_ERR "Using a channel type which is configured out of "
67 printk(KERN_ERR "Using a channel type which is configured out of "
370 static int chan_pair_config_string(struct chan *in, struct chan *out, argument
379 if (in == out) {
396 struct chan *in = line->chan_in, *out = line->chan_out; local
502 char *in, *out; local
[all...]
/arch/x86/boot/compressed/
H A Deboot.c266 struct efi_simple_text_output_protocol_64 *out; local
269 offset = offsetof(typeof(*out), output_string);
271 out = (typeof(out))(unsigned long)efi_early->text_output;
274 efi_early->call(*func, out, str);
276 struct efi_simple_text_output_protocol_32 *out; local
279 offset = offsetof(typeof(*out), output_string);
281 out = (typeof(out))(unsigned long)efi_early->text_output;
284 efi_early->call(*func, out, st
[all...]
/arch/x86/crypto/
H A Daesni-intel_glue.c88 asmlinkage void aesni_enc(struct crypto_aes_ctx *ctx, u8 *out,
90 asmlinkage void aesni_dec(struct crypto_aes_ctx *ctx, u8 *out,
92 asmlinkage void aesni_ecb_enc(struct crypto_aes_ctx *ctx, u8 *out,
94 asmlinkage void aesni_ecb_dec(struct crypto_aes_ctx *ctx, u8 *out,
96 asmlinkage void aesni_cbc_enc(struct crypto_aes_ctx *ctx, u8 *out,
98 asmlinkage void aesni_cbc_dec(struct crypto_aes_ctx *ctx, u8 *out,
109 static void (*aesni_ctr_enc_tfm)(struct crypto_aes_ctx *ctx, u8 *out,
111 asmlinkage void aesni_ctr_enc(struct crypto_aes_ctx *ctx, u8 *out,
114 asmlinkage void aesni_xts_crypt8(struct crypto_aes_ctx *ctx, u8 *out,
119 * u8 *out, Ciphertex
184 aesni_gcm_enc_avx(void *ctx, u8 *out, const u8 *in, unsigned long plaintext_len, u8 *iv, u8 *hash_subkey, const u8 *aad, unsigned long aad_len, u8 *auth_tag, unsigned long auth_tag_len) argument
199 aesni_gcm_dec_avx(void *ctx, u8 *out, const u8 *in, unsigned long ciphertext_len, u8 *iv, u8 *hash_subkey, const u8 *aad, unsigned long aad_len, u8 *auth_tag, unsigned long auth_tag_len) argument
233 aesni_gcm_enc_avx2(void *ctx, u8 *out, const u8 *in, unsigned long plaintext_len, u8 *iv, u8 *hash_subkey, const u8 *aad, unsigned long aad_len, u8 *auth_tag, unsigned long auth_tag_len) argument
252 aesni_gcm_dec_avx2(void *ctx, u8 *out, const u8 *in, unsigned long ciphertext_len, u8 *iv, u8 *hash_subkey, const u8 *aad, unsigned long aad_len, u8 *auth_tag, unsigned long auth_tag_len) argument
485 aesni_ctr_enc_avx_tfm(struct crypto_aes_ctx *ctx, u8 *out, const u8 *in, unsigned int len, u8 *iv) argument
662 aesni_xts_tweak(void *ctx, u8 *out, const u8 *in) argument
[all...]
H A Dcrc32-pclmul_glue.c125 u8 *out)
127 *(__le32 *)out = cpu_to_le32(crc32_pclmul_le(*crcp, data, len));
132 unsigned int len, u8 *out)
134 return __crc32_pclmul_finup(shash_desc_ctx(desc), data, len, out);
137 static int crc32_pclmul_final(struct shash_desc *desc, u8 *out) argument
141 *(__le32 *)out = cpu_to_le32p(crcp);
146 unsigned int len, u8 *out)
149 out);
124 __crc32_pclmul_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) argument
131 crc32_pclmul_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
145 crc32_pclmul_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dcrc32c-intel_glue.c148 u8 *out)
150 *(__le32 *)out = ~cpu_to_le32(crc32c_intel_le_hw(*crcp, data, len));
155 unsigned int len, u8 *out)
157 return __crc32c_intel_finup(shash_desc_ctx(desc), data, len, out);
160 static int crc32c_intel_final(struct shash_desc *desc, u8 *out) argument
164 *(__le32 *)out = ~cpu_to_le32p(crcp);
169 unsigned int len, u8 *out)
172 out);
204 u8 *out)
208 *(__le32 *)out
147 __crc32c_intel_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) argument
154 crc32c_intel_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
168 crc32c_intel_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
203 __crc32c_pcl_intel_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) argument
216 crc32c_pcl_intel_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
222 crc32c_pcl_intel_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
[all...]
H A Dcrct10dif-pclmul_glue.c71 static int chksum_final(struct shash_desc *desc, u8 *out) argument
75 *(__u16 *)out = ctx->crc;
80 u8 *out)
84 *(__u16 *)out = crc_t10dif_pcl(*crcp, data, len);
87 *(__u16 *)out = crc_t10dif_generic(*crcp, data, len);
92 unsigned int len, u8 *out)
96 return __chksum_finup(&ctx->crc, data, len, out);
100 unsigned int length, u8 *out)
104 return __chksum_finup(&ctx->crc, data, length, out);
79 __chksum_finup(__u16 *crcp, const u8 *data, unsigned int len, u8 *out) argument
91 chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
99 chksum_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) argument
H A Dsha1_ssse3_glue.c118 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) argument
122 __be32 *dst = (__be32 *)out;
128 /* Pad out to 56 mod 64 and append length */
157 static int sha1_ssse3_export(struct shash_desc *desc, void *out) argument
161 memcpy(out, sctx, sizeof(*sctx));
H A Dsha256_ssse3_glue.c131 static int sha256_ssse3_final(struct shash_desc *desc, u8 *out) argument
135 __be32 *dst = (__be32 *)out;
141 /* Pad out to 56 mod 64 and append length */
172 static int sha256_ssse3_export(struct shash_desc *desc, void *out) argument
176 memcpy(out, sctx, sizeof(*sctx));
H A Dsha512_ssse3_glue.c134 static int sha512_ssse3_final(struct shash_desc *desc, u8 *out) argument
138 __be64 *dst = (__be64 *)out;
146 /* Pad out to 112 mod 128 and append length */
179 static int sha512_ssse3_export(struct shash_desc *desc, void *out) argument
183 memcpy(out, sctx, sizeof(*sctx));
/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c371 __be32 *dst = (__be32 *) rctx->out;
392 goto out;
413 goto out;
421 out:
552 unsigned int len, u8 *out)
583 rctx->out = out;
612 static int sha1_mb_final(struct shash_desc *desc, u8 *out) argument
632 rctx->out = out;
551 sha1_mb_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
661 sha1_mb_export(struct shash_desc *desc, void *out) argument
[all...]

Completed in 504 milliseconds

123