Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 56) sorted by relevance

123

/crypto/
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()
69 static void crypto_des3_ede_encrypt(struct crypto_tfm *tfm, u8 *dst, in crypto_des3_ede_encrypt()
77 static void crypto_des3_ede_decrypt(struct crypto_tfm *tfm, u8 *dst, in crypto_des3_ede_decrypt()
A Dlz4.c32 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto()
45 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_scompress()
52 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto()
64 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_sdecompress()
A Dlz4hc.c30 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_compress_crypto()
43 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_scompress()
50 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_decompress_crypto()
62 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4hc_sdecompress()
A Dlzo-rle.c29 u8 *dst, unsigned int *dlen, void *ctx) in __lzorle_compress()
44 unsigned int slen, u8 *dst, unsigned int *dlen, in lzorle_scompress()
51 u8 *dst, unsigned int *dlen) in __lzorle_decompress()
66 unsigned int slen, u8 *dst, unsigned int *dlen, in lzorle_sdecompress()
A Dlzo.c29 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress()
44 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_scompress()
51 u8 *dst, unsigned int *dlen) in __lzo_decompress()
66 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_sdecompress()
A Daegis.h46 static __always_inline void crypto_aegis_block_xor(union aegis_block *dst, in crypto_aegis_block_xor()
53 static __always_inline void crypto_aegis_block_and(union aegis_block *dst, in crypto_aegis_block_and()
60 static __always_inline void crypto_aegis_aesenc(union aegis_block *dst, 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 Dcbc.c16 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_encrypt_segment()
54 u8 *dst, unsigned len, u8 *iv, u32 flags) in crypto_cbc_encrypt()
70 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_decrypt_segment()
123 u8 *dst, unsigned len, u8 *iv, u32 flags) in crypto_cbc_decrypt()
A Dpcbc.c27 u8 *dst = walk->dst.virt.addr; in crypto_pcbc_encrypt_segment() local
48 u8 *dst = walk->dst.virt.addr; in crypto_pcbc_encrypt_inplace() local
94 u8 *dst = walk->dst.virt.addr; in crypto_pcbc_decrypt_segment() local
115 u8 *dst = walk->dst.virt.addr; in crypto_pcbc_decrypt_inplace() local
A Dghash-generic.c83 u8 *dst = dctx->buffer; in ghash_update() local
100 u8 *dst = dctx->buffer; in ghash_flush() local
109 unsigned int len, u8 *dst) 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.c44 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_scompress()
51 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_sdecompress()
A Dauthencesn.c37 struct scatterlist dst[2]; member
93 struct scatterlist *dst = req->dst; in crypto_authenc_esn_genicv_tail() local
125 struct scatterlist *dst = req->dst; in crypto_authenc_esn_genicv() local
169 struct scatterlist *src, *dst; in crypto_authenc_esn_encrypt() local
207 struct scatterlist *dst = req->dst; in crypto_authenc_esn_decrypt_tail() local
255 struct scatterlist *dst = req->dst; in crypto_authenc_esn_decrypt() local
A Dlskcipher.c70 struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, in crypto_lskcipher_crypt_unaligned()
124 u8 *dst, unsigned len, u8 *iv, in crypto_lskcipher_crypt()
141 u8 *dst, unsigned len, u8 *iv) in crypto_lskcipher_encrypt()
150 u8 *dst, unsigned len, u8 *iv) in crypto_lskcipher_decrypt()
160 const u8 *src, u8 *dst, in crypto_lskcipher_crypt_sg()
A Daegis128-neon.c39 void crypto_aegis128_encrypt_chunk_simd(struct aegis_state *state, u8 *dst, in crypto_aegis128_encrypt_chunk_simd()
47 void crypto_aegis128_decrypt_chunk_simd(struct aegis_state *state, u8 *dst, in crypto_aegis128_decrypt_chunk_simd()
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.c17 u8 *dst, unsigned nbytes, bool final, in crypto_ecb_crypt()
35 u8 *dst, unsigned len, u8 *iv, u32 flags) in crypto_ecb_encrypt2()
46 u8 *dst, unsigned len, u8 *iv, u32 flags) 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 Dxctr.c39 u8 *dst = walk->dst.virt.addr; in crypto_xctr_crypt_final() local
55 u8 *dst = walk->dst.virt.addr; in crypto_xctr_crypt_segment() local
A Dakcipher.c26 void *dst; member
220 void *dst, unsigned int dlen) in crypto_akcipher_sync_encrypt()
238 void *dst, unsigned int dlen) in crypto_akcipher_sync_decrypt()
A Daegis128-core.c147 static void crypto_aegis128_wipe_chunk(struct aegis_state *state, u8 *dst, in crypto_aegis128_wipe_chunk()
153 static void crypto_aegis128_encrypt_chunk(struct aegis_state *state, u8 *dst, in crypto_aegis128_encrypt_chunk()
214 static void crypto_aegis128_decrypt_chunk(struct aegis_state *state, u8 *dst, in crypto_aegis128_decrypt_chunk()
323 u8 *dst, in crypto_aegis128_process_crypt()

Completed in 35 milliseconds

123