Lines Matching defs:len
181 int x509_parse_algorithm_identifier(const u8 *buf, size_t len, in x509_parse_algorithm_identifier()
216 static int x509_parse_public_key(const u8 *buf, size_t len, in x509_parse_public_key()
285 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name()
492 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
535 static int parse_uint2(const char *pos, size_t len) in parse_uint2()
551 static int parse_uint4(const char *pos, size_t len) in parse_uint4()
569 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time()
686 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity()
766 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
799 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
874 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222()
896 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
918 const u8 *pos, size_t len) in x509_parse_alt_name_uri()
942 const u8 *pos, size_t len) in x509_parse_alt_name_ip()
956 const u8 *pos, size_t len) in x509_parse_alt_name_rid()
972 const u8 *pos, size_t len) in x509_parse_ext_alt_name()
1050 const u8 *pos, size_t len) in x509_parse_ext_subject_alt_name()
1074 const u8 *pos, size_t len) in x509_parse_ext_issuer_alt_name()
1147 const u8 *pos, size_t len) in x509_parse_ext_certificate_policies()
1271 const u8 *pos, size_t len) in x509_parse_ext_ext_key_usage()
1326 const u8 *pos, size_t len) in x509_parse_extension_data()
1356 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
1430 const u8 *pos, size_t len) in x509_parse_extensions()
1455 static int x509_parse_tbs_certificate(const u8 *buf, size_t len, in x509_parse_tbs_certificate()
1727 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len) in x509_certificate_parse()
1851 size_t len[1] = { signed_data_len }; in x509_check_signature() local