Home
last modified time | relevance | path

Searched defs:oid (Results 1 – 25 of 56) sorted by relevance

123

/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dx509v3.c296 struct asn1_oid oid; in x509_parse_name() local
756 static int x509_id_ce_oid(struct asn1_oid *oid) in x509_id_ce_oid()
1177 struct asn1_oid oid; in x509_parse_ext_ext_key_usage() local
1230 struct asn1_oid *oid, in x509_parse_extension_data()
1264 struct asn1_oid oid; in x509_parse_extension() local
1581 static int x509_pkcs_oid(struct asn1_oid *oid) in x509_pkcs_oid()
1597 int x509_sha1_oid(struct asn1_oid *oid) in x509_sha1_oid()
1623 int x509_sha256_oid(struct asn1_oid *oid) in x509_sha256_oid()
1630 int x509_sha384_oid(struct asn1_oid *oid) in x509_sha384_oid()
1637 int x509_sha512_oid(struct asn1_oid *oid) in x509_sha512_oid()
[all …]
H A Dtlsv1_cred.c335 static int oid_is_rsadsi(struct asn1_oid *oid) in oid_is_rsadsi()
357 static int is_oid_pkcs7(struct asn1_oid *oid) in is_oid_pkcs7()
369 static int is_oid_pkcs7_data(struct asn1_oid *oid) in is_oid_pkcs7_data()
375 static int is_oid_pkcs7_enc_data(struct asn1_oid *oid) in is_oid_pkcs7_enc_data()
381 static int is_oid_pkcs9(struct asn1_oid *oid) in is_oid_pkcs9()
407 static int is_oid_pkcs9_x509_cert(struct asn1_oid *oid) in is_oid_pkcs9_x509_cert()
447 struct asn1_oid oid; in pkcs12_certbag() local
626 struct asn1_oid oid; in pkcs12_safebag() local
772 struct asn1_oid oid; in pkcs12_parse_content_enc_data() local
888 struct asn1_oid oid; in pkcs12_parse_content() local
[all …]
H A Dpkcs5.c38 static int oid_is_rsadsi(struct asn1_oid *oid) in oid_is_rsadsi()
48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) in pkcs5_is_oid()
58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) in enc_alg_is_oid()
67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) in pkcs12_is_pbe_oid()
78 static enum pkcs5_alg pkcs5_get_alg(struct asn1_oid *oid) in pkcs5_get_alg()
95 struct asn1_oid oid; in pkcs5_get_params_pbes2() local
282 struct asn1_oid oid; in pkcs5_get_params() local
H A Dasn1.c129 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) in asn1_parse_oid()
173 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, in asn1_get_oid()
193 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len) in asn1_oid_to_str()
H A Dpkcs8.c24 struct asn1_oid oid; in pkcs8_key_import() local
H A Dtlsv1_client_ocsp.c34 static int is_oid_basic_ocsp_resp(struct asn1_oid *oid) in is_oid_basic_ocsp_resp()
685 struct asn1_oid oid; in tls_process_ocsp_response() local
H A Dpkcs1.c206 struct asn1_oid oid; in pkcs1_v15_sig_ver() local
H A Dasn1.h56 unsigned long oid[ASN1_MAX_OID_LEN]; member
/dragonfly/sys/kern/
H A Dkern_sysctl.c667 struct sysctl_oid *oid; in sysctl_sysctl_name() local
784 struct sysctl_oid *oid; in sysctl_sysctl_next() local
800 name2oid(char *name, int *oid, int *len, struct sysctl_oid **oidpp) in name2oid()
842 int error, oid[CTL_MAXNAME], len; in sysctl_sysctl_name2oid() local
878 struct sysctl_oid *oid; in sysctl_sysctl_oidfmt() local
901 struct sysctl_oid *oid; in sysctl_sysctl_oiddescr() local
1300 int oid[CTL_MAXNAME]; in kernel_sysctlbyname() local
1367 struct sysctl_oid *oid; in sysctl_find_oid() local
1414 struct sysctl_oid *oid; in sysctl_root() local
/dragonfly/crypto/libressl/crypto/x509/
H A Dpcy_tree.c83 ASN1_OBJECT *oid; in expected_print() local
388 ASN1_OBJECT *oid = sk_ASN1_OBJECT_value(expset, i); in tree_link_unmatched() local
550 ASN1_OBJECT *oid; in tree_calculate_user_set() local
H A Dpcy_node.c181 const ASN1_OBJECT *oid) in policy_node_match()
H A Dx509_ocsp.c263 i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind) in i2r_object()
/dragonfly/lib/libc/gen/
H A Dsysctlnametomib.c44 int oid[2]; in sysctlnametomib() local
H A Dsetproctitle.c76 int oid[4]; in setproctitle() local
/dragonfly/usr.sbin/wlandebug/
H A Dwlandebug.c143 setoid(char oid[], size_t oidlen, const char *wlan) in setoid()
159 char oid[256]; in main() local
/dragonfly/sbin/sysctl/
H A Dsysctl.c726 oidfmt(int *oid, size_t len, char *fmt, u_int *kind) in oidfmt()
759 show_var(int *oid, size_t nlen) in show_var()
979 sysctl_all(int *oid, size_t len) in sysctl_all()
/dragonfly/lib/libdevinfo/
H A Ddevinfo.c173 int oid[CTL_MAXNAME + 12]; in devinfo_init_devices() local
256 int oid[CTL_MAXNAME + 12]; in devinfo_init_resources() local
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_att.c131 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *oid, in CMS_signed_get0_data_by_OBJ()
205 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, in CMS_unsigned_get0_data_by_OBJ()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn_moid.c118 ASN1_OBJECT *oid; in do_create() local
H A Dx_attrib.c144 ASN1_OBJECT *oid; in X509_ATTRIBUTE_create() local
/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c261 u_char oid; /* sub-id following parent */ member
301 const uint8_t *oid; /* ASN.1 encoded OID */ member
911 struct be *elem, unsigned int *oid, in smi_decode_oid()
1040 unsigned int oid[128], oidlen; in smi_print_variable() local
1074 unsigned int i, oid[128], oidlen; in smi_print_value() local
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dhttp-utils.h15 char *oid; member
/dragonfly/sys/sys/
H A Dsensors.h151 struct sysctl_oid *oid; member
163 struct sysctl_oid *oid; member
/dragonfly/sys/dev/drm/
H A Ddrm_sysctl.c65 struct sysctl_oid *oid; in drm_sysctl_init() local
/dragonfly/sys/bus/u4b/net/
H A Dif_urndis.c694 urndis_ctrl_query(struct urndis_softc *sc, uint32_t oid, const void **rbuf, uint16_t *rbufsz) in urndis_ctrl_query()
734 urndis_ctrl_set(struct urndis_softc *sc, uint32_t oid, struct urndis_set_req *msg, uint16_t len) in urndis_ctrl_set()

123