Searched defs:desc (Results 151 - 175 of 2170) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A DmISDNdsp.h8 char *desc; member in struct:mISDN_dsp_element_arg
/linux-master/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.h72 struct pinctrl_desc desc; member in struct:pxa_pinctrl
/linux-master/drivers/net/wireless/ti/wl1251/
H A Drx.c20 wl1251_rx_header(struct wl1251 *wl, struct wl1251_rx_descriptor *desc) argument
32 wl1251_rx_status(struct wl1251 *wl, struct wl1251_rx_descriptor *desc, struct ieee80211_rx_status *status, u8 beacon) argument
133 wl1251_rx_body(struct wl1251 *wl, struct wl1251_rx_descriptor *desc) argument
[all...]
/linux-master/crypto/
H A Dghash-generic.c46 static int ghash_init(struct shash_desc *desc) argument
78 static int ghash_update(struct shash_desc *desc, argument
131 static int ghash_final(struct shash_desc *desc, u8 *dst) argument
H A Dxxhash_generic.c31 static int xxhash64_init(struct shash_desc *desc) argument
41 static int xxhash64_update(struct shash_desc *desc, const u8 *data, argument
51 static int xxhash64_final(struct shash_desc *desc, u8 *out) argument
60 static int xxhash64_digest(struct shash_desc *desc, const u8 *data, argument
H A Dmd5.c129 static int md5_init(struct shash_desc *desc) argument
142 static int md5_update(struct shash_desc *desc, const u8 *data, unsigned int len) argument
174 static int md5_final(struct shash_desc *desc, u8 *out) argument
202 static int md5_export(struct shash_desc *desc, void *out) argument
210 static int md5_import(struct shash_desc *desc, const void *in) argument
[all...]
H A Dsha3_generic.c161 int crypto_sha3_init(struct shash_desc *desc) argument
175 int crypto_sha3_update(struct shash_desc *desc, const u8 *data, argument
213 int crypto_sha3_final(struct shash_desc *desc, u8 *out) argument
H A Dcrc32c_generic.c57 static int chksum_init(struct shash_desc *desc) argument
83 static int chksum_update(struct shash_desc *desc, const u8 *data, argument
92 static int chksum_final(struct shash_desc *desc, u8 *out) argument
106 static int chksum_finup(struct shash_desc *desc, const u8 *data, argument
114 static int chksum_digest(struct shash_desc *desc, cons argument
[all...]
H A Dmichael_mic.c47 static int michael_init(struct shash_desc *desc) argument
59 static int michael_update(struct shash_desc *desc, const u8 *data, argument
97 static int michael_final(struct shash_desc *desc, u8 *out) argument
H A Dcrc32_generic.c47 static int crc32_init(struct shash_desc *desc) argument
57 static int crc32_update(struct shash_desc *desc, const u8 *data, argument
74 static int crc32_finup(struct shash_desc *desc, const u8 *data, argument
80 static int crc32_final(struct shash_desc *desc, u8 *out) argument
88 static int crc32_digest(struct shash_desc *desc, cons argument
[all...]
/linux-master/arch/arm/crypto/
H A Dcrc32-ce-glue.c63 static int crc32_init(struct shash_desc *desc) argument
72 static int crc32_update(struct shash_desc *desc, const u8 *data, argument
81 static int crc32c_update(struct shash_desc *desc, const u8 *data, argument
90 static int crc32_final(struct shash_desc *desc, u8 *out) argument
98 static int crc32c_final(struct shash_desc *desc, u argument
106 crc32_pmull_update(struct shash_desc *desc, const u8 *data, unsigned int length) argument
140 crc32c_pmull_update(struct shash_desc *desc, const u8 *data, unsigned int length) argument
[all...]
H A Dpoly1305-glue.c43 static int arm_poly1305_init(struct shash_desc *desc) argument
115 static int arm_poly1305_update(struct shash_desc *desc, argument
124 static int __maybe_unused arm_poly1305_update_neon(struct shash_desc *desc, argument
202 static int arm_poly1305_final(struct shash_desc *desc, u8 *dst) argument
/linux-master/arch/powerpc/crypto/
H A Dmd5-glue.c30 static int ppc_md5_init(struct shash_desc *desc) argument
43 static int ppc_md5_update(struct shash_desc *desc, const u8 *data, argument
75 static int ppc_md5_final(struct shash_desc *desc, u8 *out) argument
107 static int ppc_md5_export(struct shash_desc *desc, void *out) argument
115 static int ppc_md5_import(struct shash_desc *desc, const void *in) argument
[all...]
/linux-master/lib/
H A Dcrc-t10dif.c68 } desc; local
/linux-master/security/keys/
H A Duser_defined.c193 static int logon_vet_description(const char *desc) argument
/linux-master/drivers/clk/versatile/
H A Dclk-impd1.c70 const struct clk_icst_desc *desc; local
/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c67 static int octeon_md5_init(struct shash_desc *desc) argument
81 static int octeon_md5_update(struct shash_desc *desc, const u8 *data, argument
121 static int octeon_md5_final(struct shash_desc *desc, u8 *out) argument
157 static int octeon_md5_export(struct shash_desc *desc, void *out) argument
165 static int octeon_md5_import(struct shash_desc *desc, const void *in) argument
[all...]
/linux-master/arch/sparc/crypto/
H A Dmd5_glue.c32 static int md5_sparc64_init(struct shash_desc *desc) argument
67 static int md5_sparc64_update(struct shash_desc *desc, const u8 *data, argument
84 static int md5_sparc64_final(struct shash_desc *desc, u8 *out) argument
117 static int md5_sparc64_export(struct shash_desc *desc, void *out) argument
126 static int md5_sparc64_import(struct shash_desc *desc, const void *in) argument
[all...]
/linux-master/include/crypto/internal/
H A Dblake2b.h86 static inline int crypto_blake2b_init(struct shash_desc *desc) argument
96 static inline int crypto_blake2b_update(struct shash_desc *desc, argument
106 static inline int crypto_blake2b_final(struct shash_desc *desc, u8 *out, argument
/linux-master/drivers/gpio/
H A Dgpio-moxtet.c31 const struct moxtet_gpio_desc *desc; member in struct:moxtet_gpio_chip
[all...]
/linux-master/include/crypto/
H A Dpoly1305.h66 static inline void poly1305_init(struct poly1305_desc_ctx *desc, const u8 *key) argument
79 static inline void poly1305_update(struct poly1305_desc_ctx *desc, argument
91 poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest) argument
[all...]
/linux-master/drivers/irqchip/
H A Dirq-idt3243x.c27 static void idt_irq_dispatch(struct irq_desc *desc) argument
H A Dirq-goldfish-pic.c33 static void goldfish_pic_cascade(struct irq_desc *desc) argument
H A Dirq-loongson-htpic.c29 static void htpic_irq_dispatch(struct irq_desc *desc) argument
/linux-master/arch/sh/boards/mach-se/7722/
H A Dirq.c28 static void se7722_irq_demux(struct irq_desc *desc) argument

Completed in 251 milliseconds

1234567891011>>