/lib/crypto/ |
D | aes.c | 147 static __always_inline u32 subshift(u32 in[], int pos) in subshift() 155 static __always_inline u32 inv_subshift(u32 in[], int pos) in inv_subshift() 163 static u32 subw(u32 in) in subw() 258 void aes_encrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_encrypt() 309 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_decrypt()
|
D | arc4.c | 37 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in arc4_crypt()
|
/lib/lzo/ |
D | lzo1x_compress.c | 22 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, in lzo1x_1_do_compress() 291 int lzogeneric1x_1_compress(const unsigned char *in, size_t in_len, in lzogeneric1x_1_compress() 368 int lzo1x_1_compress(const unsigned char *in, size_t in_len, in lzo1x_1_compress() 375 int lzorle1x_1_compress(const unsigned char *in, size_t in_len, in lzorle1x_1_compress()
|
D | lzo1x_decompress_safe.c | 39 int lzo1x_decompress_safe(const unsigned char *in, size_t in_len, in lzo1x_decompress_safe()
|
/lib/ |
D | test-string_helpers.c | 15 char *in, size_t p, in test_string_check_buf() 35 const char *in; member 67 char *in = kmalloc(q_real, GFP_KERNEL); in test_string_unescape() local 121 const char *in; member 264 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow() 282 char *in = kmalloc(256, GFP_KERNEL); in test_string_escape() local
|
D | sg_split.c | 20 static int sg_calculate_split(struct scatterlist *in, int nents, int nb_splits, in sg_calculate_split() 148 int sg_split(struct scatterlist *in, const int in_mapped_nents, in sg_split()
|
D | chacha.c | 102 void hchacha_block(const u32 *in, u32 *out, int nrounds) in hchacha_block()
|
D | test_siphash.c | 115 u8 in[64] __aligned(SIPHASH_ALIGNMENT); in siphash_test_init() local
|
D | digsig.c | 78 MPI in = NULL, res = NULL, pkey[2]; in digsig_verify_rsa() local
|
D | decompress_unxz.c | 251 STATIC int INIT unxz(unsigned char *in, long in_size, in unxz()
|
D | test_bitmap.c | 213 const char *in; member
|
D | kfifo.c | 412 #define __KFIFO_POKE(data, in, mask, val) \ argument
|
/lib/842/ |
D | 842_decompress.c | 51 u8 *in; member 89 u8 *in = p->in, b = p->bit, bits = b + n; in next_bits() local 277 int sw842_decompress(const u8 *in, unsigned int ilen, in sw842_decompress()
|
D | 842_compress.c | 89 u8 *in; member 477 int sw842_compress(const u8 *in, unsigned int ilen, in sw842_compress()
|
/lib/zlib_inflate/ |
D | inffast.c | 91 const unsigned char *in; /* local strm->next_in */ in inflate_fast() local
|
D | inflate.c | 325 unsigned in, out; /* save starting available input and output */ in zlib_inflate() local
|
/lib/xz/ |
D | xz_dec_stream.c | 175 static enum xz_ret dec_vli(struct xz_dec *s, const uint8_t *in, in dec_vli()
|
D | xz_dec_lzma2.c | 109 const uint8_t *in; member
|