• Home
  • Raw
  • Download

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()
291 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name()
498 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
541 static int parse_uint2(const char *pos, size_t len) in parse_uint2()
557 static int parse_uint4(const char *pos, size_t len) in parse_uint4()
575 int x509_parse_time(const u8 *buf, size_t len, u8 asn1_tag, os_time_t *val) in x509_parse_time()
692 static int x509_parse_validity(const u8 *buf, size_t len, in x509_parse_validity()
776 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
813 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
894 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222()
916 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
938 const u8 *pos, size_t len) in x509_parse_alt_name_uri()
962 const u8 *pos, size_t len) in x509_parse_alt_name_ip()
976 const u8 *pos, size_t len) in x509_parse_alt_name_rid()
992 const u8 *pos, size_t len) in x509_parse_ext_alt_name()
1070 const u8 *pos, size_t len) in x509_parse_ext_subject_alt_name()
1097 const u8 *pos, size_t len) in x509_parse_ext_issuer_alt_name()
1173 const u8 *pos, size_t len) in x509_parse_ext_ext_key_usage()
1231 const u8 *pos, size_t len) in x509_parse_extension_data()
1260 const u8 *pos, size_t len, const u8 **next) in x509_parse_extension()
1337 const u8 *pos, size_t len) in x509_parse_extensions()
1366 static int x509_parse_tbs_certificate(const u8 *buf, size_t len, in x509_parse_tbs_certificate()
1653 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len) in x509_certificate_parse()
1781 size_t len[1] = { signed_data_len }; in x509_check_signature() local