Lines Matching refs:context
139 int x509_note_OID(void *context, size_t hdrlen, in x509_note_OID() argument
143 struct x509_parse_context *ctx = context; in x509_note_OID()
159 int x509_note_tbs_certificate(void *context, size_t hdrlen, in x509_note_tbs_certificate() argument
163 struct x509_parse_context *ctx = context; in x509_note_tbs_certificate()
176 int x509_note_pkey_algo(void *context, size_t hdrlen, in x509_note_pkey_algo() argument
180 struct x509_parse_context *ctx = context; in x509_note_pkey_algo()
228 int x509_note_signature(void *context, size_t hdrlen, in x509_note_signature() argument
232 struct x509_parse_context *ctx = context; in x509_note_signature()
250 int x509_note_serial(void *context, size_t hdrlen, in x509_note_serial() argument
254 struct x509_parse_context *ctx = context; in x509_note_serial()
263 int x509_extract_name_segment(void *context, size_t hdrlen, in x509_extract_name_segment() argument
267 struct x509_parse_context *ctx = context; in x509_extract_name_segment()
367 int x509_note_issuer(void *context, size_t hdrlen, in x509_note_issuer() argument
371 struct x509_parse_context *ctx = context; in x509_note_issuer()
377 int x509_note_subject(void *context, size_t hdrlen, in x509_note_subject() argument
381 struct x509_parse_context *ctx = context; in x509_note_subject()
390 int x509_extract_key_data(void *context, size_t hdrlen, in x509_extract_key_data() argument
394 struct x509_parse_context *ctx = context; in x509_extract_key_data()
410 int rsa_extract_mpi(void *context, size_t hdrlen, in rsa_extract_mpi() argument
414 struct x509_parse_context *ctx = context; in rsa_extract_mpi()
436 int x509_process_extension(void *context, size_t hdrlen, in x509_process_extension() argument
440 struct x509_parse_context *ctx = context; in x509_process_extension()
570 int x509_note_not_before(void *context, size_t hdrlen, in x509_note_not_before() argument
574 struct x509_parse_context *ctx = context; in x509_note_not_before()
578 int x509_note_not_after(void *context, size_t hdrlen, in x509_note_not_after() argument
582 struct x509_parse_context *ctx = context; in x509_note_not_after()
589 int x509_akid_note_kid(void *context, size_t hdrlen, in x509_akid_note_kid() argument
593 struct x509_parse_context *ctx = context; in x509_akid_note_kid()
612 int x509_akid_note_name(void *context, size_t hdrlen, in x509_akid_note_name() argument
616 struct x509_parse_context *ctx = context; in x509_akid_note_name()
628 int x509_akid_note_serial(void *context, size_t hdrlen, in x509_akid_note_serial() argument
632 struct x509_parse_context *ctx = context; in x509_akid_note_serial()