Lines Matching defs:len
181 int x509_parse_algorithm_identifier(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 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 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time()
649 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity()
733 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
770 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
855 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222()
877 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
899 const u8 *pos, size_t len) in x509_parse_alt_name_uri()
923 const u8 *pos, size_t len) in x509_parse_alt_name_ip()
938 const u8 *pos, size_t len) in x509_parse_alt_name_rid()
954 const u8 *pos, size_t len) in x509_parse_ext_alt_name()
1032 const u8 *pos, size_t len) in x509_parse_ext_subject_alt_name()
1059 const u8 *pos, size_t len) in x509_parse_ext_issuer_alt_name()
1135 const u8 *pos, size_t len) in x509_parse_ext_ext_key_usage()
1193 const u8 *pos, size_t len) in x509_parse_extension_data()
1222 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
1304 const u8 *pos, size_t len) in x509_parse_extensions()
1333 static int x509_parse_tbs_certificate(const u8 *buf, size_t len, in x509_parse_tbs_certificate()
1620 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len) in x509_certificate_parse()
1749 size_t len[1] = { signed_data_len }; in x509_check_signature() local