Lines Matching refs:x509_parse_context
19 struct x509_parse_context { struct
64 struct x509_parse_context *ctx __free(kfree) = NULL; in x509_cert_parse()
77 ctx = kzalloc(sizeof(struct x509_parse_context), GFP_KERNEL); in x509_cert_parse()
145 struct x509_parse_context *ctx = context; in x509_note_OID()
165 struct x509_parse_context *ctx = context; in x509_note_tbs_certificate()
181 struct x509_parse_context *ctx = context; in x509_note_sig_algo()
286 struct x509_parse_context *ctx = context; in x509_note_signature()
324 struct x509_parse_context *ctx = context; in x509_note_serial()
337 struct x509_parse_context *ctx = context; in x509_extract_name_segment()
362 static int x509_fabricate_name(struct x509_parse_context *ctx, size_t hdrlen, in x509_fabricate_name()
441 struct x509_parse_context *ctx = context; in x509_note_issuer()
461 struct x509_parse_context *ctx = context; in x509_note_subject()
474 struct x509_parse_context *ctx = context; in x509_note_params()
495 struct x509_parse_context *ctx = context; in x509_extract_key_data()
550 struct x509_parse_context *ctx = context; in x509_process_extension()
734 struct x509_parse_context *ctx = context; in x509_note_not_before()
742 struct x509_parse_context *ctx = context; in x509_note_not_after()
753 struct x509_parse_context *ctx = context; in x509_akid_note_kid()
776 struct x509_parse_context *ctx = context; in x509_akid_note_name()
792 struct x509_parse_context *ctx = context; in x509_akid_note_serial()