Home
last modified time | relevance | path

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

123

/crypto/
A Dcbc.c16 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_encrypt_segment()
31 u8 *src, unsigned nbytes, u8 *oiv) in crypto_cbc_encrypt_inplace()
53 static int crypto_cbc_encrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_cbc_encrypt()
70 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_decrypt_segment()
95 u8 *src, unsigned nbytes, u8 *iv) in crypto_cbc_decrypt_inplace()
122 static int crypto_cbc_decrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_cbc_decrypt()
A Ddes_generic.c37 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()
A Dlz4.c31 static int __lz4_compress_crypto(const u8 *src, unsigned int slen, in __lz4_compress_crypto()
44 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress()
51 static int __lz4_decompress_crypto(const u8 *src, unsigned int slen, in __lz4_decompress_crypto()
63 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress()
A Dlz4hc.c29 static int __lz4hc_compress_crypto(const u8 *src, unsigned int slen, in __lz4hc_compress_crypto()
42 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_scompress()
49 static int __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, in __lz4hc_decompress_crypto()
61 static int lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_sdecompress()
A Dlzo-rle.c28 static int __lzorle_compress(const u8 *src, unsigned int slen, in __lzorle_compress()
43 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_scompress()
50 static int __lzorle_decompress(const u8 *src, unsigned int slen, in __lzorle_decompress()
65 static int lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_sdecompress()
A Dlzo.c28 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress()
43 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress()
50 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress()
65 static int lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzo_sdecompress()
A Daegis.h47 const union aegis_block *src) in crypto_aegis_block_xor()
54 const union aegis_block *src) in crypto_aegis_block_and()
61 const union aegis_block *src, in crypto_aegis_aesenc()
A Dtea.c56 static void tea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_encrypt()
82 static void tea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in tea_decrypt()
124 static void xtea_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_encrypt()
143 static void xtea_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xtea_decrypt()
164 static void xeta_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_encrypt()
183 static void xeta_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in xeta_decrypt()
A Dghash-generic.c79 const u8 *src, unsigned int srclen) in ghash_update()
95 static void ghash_flush(struct shash_desc *desc, const u8 *src, in ghash_flush()
108 static int ghash_finup(struct shash_desc *desc, const u8 *src, in ghash_finup()
A Dcipher.c59 u8 *dst, const u8 *src, bool enc) in cipher_crypt_one()
80 u8 *dst, const u8 *src) in crypto_cipher_encrypt_one()
87 u8 *dst, const u8 *src) in crypto_cipher_decrypt_one()
A Dkhazad.c801 u8 *dst, const u8 *src) in khazad_crypt()
833 static void khazad_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_encrypt()
839 static void khazad_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_decrypt()
A Decdh_helper.c15 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()
A D842.c43 const u8 *src, unsigned int slen, in crypto842_scompress()
50 const u8 *src, unsigned int slen, in crypto842_sdecompress()
A Daegis128-core.c124 const u8 *src, unsigned int size, in crypto_aegis128_ad()
148 const u8 *src, unsigned int size) in crypto_aegis128_wipe_chunk()
154 const u8 *src, unsigned int size) in crypto_aegis128_encrypt_chunk()
215 const u8 *src, unsigned int size) in crypto_aegis128_decrypt_chunk()
288 const u8 *src = walk.addr; in crypto_aegis128_process_ad() local
324 const u8 *src, in crypto_aegis128_process_crypt()
A Dlskcipher.c70 struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, in crypto_lskcipher_crypt_unaligned()
123 static int crypto_lskcipher_crypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt()
140 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_encrypt()
149 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_decrypt()
160 const u8 *src, u8 *dst, in crypto_lskcipher_crypt_sg()
A Daegis128-neon.c40 const u8 *src, unsigned int size) in crypto_aegis128_encrypt_chunk_simd()
48 const u8 *src, unsigned int size) in crypto_aegis128_decrypt_chunk_simd()
A Dnhpoly1305.c94 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()
A Danubis.c572 u8 *dst, const u8 *src, const int R) in anubis_crypt()
657 static void anubis_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in anubis_encrypt()
663 static void anubis_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in anubis_decrypt()
A Ddh_helper.c15 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()
A Dbpf_crypto_skcipher.c43 static int bpf_crypto_lskcipher_encrypt(void *tfm, const u8 *src, u8 *dst, in bpf_crypto_lskcipher_encrypt()
49 static int bpf_crypto_lskcipher_decrypt(void *tfm, const u8 *src, u8 *dst, in bpf_crypto_lskcipher_decrypt()
A Decb.c16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, in crypto_ecb_crypt()
34 static int crypto_ecb_encrypt2(struct crypto_lskcipher *tfm, const u8 *src, in crypto_ecb_encrypt2()
45 static int crypto_ecb_decrypt2(struct crypto_lskcipher *tfm, const u8 *src, in crypto_ecb_decrypt2()
A Dblowfish_generic.c37 static void bf_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_encrypt()
69 static void bf_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in bf_decrypt()
A Dwp512.c1029 static int wp512_finup(struct shash_desc *desc, const u8 *src, in wp512_finup()
1062 static int wp384_finup(struct shash_desc *desc, const u8 *src, in wp384_finup()
1074 static int wp256_finup(struct shash_desc *desc, const u8 *src, in wp256_finup()
A Dxctr.c38 const u8 *src = walk->src.virt.addr; in crypto_xctr_crypt_final() local
54 const u8 *src = walk->src.virt.addr; in crypto_xctr_crypt_segment() local
A Dakcipher.c25 const void *src; member
219 const void *src, unsigned int slen, in crypto_akcipher_sync_encrypt()
237 const void *src, unsigned int slen, in crypto_akcipher_sync_decrypt()

Completed in 31 milliseconds

123