Lines Matching defs:len
181 const u8 *buf, size_t len, in x509_parse_algorithm_identifier()
219 static int x509_parse_public_key(const u8 *buf, size_t len, in x509_parse_public_key()
292 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name()
500 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
541 static int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, in x509_parse_time()
651 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity()
726 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
763 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
848 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222()
870 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
892 const u8 *pos, size_t len) in x509_parse_alt_name_uri()
916 const u8 *pos, size_t len) in x509_parse_alt_name_ip()
931 const u8 *pos, size_t len) in x509_parse_alt_name_rid()
947 const u8 *pos, size_t len) in x509_parse_ext_alt_name()
1025 const u8 *pos, size_t len) in x509_parse_ext_subject_alt_name()
1052 const u8 *pos, size_t len) in x509_parse_ext_issuer_alt_name()
1080 const u8 *pos, size_t len) in x509_parse_extension_data()
1108 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
1190 const u8 *pos, size_t len) in x509_parse_extensions()
1219 static int x509_parse_tbs_certificate(const u8 *buf, size_t len, in x509_parse_tbs_certificate()
1475 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len) in x509_certificate_parse()