Lines Matching refs:asn1_oid

290 	struct asn1_oid oid;  in x509_parse_name()
750 static int x509_id_ce_oid(struct asn1_oid *oid) in x509_id_ce_oid()
760 static int x509_any_ext_key_usage_oid(struct asn1_oid *oid) in x509_any_ext_key_usage_oid()
1101 static int x509_id_cert_policy_any_oid(struct asn1_oid *oid) in x509_id_cert_policy_any_oid()
1112 static int x509_id_wfa_oid(struct asn1_oid *oid) in x509_id_wfa_oid()
1125 static int x509_id_wfa_tod_oid(struct asn1_oid *oid) in x509_id_wfa_tod_oid()
1134 static int x509_id_wfa_tod_strict_oid(struct asn1_oid *oid) in x509_id_wfa_tod_strict_oid()
1142 static int x509_id_wfa_tod_tofu_oid(struct asn1_oid *oid) in x509_id_wfa_tod_tofu_oid()
1181 struct asn1_oid oid; in x509_parse_ext_certificate_policies()
1225 static int x509_id_pkix_oid(struct asn1_oid *oid) in x509_id_pkix_oid()
1238 static int x509_id_kp_oid(struct asn1_oid *oid) in x509_id_kp_oid()
1247 static int x509_id_kp_server_auth_oid(struct asn1_oid *oid) in x509_id_kp_server_auth_oid()
1256 static int x509_id_kp_client_auth_oid(struct asn1_oid *oid) in x509_id_kp_client_auth_oid()
1265 static int x509_id_kp_ocsp_oid(struct asn1_oid *oid) in x509_id_kp_ocsp_oid()
1279 struct asn1_oid oid; in x509_parse_ext_ext_key_usage()
1329 struct asn1_oid *oid, in x509_parse_extension_data()
1364 struct asn1_oid oid; in x509_parse_extension()
1649 static int x509_rsadsi_oid(struct asn1_oid *oid) in x509_rsadsi_oid()
1659 static int x509_pkcs_oid(struct asn1_oid *oid) in x509_pkcs_oid()
1667 static int x509_digest_oid(struct asn1_oid *oid) in x509_digest_oid()
1675 int x509_sha1_oid(struct asn1_oid *oid) in x509_sha1_oid()
1687 static int x509_sha2_oid(struct asn1_oid *oid) in x509_sha2_oid()
1701 int x509_sha256_oid(struct asn1_oid *oid) in x509_sha256_oid()
1708 int x509_sha384_oid(struct asn1_oid *oid) in x509_sha384_oid()
1715 int x509_sha512_oid(struct asn1_oid *oid) in x509_sha512_oid()
1851 struct asn1_oid oid; in x509_check_signature()