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()
499 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
540 static int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, in x509_parse_time()
650 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity()
725 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
762 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
847 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222()
869 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
891 const u8 *pos, size_t len) in x509_parse_alt_name_uri()
915 const u8 *pos, size_t len) in x509_parse_alt_name_ip()
930 const u8 *pos, size_t len) in x509_parse_alt_name_rid()
946 const u8 *pos, size_t len) in x509_parse_ext_alt_name()
1024 const u8 *pos, size_t len) in x509_parse_ext_subject_alt_name()
1051 const u8 *pos, size_t len) in x509_parse_ext_issuer_alt_name()
1079 const u8 *pos, size_t len) in x509_parse_extension_data()
1107 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
1189 const u8 *pos, size_t len) in x509_parse_extensions()
1218 static int x509_parse_tbs_certificate(const u8 *buf, size_t len, in x509_parse_tbs_certificate()
1476 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len) in x509_certificate_parse()