Searched refs:outbuf (Results 1 – 6 of 6) sorted by relevance
| /crypto/ |
| A D | zstd.c | 108 zstd_out_buffer outbuf; in zstd_compress() local 136 outbuf.pos = 0; in zstd_compress() 138 outbuf.size = dcur; in zstd_compress() 171 } while (dcur != outbuf.pos); in zstd_compress() 173 total_out += outbuf.pos; in zstd_compress() 177 pos = outbuf.pos; in zstd_compress() 182 total_out += (outbuf.pos - pos); in zstd_compress() 218 zstd_out_buffer outbuf; in zstd_decompress() local 263 outbuf.pos = 0; in zstd_decompress() 265 outbuf.size = dcur; in zstd_decompress() [all …]
|
| A D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument 197 put_unaligned_be32(block[0], outbuf); in __cast6_encrypt() 198 put_unaligned_be32(block[1], outbuf + 4); in __cast6_encrypt() 199 put_unaligned_be32(block[2], outbuf + 8); in __cast6_encrypt() 200 put_unaligned_be32(block[3], outbuf + 12); in __cast6_encrypt() 206 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt() 234 put_unaligned_be32(block[0], outbuf); in __cast6_decrypt() 235 put_unaligned_be32(block[1], outbuf + 4); in __cast6_decrypt() 236 put_unaligned_be32(block[2], outbuf + 8); in __cast6_decrypt() 237 put_unaligned_be32(block[3], outbuf + 12); in __cast6_decrypt() [all …]
|
| A D | jitterentropy-testing.c | 122 u8 *outbuf, u32 outbuflen) in jent_testing_reader() argument 164 memcpy(outbuf, &data->jent_testing_rb[data->rb_reader], in jent_testing_reader() 170 outbuf += sizeof(u64); in jent_testing_reader() 182 int (*reader)(u8 *outbuf, u32 outbuflen)) in jent_testing_extract_user() argument 261 static int jent_raw_hires_entropy_reader(u8 *outbuf, u32 outbuflen) in jent_raw_hires_entropy_reader() argument 264 outbuf, outbuflen); in jent_raw_hires_entropy_reader()
|
| A D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument 348 put_unaligned_be32(r, outbuf); in __cast5_encrypt() 349 put_unaligned_be32(l, outbuf + 4); in __cast5_encrypt() 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() 358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument 390 put_unaligned_be32(r, outbuf); in __cast5_decrypt() 391 put_unaligned_be32(l, outbuf + 4); in __cast5_decrypt() 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, inbuf); in cast5_decrypt()
|
| A D | drbg.c | 305 u8 *outbuf, u32 outlen); 1824 u8 *outbuf, u32 outlen) in drbg_kcapi_sym_ctr() argument 1853 memcpy(outbuf, drbg->outscratchpad, cryptlen); in drbg_kcapi_sym_ctr() 1857 outbuf += cryptlen; in drbg_kcapi_sym_ctr()
|
| A D | testmgr.c | 3604 goto outbuf; in drbg_cavs_test() 3619 goto outbuf; in drbg_cavs_test() 3634 goto outbuf; in drbg_cavs_test() 3639 outbuf: in drbg_cavs_test()
|
Completed in 19 milliseconds