Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 58) sorted by relevance

123

/crypto/
Dlz4hc.c65 static int __lz4hc_compress_crypto(const u8 *src, unsigned int slen, in __lz4hc_compress_crypto()
78 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_scompress()
85 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_compress_crypto()
95 static int __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, in __lz4hc_decompress_crypto()
107 static int lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_sdecompress()
114 static int lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_decompress_crypto()
Dlz4.c66 static int __lz4_compress_crypto(const u8 *src, unsigned int slen, in __lz4_compress_crypto()
79 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress()
86 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_compress_crypto()
94 static int __lz4_decompress_crypto(const u8 *src, unsigned int slen, in __lz4_decompress_crypto()
106 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress()
113 static int lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_decompress_crypto()
Dlzo.c65 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress()
80 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress()
88 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress()
95 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress()
110 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress()
116 static int lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzo_sdecompress()
D842.c75 const u8 *src, unsigned int slen, in crypto842_compress()
84 const u8 *src, unsigned int slen, in crypto842_scompress()
91 const u8 *src, unsigned int slen, in crypto842_decompress()
98 const u8 *src, unsigned int slen, in crypto842_sdecompress()
Dzstd.c158 static int __zstd_compress(const u8 *src, unsigned int slen, in __zstd_compress()
172 static int zstd_compress(struct crypto_tfm *tfm, const u8 *src, in zstd_compress()
180 static int zstd_scompress(struct crypto_scomp *tfm, const u8 *src, in zstd_scompress()
187 static int __zstd_decompress(const u8 *src, unsigned int slen, in __zstd_decompress()
200 static int zstd_decompress(struct crypto_tfm *tfm, const u8 *src, in zstd_decompress()
208 static int zstd_sdecompress(struct crypto_scomp *tfm, const u8 *src, in zstd_sdecompress()
Ddeflate.c180 static int __deflate_compress(const u8 *src, unsigned int slen, in __deflate_compress()
209 static int deflate_compress(struct crypto_tfm *tfm, const u8 *src, in deflate_compress()
217 static int deflate_scompress(struct crypto_scomp *tfm, const u8 *src, in deflate_scompress()
224 static int __deflate_decompress(const u8 *src, unsigned int slen, in __deflate_decompress()
265 static int deflate_decompress(struct crypto_tfm *tfm, const u8 *src, in deflate_decompress()
273 static int deflate_sdecompress(struct crypto_scomp *tfm, const u8 *src, in deflate_sdecompress()
Dtea.c62 static void tea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_encrypt()
90 static void tea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_decrypt()
135 static void xtea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_encrypt()
156 static void xtea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_decrypt()
179 static void xeta_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_encrypt()
200 static void xeta_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_decrypt()
Dpoly1305_generic.c67 const u8 *src, unsigned int srclen) in crypto_poly1305_setdesckey()
92 const void *src, unsigned int nblocks, in poly1305_blocks_internal()
160 const void *src, unsigned int nblocks) in poly1305_core_blocks()
167 const u8 *src, unsigned int srclen, u32 hibit) in poly1305_blocks()
182 const u8 *src, unsigned int srclen) in crypto_poly1305_update()
Dcompress.c21 const u8 *src, unsigned int slen, in crypto_compress()
29 const u8 *src, unsigned int slen, in crypto_decompress()
Dcipher.c66 u8 *dst, const u8 *src) in cipher_crypt_unaligned()
79 u8 *dst, const u8 *src) in cipher_encrypt_unaligned()
93 u8 *dst, const u8 *src) in cipher_decrypt_unaligned()
Dkhazad.c805 const __be64 *src = (const __be64 *)plaintext; in khazad_crypt() local
837 static void khazad_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_encrypt()
843 static void khazad_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_decrypt()
Decdh_helper.c19 static inline u8 *ecdh_pack_data(void *dst, const void *src, size_t sz) in ecdh_pack_data()
25 static inline const u8 *ecdh_unpack_data(void *dst, const void *src, size_t sz) in ecdh_unpack_data()
Dcrypto_null.c32 static int null_compress(struct crypto_tfm *tfm, const u8 *src, in null_compress()
72 static void null_crypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in null_crypt()
79 struct scatterlist *src, unsigned int nbytes) in skcipher_null_crypt()
Ddh_helper.c19 static inline u8 *dh_pack_data(void *dst, const void *src, size_t size) in dh_pack_data()
25 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data()
Dscatterwalk.c25 void *src = out ? buf : sgdata; in memcpy_dir() local
78 struct scatterlist *src, in scatterwalk_ffwd()
Dpcbc.c51 u8 *src = walk->src.virt.addr; in crypto_pcbc_encrypt_segment() local
73 u8 *src = walk->src.virt.addr; in crypto_pcbc_encrypt_inplace() local
119 u8 *src = walk->src.virt.addr; in crypto_pcbc_decrypt_segment() local
141 u8 *src = walk->src.virt.addr; in crypto_pcbc_decrypt_inplace() local
Dnhpoly1305.c93 const u8 *src, unsigned int srclen, nh_t nh_fn) in nhpoly1305_units()
155 const u8 *src, unsigned int srclen, in crypto_nhpoly1305_update_helper()
191 const u8 *src, unsigned int srclen) in crypto_nhpoly1305_update()
Danubis.c577 const __be32 *src = (const __be32 *)plaintext; in anubis_crypt() local
662 static void anubis_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in anubis_encrypt()
668 static void anubis_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in anubis_decrypt()
Dblowfish_generic.c41 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_encrypt()
75 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_decrypt()
Dctr.c63 u8 *src = walk->src.virt.addr; in crypto_ctr_crypt_final() local
80 u8 *src = walk->src.virt.addr; in crypto_ctr_crypt_segment() local
108 u8 *src = walk->src.virt.addr; in crypto_ctr_crypt_inplace() local
127 struct scatterlist *dst, struct scatterlist *src, in crypto_ctr_crypt()
Djitterentropy-kcapi.c84 void jent_memcpy(void *dest, const void *src, unsigned int n) in jent_memcpy()
149 const u8 *src, unsigned int slen, in jent_kcapi_random()
Dsalsa20_generic.c140 const u8 *src, unsigned int bytes) in salsa20_encrypt_bytes()
178 struct scatterlist *dst, struct scatterlist *src, in encrypt()
Dserpent_generic.c456 void __serpent_encrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src) in __serpent_encrypt()
514 static void serpent_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in serpent_encrypt()
521 void __serpent_decrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src) in __serpent_decrypt()
574 static void serpent_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in serpent_decrypt()
593 static void tnepres_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tnepres_encrypt()
613 static void tnepres_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tnepres_decrypt()
Dcbc.c44 const u8 *src, u8 *dst) in crypto_cbc_encrypt_one()
57 const u8 *src, u8 *dst) in crypto_cbc_decrypt_one()
Dtwofish_generic.c112 const __le32 *src = (const __le32 *)in; in twofish_encrypt() local
149 const __le32 *src = (const __le32 *)in; in twofish_decrypt() local

123