/crypto/ |
D | lz4hc.c | 52 static int __lz4hc_compress_crypto(const u8 *src, unsigned int slen, in __lz4hc_compress_crypto() 65 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_scompress() 72 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_compress_crypto() 82 static int __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, in __lz4hc_decompress_crypto() 94 static int lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_sdecompress() 101 static int lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_decompress_crypto()
|
D | lz4.c | 53 static int __lz4_compress_crypto(const u8 *src, unsigned int slen, in __lz4_compress_crypto() 66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress() 73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_compress_crypto() 81 static int __lz4_decompress_crypto(const u8 *src, unsigned int slen, in __lz4_decompress_crypto() 93 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress() 100 static int lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_decompress_crypto()
|
D | lzo-rle.c | 52 static int __lzorle_compress(const u8 *src, unsigned int slen, in __lzorle_compress() 67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, in lzorle_compress() 75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_scompress() 82 static int __lzorle_decompress(const u8 *src, unsigned int slen, in __lzorle_decompress() 97 static int lzorle_decompress(struct crypto_tfm *tfm, const u8 *src, in lzorle_decompress() 103 static int lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_sdecompress()
|
D | lzo.c | 52 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress() 67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress() 75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress() 82 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress() 97 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress() 103 static int lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzo_sdecompress()
|
D | des_generic.c | 37 static void crypto_des_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_des_encrypt() 44 static void crypto_des_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in crypto_des_decrypt() 70 const u8 *src) in crypto_des3_ede_encrypt() 78 const u8 *src) in crypto_des3_ede_decrypt()
|
D | cfb.c | 37 const u8 *src, u8 *dst) in crypto_cfb_encrypt_one() 49 u8 *src = walk->src.virt.addr; in crypto_cfb_final() local 63 u8 *src = walk->src.virt.addr; in crypto_cfb_encrypt_segment() local 86 u8 *src = walk->src.virt.addr; in crypto_cfb_encrypt_inplace() local 133 u8 *src = walk->src.virt.addr; in crypto_cfb_decrypt_segment() local 156 u8 *src = walk->src.virt.addr; in crypto_cfb_decrypt_inplace() local
|
D | aegis.h | 28 const union aegis_block *src) in crypto_aegis_block_xor() 35 const union aegis_block *src) in crypto_aegis_block_and() 42 const union aegis_block *src, in crypto_aegis_aesenc()
|
D | poly1305_generic.c | 35 const u8 *src, unsigned int srclen) in crypto_poly1305_setdesckey() 57 static void poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_blocks() 73 const u8 *src, unsigned int srclen) in crypto_poly1305_update()
|
D | 842.c | 66 const u8 *src, unsigned int slen, in crypto842_compress() 75 const u8 *src, unsigned int slen, in crypto842_scompress() 82 const u8 *src, unsigned int slen, in crypto842_decompress() 89 const u8 *src, unsigned int slen, in crypto842_sdecompress()
|
D | zstd.c | 150 static int __zstd_compress(const u8 *src, unsigned int slen, in __zstd_compress() 164 static int zstd_compress(struct crypto_tfm *tfm, const u8 *src, in zstd_compress() 172 static int zstd_scompress(struct crypto_scomp *tfm, const u8 *src, in zstd_scompress() 179 static int __zstd_decompress(const u8 *src, unsigned int slen, in __zstd_decompress() 192 static int zstd_decompress(struct crypto_tfm *tfm, const u8 *src, in zstd_decompress() 200 static int zstd_sdecompress(struct crypto_scomp *tfm, const u8 *src, in zstd_sdecompress()
|
D | deflate.c | 176 static int __deflate_compress(const u8 *src, unsigned int slen, in __deflate_compress() 205 static int deflate_compress(struct crypto_tfm *tfm, const u8 *src, in deflate_compress() 213 static int deflate_scompress(struct crypto_scomp *tfm, const u8 *src, in deflate_scompress() 220 static int __deflate_decompress(const u8 *src, unsigned int slen, in __deflate_decompress() 261 static int deflate_decompress(struct crypto_tfm *tfm, const u8 *src, in deflate_decompress() 269 static int deflate_sdecompress(struct crypto_scomp *tfm, const u8 *src, in deflate_sdecompress()
|
D | tea.c | 57 static void tea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_encrypt() 85 static void tea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_decrypt() 130 static void xtea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_encrypt() 151 static void xtea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_decrypt() 174 static void xeta_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_encrypt() 195 static void xeta_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_decrypt()
|
D | cipher.c | 60 u8 *dst, const u8 *src, bool enc) in cipher_crypt_one() 81 u8 *dst, const u8 *src) in crypto_cipher_encrypt_one() 88 u8 *dst, const u8 *src) in crypto_cipher_decrypt_one()
|
D | compress.c | 13 const u8 *src, unsigned int slen, in crypto_comp_compress() 24 const u8 *src, unsigned int slen, in crypto_comp_decompress()
|
D | pcbc.c | 26 u8 *src = walk->src.virt.addr; in crypto_pcbc_encrypt_segment() local 48 u8 *src = walk->src.virt.addr; in crypto_pcbc_encrypt_inplace() local 93 u8 *src = walk->src.virt.addr; in crypto_pcbc_decrypt_segment() local 115 u8 *src = walk->src.virt.addr; in crypto_pcbc_decrypt_inplace() local
|
D | cbc.c | 23 u8 *src = walk->src.virt.addr; in crypto_cbc_encrypt_segment() local 51 u8 *src = walk->src.virt.addr; in crypto_cbc_encrypt_inplace() local 98 u8 *src = walk->src.virt.addr; in crypto_cbc_decrypt_segment() local 128 u8 *src = walk->src.virt.addr; in crypto_cbc_decrypt_inplace() local
|
D | ecdh_helper.c | 15 static inline u8 *ecdh_pack_data(void *dst, const void *src, size_t sz) in ecdh_pack_data() 21 static inline const u8 *ecdh_unpack_data(void *dst, const void *src, size_t sz) in ecdh_unpack_data()
|
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 | aegis128-neon.c | 48 const u8 *src, unsigned int size) in crypto_aegis128_encrypt_chunk_simd() 56 const u8 *src, unsigned int size) in crypto_aegis128_decrypt_chunk_simd()
|
D | scatterwalk.c | 20 void *src = out ? buf : sgdata; in memcpy_dir() local 73 struct scatterlist *src, in scatterwalk_ffwd()
|
D | aegis128-core.c | 135 const u8 *src, unsigned int size) in crypto_aegis128_ad() 158 const u8 *src, unsigned int size) in crypto_aegis128_encrypt_chunk() 219 const u8 *src, unsigned int size) in crypto_aegis128_decrypt_chunk() 293 const u8 *src = (const u8 *)mapped; in crypto_aegis128_process_ad() local 330 u8 *dst, const u8 *src, in crypto_aegis128_process_crypt()
|
D | dh_helper.c | 15 static inline u8 *dh_pack_data(u8 *dst, u8 *end, const void *src, size_t size) in dh_pack_data() 23 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data()
|
D | nhpoly1305.c | 94 const u8 *src, unsigned int srclen, nh_t nh_fn) in nhpoly1305_units() 156 const u8 *src, unsigned int srclen, in crypto_nhpoly1305_update_helper() 192 const u8 *src, unsigned int srclen) in crypto_nhpoly1305_update()
|
D | anubis.c | 575 const __be32 *src = (const __be32 *)plaintext; in anubis_crypt() local 660 static void anubis_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in anubis_encrypt() 666 static void anubis_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in anubis_decrypt()
|
D | blowfish_generic.c | 36 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_encrypt() 70 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_decrypt()
|