Lines Matching refs:context
141 int x509_note_OID(void *context, size_t hdrlen, in x509_note_OID() argument
145 struct x509_parse_context *ctx = context; in x509_note_OID()
161 int x509_note_tbs_certificate(void *context, size_t hdrlen, in x509_note_tbs_certificate() argument
165 struct x509_parse_context *ctx = context; in x509_note_tbs_certificate()
178 int x509_note_sig_algo(void *context, size_t hdrlen, unsigned char tag, in x509_note_sig_algo() argument
181 struct x509_parse_context *ctx = context; in x509_note_sig_algo()
282 int x509_note_signature(void *context, size_t hdrlen, in x509_note_signature() argument
286 struct x509_parse_context *ctx = context; in x509_note_signature()
320 int x509_note_serial(void *context, size_t hdrlen, in x509_note_serial() argument
324 struct x509_parse_context *ctx = context; in x509_note_serial()
333 int x509_extract_name_segment(void *context, size_t hdrlen, in x509_extract_name_segment() argument
337 struct x509_parse_context *ctx = context; in x509_extract_name_segment()
436 int x509_note_issuer(void *context, size_t hdrlen, in x509_note_issuer() argument
440 struct x509_parse_context *ctx = context; in x509_note_issuer()
456 int x509_note_subject(void *context, size_t hdrlen, in x509_note_subject() argument
460 struct x509_parse_context *ctx = context; in x509_note_subject()
469 int x509_note_params(void *context, size_t hdrlen, in x509_note_params() argument
473 struct x509_parse_context *ctx = context; in x509_note_params()
490 int x509_extract_key_data(void *context, size_t hdrlen, in x509_extract_key_data() argument
494 struct x509_parse_context *ctx = context; in x509_extract_key_data()
545 int x509_process_extension(void *context, size_t hdrlen, in x509_process_extension() argument
549 struct x509_parse_context *ctx = context; in x509_process_extension()
729 int x509_note_not_before(void *context, size_t hdrlen, in x509_note_not_before() argument
733 struct x509_parse_context *ctx = context; in x509_note_not_before()
737 int x509_note_not_after(void *context, size_t hdrlen, in x509_note_not_after() argument
741 struct x509_parse_context *ctx = context; in x509_note_not_after()
748 int x509_akid_note_kid(void *context, size_t hdrlen, in x509_akid_note_kid() argument
752 struct x509_parse_context *ctx = context; in x509_akid_note_kid()
771 int x509_akid_note_name(void *context, size_t hdrlen, in x509_akid_note_name() argument
775 struct x509_parse_context *ctx = context; in x509_akid_note_name()
787 int x509_akid_note_serial(void *context, size_t hdrlen, in x509_akid_note_serial() argument
791 struct x509_parse_context *ctx = context; in x509_akid_note_serial()