| /crypto/ |
| D | lz4hc.c | 65 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()
|
| D | lz4.c | 66 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()
|
| D | lzo.c | 65 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()
|
| D | 842.c | 75 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()
|
| D | zstd.c | 158 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()
|
| D | deflate.c | 180 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()
|
| D | tea.c | 62 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()
|
| D | poly1305_generic.c | 67 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()
|
| D | compress.c | 21 const u8 *src, unsigned int slen, in crypto_compress() 29 const u8 *src, unsigned int slen, in crypto_decompress()
|
| D | cipher.c | 66 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()
|
| D | khazad.c | 805 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()
|
| D | ecdh_helper.c | 19 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()
|
| D | crypto_null.c | 32 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()
|
| D | dh_helper.c | 19 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()
|
| D | scatterwalk.c | 25 void *src = out ? buf : sgdata; in memcpy_dir() local 78 struct scatterlist *src, in scatterwalk_ffwd()
|
| D | pcbc.c | 51 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
|
| D | nhpoly1305.c | 93 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()
|
| D | anubis.c | 577 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()
|
| D | blowfish_generic.c | 41 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()
|
| D | ctr.c | 63 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()
|
| D | jitterentropy-kcapi.c | 84 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()
|
| D | salsa20_generic.c | 140 const u8 *src, unsigned int bytes) in salsa20_encrypt_bytes() 178 struct scatterlist *dst, struct scatterlist *src, in encrypt()
|
| D | serpent_generic.c | 456 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()
|
| D | cbc.c | 44 const u8 *src, u8 *dst) in crypto_cbc_encrypt_one() 57 const u8 *src, u8 *dst) in crypto_cbc_decrypt_one()
|
| D | twofish_generic.c | 112 const __le32 *src = (const __le32 *)in; in twofish_encrypt() local 149 const __le32 *src = (const __le32 *)in; in twofish_decrypt() local
|