Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/linux-4.19.296/drivers/media/dvb-core/
Ddvb_vb2.c37 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _queue_setup() local
56 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _buffer_prepare() local
73 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _buffer_queue() local
86 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _start_streaming() local
94 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _stop_streaming() local
112 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_lock() local
120 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_unlock() local
139 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _fill_dmx_buffer() local
152 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in _fill_vb2_buffer() local
168 int dvb_vb2_init(struct dvb_vb2_ctx *ctx, const char *name, int nonblocking) in dvb_vb2_init()
[all …]
/linux-4.19.296/drivers/base/regmap/
Dregmap-mmio.c83 static void regmap_mmio_write8(struct regmap_mmio_context *ctx, in regmap_mmio_write8()
90 static void regmap_mmio_write16le(struct regmap_mmio_context *ctx, in regmap_mmio_write16le()
97 static void regmap_mmio_write16be(struct regmap_mmio_context *ctx, in regmap_mmio_write16be()
104 static void regmap_mmio_write32le(struct regmap_mmio_context *ctx, in regmap_mmio_write32le()
111 static void regmap_mmio_write32be(struct regmap_mmio_context *ctx, in regmap_mmio_write32be()
119 static void regmap_mmio_write64le(struct regmap_mmio_context *ctx, in regmap_mmio_write64le()
129 struct regmap_mmio_context *ctx = context; in regmap_mmio_write() local
146 static unsigned int regmap_mmio_read8(struct regmap_mmio_context *ctx, in regmap_mmio_read8()
152 static unsigned int regmap_mmio_read16le(struct regmap_mmio_context *ctx, in regmap_mmio_read16le()
158 static unsigned int regmap_mmio_read16be(struct regmap_mmio_context *ctx, in regmap_mmio_read16be()
[all …]
/linux-4.19.296/drivers/misc/cxl/
Dcontext.c39 int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master) in cxl_context_init()
122 void cxl_context_set_mapping(struct cxl_context *ctx, in cxl_context_set_mapping()
133 struct cxl_context *ctx = vma->vm_file->private_data; in cxl_mmap_fault() local
186 int cxl_context_iomap(struct cxl_context *ctx, struct vm_area_struct *vma) in cxl_context_iomap()
238 int __detach_context(struct cxl_context *ctx) in __detach_context()
286 void cxl_context_detach(struct cxl_context *ctx) in cxl_context_detach()
303 struct cxl_context *ctx; in cxl_context_detach_all() local
330 struct cxl_context *ctx = container_of(rcu, struct cxl_context, rcu); in reclaim_ctx() local
346 void cxl_context_free(struct cxl_context *ctx) in cxl_context_free()
356 void cxl_context_mm_count_get(struct cxl_context *ctx) in cxl_context_mm_count_get()
[all …]
Dapi.c59 void cxl_release_mapping(struct cxl_context *ctx) in cxl_release_mapping()
112 struct cxl_context *ctx; in cxl_dev_context_init() local
144 int cxl_release_context(struct cxl_context *ctx) in cxl_release_context()
155 static irq_hw_number_t cxl_find_afu_irq(struct cxl_context *ctx, int num) in cxl_find_afu_irq()
171 int cxl_set_priv(struct cxl_context *ctx, void *priv) in cxl_set_priv()
182 void *cxl_get_priv(struct cxl_context *ctx) in cxl_get_priv()
191 int cxl_allocate_afu_irqs(struct cxl_context *ctx, int num) in cxl_allocate_afu_irqs()
221 void cxl_free_afu_irqs(struct cxl_context *ctx) in cxl_free_afu_irqs()
239 int cxl_map_afu_irq(struct cxl_context *ctx, int num, in cxl_map_afu_irq()
255 void cxl_unmap_afu_irq(struct cxl_context *ctx, int num, void *cookie) in cxl_unmap_afu_irq()
[all …]
Dfault.c36 static struct cxl_sste *find_free_sste(struct cxl_context *ctx, in find_free_sste()
67 static void cxl_load_segment(struct cxl_context *ctx, struct copro_slb *slb) in cxl_load_segment()
88 static int cxl_fault_segment(struct cxl_context *ctx, struct mm_struct *mm, in cxl_fault_segment()
101 static void cxl_ack_ae(struct cxl_context *ctx) in cxl_ack_ae()
116 static int cxl_handle_segment_miss(struct cxl_context *ctx, in cxl_handle_segment_miss()
184 static void cxl_handle_page_fault(struct cxl_context *ctx, in cxl_handle_page_fault()
202 static struct mm_struct *get_mem_context(struct cxl_context *ctx) in get_mem_context()
213 static bool cxl_is_segment_miss(struct cxl_context *ctx, u64 dsisr) in cxl_is_segment_miss()
221 static bool cxl_is_page_fault(struct cxl_context *ctx, u64 dsisr) in cxl_is_page_fault()
234 struct cxl_context *ctx = in cxl_handle_fault() local
[all …]
Dnative.c412 static void slb_invalid(struct cxl_context *ctx) in slb_invalid()
434 static int do_process_element_cmd(struct cxl_context *ctx, in do_process_element_cmd()
485 static int add_process_element(struct cxl_context *ctx) in add_process_element()
498 static int terminate_process_element(struct cxl_context *ctx) in terminate_process_element()
521 static int remove_process_element(struct cxl_context *ctx) in remove_process_element()
544 void cxl_assign_psn_space(struct cxl_context *ctx) in cxl_assign_psn_space()
631 static u64 calculate_sr(struct cxl_context *ctx) in calculate_sr()
637 static void update_ivtes_directed(struct cxl_context *ctx) in update_ivtes_directed()
666 static int process_element_entry_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in process_element_entry_psl9()
721 int cxl_attach_afu_directed_psl9(struct cxl_context *ctx, u64 wed, u64 amr) in cxl_attach_afu_directed_psl9()
[all …]
Dirq.c29 static irqreturn_t schedule_cxl_fault(struct cxl_context *ctx, u64 dsisr, u64 dar) in schedule_cxl_fault()
37 irqreturn_t cxl_irq_psl9(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info) in cxl_irq_psl9()
88 irqreturn_t cxl_irq_psl8(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info) in cxl_irq_psl8()
176 struct cxl_context *ctx = data; in cxl_irq_afu() local
284 void afu_irq_name_free(struct cxl_context *ctx) in afu_irq_name_free()
295 int afu_allocate_irqs(struct cxl_context *ctx, u32 count) in afu_allocate_irqs()
361 static void afu_register_hwirqs(struct cxl_context *ctx) in afu_register_hwirqs()
394 int afu_register_irqs(struct cxl_context *ctx, u32 count) in afu_register_irqs()
406 void afu_release_irqs(struct cxl_context *ctx, void *cookie) in afu_release_irqs()
/linux-4.19.296/drivers/misc/ocxl/
Dcontext.c12 int ocxl_context_init(struct ocxl_context *ctx, struct ocxl_afu *afu, in ocxl_context_init()
55 struct ocxl_context *ctx = (struct ocxl_context *) data; in xsl_fault_error() local
66 int ocxl_context_attach(struct ocxl_context *ctx, u64 amr) in ocxl_context_attach()
90 u64 offset, struct ocxl_context *ctx) in map_afu_irq()
102 u64 offset, struct ocxl_context *ctx) in map_pp_mmio()
132 struct ocxl_context *ctx = vma->vm_file->private_data; in ocxl_mmap_fault() local
151 static int check_mmap_afu_irq(struct ocxl_context *ctx, in check_mmap_afu_irq()
175 static int check_mmap_mmio(struct ocxl_context *ctx, in check_mmap_mmio()
184 int ocxl_context_mmap(struct ocxl_context *ctx, struct vm_area_struct *vma) in ocxl_context_mmap()
201 int ocxl_context_detach(struct ocxl_context *ctx) in ocxl_context_detach()
[all …]
Dafu_irq.c18 static int irq_offset_to_id(struct ocxl_context *ctx, u64 offset) in irq_offset_to_id()
23 static u64 irq_id_to_offset(struct ocxl_context *ctx, int id) in irq_id_to_offset()
38 static int setup_afu_irq(struct ocxl_context *ctx, struct afu_irq *irq) in setup_afu_irq()
73 int ocxl_afu_irq_alloc(struct ocxl_context *ctx, u64 *irq_offset) in ocxl_afu_irq_alloc()
122 static void afu_irq_free(struct afu_irq *irq, struct ocxl_context *ctx) in afu_irq_free()
136 int ocxl_afu_irq_free(struct ocxl_context *ctx, u64 irq_offset) in ocxl_afu_irq_free()
154 void ocxl_afu_irq_free_all(struct ocxl_context *ctx) in ocxl_afu_irq_free_all()
165 int ocxl_afu_irq_set_fd(struct ocxl_context *ctx, u64 irq_offset, int eventfd) in ocxl_afu_irq_set_fd()
190 u64 ocxl_afu_irq_get_addr(struct ocxl_context *ctx, u64 irq_offset) in ocxl_afu_irq_get_addr()
Dfile.c59 struct ocxl_context *ctx; in afu_open() local
86 static long afu_ioctl_attach(struct ocxl_context *ctx, in afu_ioctl_attach()
107 static long afu_ioctl_get_metadata(struct ocxl_context *ctx, in afu_ioctl_get_metadata()
129 static long afu_ioctl_enable_p9_wait(struct ocxl_context *ctx, in afu_ioctl_enable_p9_wait()
174 static long afu_ioctl_get_features(struct ocxl_context *ctx, in afu_ioctl_get_features()
204 struct ocxl_context *ctx = file->private_data; in afu_ioctl() local
283 struct ocxl_context *ctx = file->private_data; in afu_mmap() local
289 static bool has_xsl_error(struct ocxl_context *ctx) in has_xsl_error()
305 static bool afu_events_pending(struct ocxl_context *ctx) in afu_events_pending()
314 struct ocxl_context *ctx = file->private_data; in afu_poll() local
[all …]
/linux-4.19.296/crypto/
Dzstd.c40 static int zstd_comp_init(struct zstd_ctx *ctx) in zstd_comp_init()
64 static int zstd_decomp_init(struct zstd_ctx *ctx) in zstd_decomp_init()
87 static void zstd_comp_exit(struct zstd_ctx *ctx) in zstd_comp_exit()
94 static void zstd_decomp_exit(struct zstd_ctx *ctx) in zstd_decomp_exit()
101 static int __zstd_init(void *ctx) in __zstd_init()
117 struct zstd_ctx *ctx; in zstd_alloc_ctx() local
134 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_init() local
139 static void __zstd_exit(void *ctx) in __zstd_exit()
145 static void zstd_free_ctx(struct crypto_scomp *tfm, void *ctx) in zstd_free_ctx()
153 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm); in zstd_exit() local
[all …]
Ddeflate.c46 static int deflate_comp_init(struct deflate_ctx *ctx, int format) in deflate_comp_init()
75 static int deflate_decomp_init(struct deflate_ctx *ctx, int format) in deflate_decomp_init()
100 static void deflate_comp_exit(struct deflate_ctx *ctx) in deflate_comp_exit()
106 static void deflate_decomp_exit(struct deflate_ctx *ctx) in deflate_decomp_exit()
112 static int __deflate_init(void *ctx, int format) in __deflate_init()
128 struct deflate_ctx *ctx; in gen_deflate_alloc_ctx() local
156 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_init() local
161 static void __deflate_exit(void *ctx) in __deflate_exit()
167 static void deflate_free_ctx(struct crypto_scomp *tfm, void *ctx) in deflate_free_ctx()
175 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm); in deflate_exit() local
[all …]
Dcryptd.c222 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(parent); in cryptd_blkcipher_setkey() local
244 struct cryptd_blkcipher_ctx *ctx; in cryptd_blkcipher_crypt() local
277 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(req->tfm); in cryptd_blkcipher_encrypt() local
286 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(req->tfm); in cryptd_blkcipher_decrypt() local
322 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(tfm); in cryptd_blkcipher_init_tfm() local
337 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(tfm); in cryptd_blkcipher_exit_tfm() local
389 struct cryptd_instance_ctx *ctx; in cryptd_create_blkcipher() local
451 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(parent); in cryptd_skcipher_setkey() local
467 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_complete() local
485 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_encrypt() local
[all …]
Dlz4hc.c33 void *ctx; in lz4hc_alloc_ctx() local
44 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm); in lz4hc_init() local
53 static void lz4hc_free_ctx(struct crypto_scomp *tfm, void *ctx) in lz4hc_free_ctx()
60 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm); in lz4hc_exit() local
66 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_compress_crypto()
80 void *ctx) in lz4hc_scompress()
89 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm); in lz4hc_compress_crypto() local
96 u8 *dst, unsigned int *dlen, void *ctx) in __lz4hc_decompress_crypto()
109 void *ctx) in lz4hc_sdecompress()
Dlz4.c34 void *ctx; in lz4_alloc_ctx() local
45 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_init() local
54 static void lz4_free_ctx(struct crypto_scomp *tfm, void *ctx) in lz4_free_ctx()
61 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_exit() local
67 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto()
81 void *ctx) in lz4_scompress()
89 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_compress_crypto() local
95 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto()
108 void *ctx) in lz4_sdecompress()
Ddh.c25 static void dh_clear_ctx(struct dh_ctx *ctx) in dh_clear_ctx()
40 static int _compute_val(const struct dh_ctx *ctx, MPI base, MPI val) in _compute_val()
56 static int dh_set_params(struct dh_ctx *ctx, struct dh *params) in dh_set_params()
81 struct dh_ctx *ctx = dh_get_ctx(tfm); in dh_set_secret() local
113 static int dh_is_pubkey_valid(struct dh_ctx *ctx, MPI y) in dh_is_pubkey_valid()
156 struct dh_ctx *ctx = dh_get_ctx(tfm); in dh_compute_value() local
202 struct dh_ctx *ctx = dh_get_ctx(tfm); in dh_max_size() local
209 struct dh_ctx *ctx = dh_get_ctx(tfm); in dh_exit_tfm() local
D842.c42 void *ctx; in crypto842_alloc_ctx() local
53 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_init() local
62 static void crypto842_free_ctx(struct crypto_scomp *tfm, void *ctx) in crypto842_free_ctx()
69 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_exit() local
78 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_compress() local
85 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_scompress()
99 u8 *dst, unsigned int *dlen, void *ctx) in crypto842_sdecompress()
Dlzo.c33 void *ctx; in lzo_alloc_ctx() local
44 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_init() local
53 static void lzo_free_ctx(struct crypto_scomp *tfm, void *ctx) in lzo_free_ctx()
60 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_exit() local
66 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress()
83 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_compress() local
90 void *ctx) in lzo_scompress()
118 void *ctx) in lzo_sdecompress()
/linux-4.19.296/fs/
Deventfd.c56 __u64 eventfd_signal(struct eventfd_ctx *ctx, __u64 n) in eventfd_signal()
85 static void eventfd_free_ctx(struct eventfd_ctx *ctx) in eventfd_free_ctx()
92 struct eventfd_ctx *ctx = container_of(kref, struct eventfd_ctx, kref); in eventfd_free() local
104 void eventfd_ctx_put(struct eventfd_ctx *ctx) in eventfd_ctx_put()
112 struct eventfd_ctx *ctx = file->private_data; in eventfd_release() local
121 struct eventfd_ctx *ctx = file->private_data; in eventfd_poll() local
177 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt) in eventfd_ctx_do_read()
199 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait, in eventfd_ctx_remove_wait_queue()
218 struct eventfd_ctx *ctx = file->private_data; in eventfd_read() local
265 struct eventfd_ctx *ctx = file->private_data; in eventfd_write() local
[all …]
Duserfaultfd.c81 struct userfaultfd_ctx *ctx; member
90 struct userfaultfd_ctx *ctx; member
102 static bool userfaultfd_is_initialized(struct userfaultfd_ctx *ctx) in userfaultfd_is_initialized()
152 static void userfaultfd_ctx_get(struct userfaultfd_ctx *ctx) in userfaultfd_ctx_get()
166 static void userfaultfd_ctx_put(struct userfaultfd_ctx *ctx) in userfaultfd_ctx_put()
229 static inline bool userfaultfd_huge_must_wait(struct userfaultfd_ctx *ctx, in userfaultfd_huge_must_wait()
261 static inline bool userfaultfd_huge_must_wait(struct userfaultfd_ctx *ctx, in userfaultfd_huge_must_wait()
278 static inline bool userfaultfd_must_wait(struct userfaultfd_ctx *ctx, in userfaultfd_must_wait()
357 struct userfaultfd_ctx *ctx; in handle_userfault() local
586 static void userfaultfd_event_wait_completion(struct userfaultfd_ctx *ctx, in userfaultfd_event_wait_completion()
[all …]
Dtimerfd.c51 static inline bool isalarm(struct timerfd_ctx *ctx) in isalarm()
62 static void timerfd_triggered(struct timerfd_ctx *ctx) in timerfd_triggered()
75 struct timerfd_ctx *ctx = container_of(htmr, struct timerfd_ctx, in timerfd_tmrproc() local
84 struct timerfd_ctx *ctx = container_of(alarm, struct timerfd_ctx, in timerfd_alarmproc() local
99 struct timerfd_ctx *ctx; in timerfd_clock_was_set() local
117 static void __timerfd_remove_cancel(struct timerfd_ctx *ctx) in __timerfd_remove_cancel()
127 static void timerfd_remove_cancel(struct timerfd_ctx *ctx) in timerfd_remove_cancel()
134 static bool timerfd_canceled(struct timerfd_ctx *ctx) in timerfd_canceled()
142 static void timerfd_setup_cancel(struct timerfd_ctx *ctx, int flags) in timerfd_setup_cancel()
160 static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) in timerfd_get_remaining()
[all …]
/linux-4.19.296/drivers/auxdisplay/
Dimg-ascii-lcd.c71 static void boston_update(struct img_ascii_lcd_ctx *ctx) in boston_update()
97 static void malta_update(struct img_ascii_lcd_ctx *ctx) in malta_update()
133 static int sead3_wait_sm_idle(struct img_ascii_lcd_ctx *ctx) in sead3_wait_sm_idle()
150 static int sead3_wait_lcd_idle(struct img_ascii_lcd_ctx *ctx) in sead3_wait_lcd_idle()
180 static void sead3_update(struct img_ascii_lcd_ctx *ctx) in sead3_update()
234 struct img_ascii_lcd_ctx *ctx = from_timer(ctx, t, timer); in img_ascii_lcd_scroll() local
272 static int img_ascii_lcd_display(struct img_ascii_lcd_ctx *ctx, in img_ascii_lcd_display()
331 struct img_ascii_lcd_ctx *ctx = dev_get_drvdata(dev); in message_show() local
350 struct img_ascii_lcd_ctx *ctx = dev_get_drvdata(dev); in message_store() local
372 struct img_ascii_lcd_ctx *ctx; in img_ascii_lcd_probe() local
[all …]
/linux-4.19.296/drivers/clk/samsung/
Dclk.c62 struct samsung_clk_provider *ctx; in samsung_clk_init() local
81 struct samsung_clk_provider *ctx) in samsung_clk_of_add_provider()
91 void samsung_clk_add_lookup(struct samsung_clk_provider *ctx, in samsung_clk_add_lookup()
99 void __init samsung_clk_register_alias(struct samsung_clk_provider *ctx, in samsung_clk_register_alias()
129 void __init samsung_clk_register_fixed_rate(struct samsung_clk_provider *ctx, in samsung_clk_register_fixed_rate()
159 void __init samsung_clk_register_fixed_factor(struct samsung_clk_provider *ctx, in samsung_clk_register_fixed_factor()
179 void __init samsung_clk_register_mux(struct samsung_clk_provider *ctx, in samsung_clk_register_mux()
202 void __init samsung_clk_register_div(struct samsung_clk_provider *ctx, in samsung_clk_register_div()
232 void __init samsung_clk_register_gate(struct samsung_clk_provider *ctx, in samsung_clk_register_gate()
257 void __init samsung_clk_of_register_fixed_ext(struct samsung_clk_provider *ctx, in samsung_clk_of_register_fixed_ext()
[all …]
/linux-4.19.296/crypto/asymmetric_keys/
Dpkcs7_parser.c121 struct pkcs7_parse_context *ctx; in pkcs7_parse_message() local
212 struct pkcs7_parse_context *ctx = context; in pkcs7_note_OID() local
231 struct pkcs7_parse_context *ctx = context; in pkcs7_sig_note_digest_algo() local
269 struct pkcs7_parse_context *ctx = context; in pkcs7_sig_note_pkey_algo() local
289 struct pkcs7_parse_context *ctx = context; in pkcs7_check_content_type() local
306 struct pkcs7_parse_context *ctx = context; in pkcs7_note_signeddata_version() local
340 struct pkcs7_parse_context *ctx = context; in pkcs7_note_signerinfo_version() local
383 struct pkcs7_parse_context *ctx = context; in pkcs7_extract_cert() local
423 struct pkcs7_parse_context *ctx = context; in pkcs7_note_certificate_list() local
441 struct pkcs7_parse_context *ctx = context; in pkcs7_note_content() local
[all …]
Dx509_cert_parser.c67 struct x509_parse_context *ctx; in x509_cert_parse() local
153 struct x509_parse_context *ctx = context; in x509_note_OID() local
173 struct x509_parse_context *ctx = context; in x509_note_tbs_certificate() local
190 struct x509_parse_context *ctx = context; in x509_note_pkey_algo() local
242 struct x509_parse_context *ctx = context; in x509_note_signature() local
273 struct x509_parse_context *ctx = context; in x509_note_serial() local
286 struct x509_parse_context *ctx = context; in x509_extract_name_segment() local
311 static int x509_fabricate_name(struct x509_parse_context *ctx, size_t hdrlen, in x509_fabricate_name()
390 struct x509_parse_context *ctx = context; in x509_note_issuer() local
400 struct x509_parse_context *ctx = context; in x509_note_subject() local
[all …]

12345678910>>...14