Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 25 of 209) sorted by relevance

123456789

/arch/arm/crypto/
Dsha512_neon_glue.c79 static int sha512_neon_init(struct shash_desc *desc) in sha512_neon_init()
96 static int __sha512_neon_update(struct shash_desc *desc, const u8 *data, in __sha512_neon_update()
126 static int sha512_neon_update(struct shash_desc *desc, const u8 *data, in sha512_neon_update()
156 static int sha512_neon_final(struct shash_desc *desc, u8 *out) in sha512_neon_final()
201 static int sha512_neon_export(struct shash_desc *desc, void *out) in sha512_neon_export()
210 static int sha512_neon_import(struct shash_desc *desc, const void *in) in sha512_neon_import()
219 static int sha384_neon_init(struct shash_desc *desc) in sha384_neon_init()
237 static int sha384_neon_final(struct shash_desc *desc, u8 *hash) in sha384_neon_final()
Dsha1_neon_glue.c38 static int sha1_neon_init(struct shash_desc *desc) in sha1_neon_init()
49 static int __sha1_neon_update(struct shash_desc *desc, const u8 *data, in __sha1_neon_update()
75 static int sha1_neon_update(struct shash_desc *desc, const u8 *data, in sha1_neon_update()
103 static int sha1_neon_final(struct shash_desc *desc, u8 *out) in sha1_neon_final()
142 static int sha1_neon_export(struct shash_desc *desc, void *out) in sha1_neon_export()
151 static int sha1_neon_import(struct shash_desc *desc, const void *in) in sha1_neon_import()
Dsha1_glue.c33 static int sha1_init(struct shash_desc *desc) in sha1_init()
69 int sha1_update_arm(struct shash_desc *desc, const u8 *data, in sha1_update_arm()
89 static int sha1_final(struct shash_desc *desc, u8 *out) in sha1_final()
121 static int sha1_export(struct shash_desc *desc, void *out) in sha1_export()
129 static int sha1_import(struct shash_desc *desc, const void *in) in sha1_import()
/arch/mips/vr41xx/common/
Dicu.c157 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_enable_piuint() local
172 struct irq_desc *desc = irq_to_desc(PIU_IRQ); in vr41xx_disable_piuint() local
187 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_enable_aiuint() local
202 struct irq_desc *desc = irq_to_desc(AIU_IRQ); in vr41xx_disable_aiuint() local
217 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_enable_kiuint() local
232 struct irq_desc *desc = irq_to_desc(KIU_IRQ); in vr41xx_disable_kiuint() local
247 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_enable_macint() local
259 struct irq_desc *desc = irq_to_desc(ETHERNET_IRQ); in vr41xx_disable_macint() local
271 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_enable_dsiuint() local
283 struct irq_desc *desc = irq_to_desc(DSIU_IRQ); in vr41xx_disable_dsiuint() local
[all …]
/arch/arm/include/asm/mach/
Dirq.h30 #define do_bad_IRQ(irq,desc) \ argument
43 struct irq_desc *desc) in chained_irq_enter()
59 struct irq_desc *desc) in chained_irq_exit()
/arch/s390/crypto/
Dsha256_s390.c24 static int sha256_init(struct shash_desc *desc) in sha256_init()
42 static int sha256_export(struct shash_desc *desc, void *out) in sha256_export()
53 static int sha256_import(struct shash_desc *desc, const void *in) in sha256_import()
84 static int sha224_init(struct shash_desc *desc) in sha224_init()
Dsha512_s390.c25 static int sha512_init(struct shash_desc *desc) in sha512_init()
43 static int sha512_export(struct shash_desc *desc, void *out) in sha512_export()
55 static int sha512_import(struct shash_desc *desc, const void *in) in sha512_import()
91 static int sha384_init(struct shash_desc *desc) in sha384_init()
Ddes_s390.c85 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt()
107 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt()
135 static int ecb_des_encrypt(struct blkcipher_desc *desc, in ecb_des_encrypt()
146 static int ecb_des_decrypt(struct blkcipher_desc *desc, in ecb_des_decrypt()
178 static int cbc_des_encrypt(struct blkcipher_desc *desc, in cbc_des_encrypt()
189 static int cbc_des_decrypt(struct blkcipher_desc *desc, in cbc_des_decrypt()
286 static int ecb_des3_encrypt(struct blkcipher_desc *desc, in ecb_des3_encrypt()
297 static int ecb_des3_decrypt(struct blkcipher_desc *desc, in ecb_des3_decrypt()
330 static int cbc_des3_encrypt(struct blkcipher_desc *desc, in cbc_des3_encrypt()
341 static int cbc_des3_decrypt(struct blkcipher_desc *desc, in cbc_des3_decrypt()
[all …]
Dsha1_s390.c34 static int sha1_init(struct shash_desc *desc) in sha1_init()
49 static int sha1_export(struct shash_desc *desc, void *out) in sha1_export()
60 static int sha1_import(struct shash_desc *desc, const void *in) in sha1_import()
Daes_s390.c252 static int fallback_blk_dec(struct blkcipher_desc *desc, in fallback_blk_dec()
269 static int fallback_blk_enc(struct blkcipher_desc *desc, in fallback_blk_enc()
316 static int ecb_aes_crypt(struct blkcipher_desc *desc, long func, void *param, in ecb_aes_crypt()
338 static int ecb_aes_encrypt(struct blkcipher_desc *desc, in ecb_aes_encrypt()
352 static int ecb_aes_decrypt(struct blkcipher_desc *desc, in ecb_aes_decrypt()
445 static int cbc_aes_crypt(struct blkcipher_desc *desc, long func, void *param, in cbc_aes_crypt()
473 static int cbc_aes_encrypt(struct blkcipher_desc *desc, in cbc_aes_encrypt()
487 static int cbc_aes_decrypt(struct blkcipher_desc *desc, in cbc_aes_decrypt()
545 static int xts_fallback_decrypt(struct blkcipher_desc *desc, in xts_fallback_decrypt()
562 static int xts_fallback_encrypt(struct blkcipher_desc *desc, in xts_fallback_encrypt()
[all …]
Dsha_common.c21 int s390_sha_update(struct shash_desc *desc, const u8 *data, unsigned int len) in s390_sha_update()
61 int s390_sha_final(struct shash_desc *desc, u8 *out) in s390_sha_final()
/arch/m68k/amiga/
Damiints.c49 static void ami_int1(unsigned int irq, struct irq_desc *desc) in ami_int1()
72 static void ami_int3(unsigned int irq, struct irq_desc *desc) in ami_int3()
95 static void ami_int4(unsigned int irq, struct irq_desc *desc) in ami_int4()
124 static void ami_int5(unsigned int irq, struct irq_desc *desc) in ami_int5()
/arch/x86/crypto/
Dsha1_ssse3_glue.c46 static int sha1_ssse3_init(struct shash_desc *desc) in sha1_ssse3_init()
57 static int __sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in __sha1_ssse3_update()
83 static int sha1_ssse3_update(struct shash_desc *desc, const u8 *data, in sha1_ssse3_update()
111 static int sha1_ssse3_final(struct shash_desc *desc, u8 *out) in sha1_ssse3_final()
150 static int sha1_ssse3_export(struct shash_desc *desc, void *out) in sha1_ssse3_export()
159 static int sha1_ssse3_import(struct shash_desc *desc, const void *in) in sha1_ssse3_import()
Dtwofish_glue_3way.c63 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
108 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
117 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
126 static unsigned int __cbc_encrypt(struct blkcipher_desc *desc, in __cbc_encrypt()
150 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
167 static unsigned int __cbc_decrypt(struct blkcipher_desc *desc, in __cbc_decrypt()
232 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
268 static void ctr_crypt_final(struct blkcipher_desc *desc, in ctr_crypt_final()
285 static unsigned int __ctr_crypt(struct blkcipher_desc *desc, in __ctr_crypt()
348 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
[all …]
Dblowfish_glue.c80 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
125 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
134 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
143 static unsigned int __cbc_encrypt(struct blkcipher_desc *desc, in __cbc_encrypt()
167 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
184 static unsigned int __cbc_decrypt(struct blkcipher_desc *desc, in __cbc_decrypt()
251 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
283 static unsigned int __ctr_crypt(struct blkcipher_desc *desc, in __ctr_crypt()
339 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
Dserpent_sse2_glue.c75 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
130 static int ecb_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_encrypt()
139 static int ecb_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ecb_decrypt()
148 static unsigned int __cbc_encrypt(struct blkcipher_desc *desc, in __cbc_encrypt()
172 static int cbc_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_encrypt()
189 static unsigned int __cbc_decrypt(struct blkcipher_desc *desc, in __cbc_decrypt()
255 static int cbc_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in cbc_decrypt()
295 static void ctr_crypt_final(struct blkcipher_desc *desc, in ctr_crypt_final()
312 static unsigned int __ctr_crypt(struct blkcipher_desc *desc, in __ctr_crypt()
371 static int ctr_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, in ctr_crypt()
[all …]
Dcrc32c-intel.c101 static int crc32c_intel_init(struct shash_desc *desc) in crc32c_intel_init()
111 static int crc32c_intel_update(struct shash_desc *desc, const u8 *data, in crc32c_intel_update()
127 static int crc32c_intel_finup(struct shash_desc *desc, const u8 *data, in crc32c_intel_finup()
133 static int crc32c_intel_final(struct shash_desc *desc, u8 *out) in crc32c_intel_final()
141 static int crc32c_intel_digest(struct shash_desc *desc, const u8 *data, in crc32c_intel_digest()
Dghash-clmulni-intel_glue.c48 static int ghash_init(struct shash_desc *desc) in ghash_init()
72 static int ghash_update(struct shash_desc *desc, in ghash_update()
126 static int ghash_final(struct shash_desc *desc, u8 *dst) in ghash_final()
169 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init() local
191 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update() local
209 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final() local
226 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest() local
/arch/ia64/xen/
Dxcom_hcall.c66 struct xencomm_handle *desc; in xencomm_hypercall_event_channel_op() local
78 struct xencomm_handle *desc; in xencomm_hypercall_xen_version() local
149 struct xencomm_handle **desc) in xencommize_grant_table_op()
211 struct xencomm_handle *desc; in xencomm_hypercall_grant_table_op() local
225 struct xencomm_handle *desc; in xencomm_hypercall_sched_op() local
267 struct xencomm_handle *desc; in xencomm_hypercall_multicall() local
330 struct xencomm_handle *desc; in xencommize_memory_reservation() local
349 struct xencomm_handle *desc; in xencomm_hypercall_memory_op() local
/arch/powerpc/include/asm/
Dqe_ic.h68 void (*low_handler)(unsigned int irq, struct irq_desc *desc), in qe_ic_init()
82 struct irq_desc *desc) in qe_ic_cascade_low_ipic()
92 struct irq_desc *desc) in qe_ic_cascade_high_ipic()
102 struct irq_desc *desc) in qe_ic_cascade_low_mpic()
115 struct irq_desc *desc) in qe_ic_cascade_high_mpic()
128 struct irq_desc *desc) in qe_ic_cascade_muxed_mpic()
/arch/arm/mach-h720x/
Dcommon.c104 struct irq_desc *desc) in h720x_gpio_handler()
118 h720x_gpioa_demux_handler(unsigned int irq_unused, struct irq_desc *desc) in h720x_gpioa_demux_handler()
129 h720x_gpiob_demux_handler(unsigned int irq_unused, struct irq_desc *desc) in h720x_gpiob_demux_handler()
139 h720x_gpioc_demux_handler(unsigned int irq_unused, struct irq_desc *desc) in h720x_gpioc_demux_handler()
150 h720x_gpiod_demux_handler(unsigned int irq_unused, struct irq_desc *desc) in h720x_gpiod_demux_handler()
162 h720x_gpioe_demux_handler(unsigned int irq_unused, struct irq_desc *desc) in h720x_gpioe_demux_handler()
/arch/arm/mach-davinci/
Dmux.h18 #define MUX_CFG(soc, desc, muxreg, mode_offset, mode_mask, mux_mode, dbg)\ argument
29 #define INT_CFG(soc, desc, mode_offset, mode_mask, mux_mode, dbg) \ argument
40 #define EVT_CFG(soc, desc, mode_offset, mode_mask, mux_mode, dbg) \ argument
/arch/arm/mach-iop13xx/include/mach/
Dadma.h221 static inline u32 iop_desc_get_dest_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_dest_addr()
228 static inline u32 iop_desc_get_qdest_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_qdest_addr()
235 static inline u32 iop_desc_get_byte_count(struct iop_adma_desc_slot *desc, in iop_desc_get_byte_count()
242 static inline u32 iop_desc_get_src_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_src_addr()
250 static inline u32 iop_desc_get_src_count(struct iop_adma_desc_slot *desc, in iop_desc_get_src_count()
258 iop_desc_init_memcpy(struct iop_adma_desc_slot *desc, unsigned long flags) in iop_desc_init_memcpy()
274 iop_desc_init_memset(struct iop_adma_desc_slot *desc, unsigned long flags) in iop_desc_init_memset()
292 iop_desc_init_xor(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_xor()
313 iop_desc_init_zero_sum(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_zero_sum()
335 iop_desc_init_pq(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq()
[all …]
/arch/arm/include/asm/hardware/
Diop3xx-adma.h199 iop_desc_init_pq(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq()
206 iop_desc_set_pq_addr(struct iop_adma_desc_slot *desc, dma_addr_t *addr) in iop_desc_set_pq_addr()
212 iop_desc_set_pq_src_addr(struct iop_adma_desc_slot *desc, int src_idx, in iop_desc_set_pq_src_addr()
226 iop_desc_init_pq_zero_sum(struct iop_adma_desc_slot *desc, int src_cnt, in iop_desc_init_pq_zero_sum()
233 iop_desc_set_pq_zero_sum_byte_count(struct iop_adma_desc_slot *desc, u32 len) in iop_desc_set_pq_zero_sum_byte_count()
241 iop_desc_set_pq_zero_sum_addr(struct iop_adma_desc_slot *desc, int pq_idx, in iop_desc_set_pq_zero_sum_addr()
302 static inline int iop_desc_is_aligned(struct iop_adma_desc_slot *desc, in iop_desc_is_aligned()
396 static inline int iop_desc_is_pq(struct iop_adma_desc_slot *desc) in iop_desc_is_pq()
401 static inline u32 iop_desc_get_dest_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_dest_addr()
419 static inline u32 iop_desc_get_qdest_addr(struct iop_adma_desc_slot *desc, in iop_desc_get_qdest_addr()
[all …]
/arch/x86/include/asm/
Ddesc.h10 static inline void fill_ldt(struct desc_struct *desc, const struct user_desc *info) in fill_ldt()
82 const u32 *desc = ptr; in desc_empty() local
103 #define write_ldt_entry(dt, entry, desc) native_write_ldt_entry(dt, entry, desc) argument
104 #define write_gdt_entry(dt, entry, desc, type) native_write_gdt_entry(dt, entry, desc, type) argument
123 static inline void native_write_ldt_entry(struct desc_struct *ldt, int entry, const void *desc) in native_write_ldt_entry()
129 native_write_gdt_entry(struct desc_struct *gdt, int entry, const void *desc, int type) in native_write_gdt_entry()
142 static inline void pack_descriptor(struct desc_struct *desc, unsigned long base, in pack_descriptor()
157 struct ldttss_desc64 *desc = d; in set_tssldt_descriptor() local
289 static inline unsigned long get_desc_base(const struct desc_struct *desc) in get_desc_base()
294 static inline void set_desc_base(struct desc_struct *desc, unsigned long base) in set_desc_base()
[all …]

123456789