Home
last modified time | relevance | path

Searched refs:x509_parse_context (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/crypto/asymmetric_keys/
Dx509_cert_parser.c24 struct x509_parse_context { struct
71 struct x509_parse_context *ctx; in x509_cert_parse()
82 ctx = kzalloc(sizeof(struct x509_parse_context), GFP_KERNEL); in x509_cert_parse()
143 struct x509_parse_context *ctx = context; in x509_note_OID()
163 struct x509_parse_context *ctx = context; in x509_note_tbs_certificate()
180 struct x509_parse_context *ctx = context; in x509_note_pkey_algo()
232 struct x509_parse_context *ctx = context; in x509_note_signature()
254 struct x509_parse_context *ctx = context; in x509_note_serial()
267 struct x509_parse_context *ctx = context; in x509_extract_name_segment()
292 static int x509_fabricate_name(struct x509_parse_context *ctx, size_t hdrlen, in x509_fabricate_name()
[all …]