Searched defs:outbuf (Results 1 – 5 of 5) sorted by relevance
| /crypto/ |
| A D | cast5_generic.c | 303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() 353 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() 358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() 395 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt()
|
| A D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() 204 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() 209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() 241 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt()
|
| A D | jitterentropy-testing.c | 122 u8 *outbuf, u32 outbuflen) in jent_testing_reader() 182 int (*reader)(u8 *outbuf, u32 outbuflen)) in jent_testing_extract_user() 261 static int jent_raw_hires_entropy_reader(u8 *outbuf, u32 outbuflen) in jent_raw_hires_entropy_reader()
|
| A D | zstd.c | 108 zstd_out_buffer outbuf; in zstd_compress() local 218 zstd_out_buffer outbuf; in zstd_decompress() local
|
| A D | drbg.c | 1824 u8 *outbuf, u32 outlen) in drbg_kcapi_sym_ctr()
|
Completed in 10 milliseconds