Home
last modified time | relevance | path

Searched refs:OID (Results 1 – 25 of 28) sorted by relevance

12

/linux/include/linux/
H A Doid_registry.h19 enum OID { enum
151 extern enum OID look_up_OID(const void *data, size_t datasize);
152 extern int parse_OID(const void *data, size_t datasize, enum OID *oid);
154 extern int sprint_OID(enum OID, char *, size_t);
/linux/lib/
H A Doid_registry.c26 enum OID look_up_OID(const void *data, size_t datasize) in look_up_OID()
29 enum OID oid; in look_up_OID()
106 int parse_OID(const void *data, size_t datasize, enum OID *oid) in parse_OID()
186 int sprint_OID(enum OID oid, char *buffer, size_t bufsize) in sprint_OID()
H A Dasn1_encoder.c162 data[0] = _tag(UNIV, PRIM, OID); in asn1_encode_oid()
/linux/drivers/usb/gadget/function/
H A Drndis.c169 static int gen_ndis_query_resp(struct rndis_params *params, u32 OID, u8 *buf, in gen_ndis_query_resp() argument
187 pr_debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp()
204 switch (OID) { in gen_ndis_query_resp()
473 pr_warn("%s: query unknown OID 0x%08X\n", __func__, OID); in gen_ndis_query_resp()
484 static int gen_ndis_set_resp(struct rndis_params *params, u32 OID, in gen_ndis_set_resp() argument
497 pr_debug("set OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_set_resp()
507 switch (OID) { in gen_ndis_set_resp()
545 __func__, OID, buf_len); in gen_ndis_set_resp()
616 if (gen_ndis_query_resp(params, le32_to_cpu(buf->OID), in rndis_query_response()
667 if (gen_ndis_set_resp(params, le32_to_cpu(buf->OID), in rndis_set_response()
H A Drndis.h57 __le32 OID; member
76 __le32 OID; member
/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c50 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL},
263 {FNAME("object") OID, BYTE, 0, 0, SKIP, 0, NULL},
838 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
903 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
929 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
963 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
989 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1025 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1066 {FNAME("protocolIdentifier") OID, BYTE, 0, 0, SKIP, 0, NULL},
1131 {FNAME("type") OID, BYTE, 0, 0, SKIP, 0, NULL},
[all …]
H A Dnf_conntrack_h323_asn1.c40 #define OID 2 macro
/linux/crypto/asymmetric_keys/
H A Dmscode_parser.c40 enum OID oid; in mscode_note_content_type()
74 enum OID oid; in mscode_note_digest_algo()
H A Dpkcs8_parser.c23 enum OID last_oid; /* Last OID encountered */
24 enum OID algo_oid; /* Algorithm OID */
H A Dpkcs7_parser.h60 enum OID data_type; /* Type of Data */
H A Dx509_cert_parser.c26 enum OID key_algo; /* Algorithm used by the cert's key */
27 enum OID last_oid; /* Last OID encountered */
28 enum OID sig_algo; /* Algorithm used to sign the cert */
496 enum OID oid; in x509_extract_key_data()
H A Dpkcs7_parser.c30 enum OID last_oid; /* Last OID encountered */
505 enum OID content_type; in pkcs7_sig_note_authenticated_attr()
/linux/fs/smb/server/
H A Dasn1.c165 enum OID oid; in ksmbd_gssapi_this_mech()
184 enum OID oid; in ksmbd_neg_token_init_mech_type()
/linux/drivers/scsi/
H A Daha152x.h126 #define OID 0x70 macro
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c163 enum OID oid = look_up_OID(value, vlen); in tpm2_key_type()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg_print.c_shipped383 { "OID", 0x0f, 0x0f },
H A Daic7xxx.seq213 and A, OID, TARGIDIN;
215 and A, OID, SCSIID_ULTRA2;
217 and A, OID, SCSIID;
341 and A, OID, SCSIID_ULTRA2;
343 and A, OID, SCSIID;
379 and SCSIID, TWIN_TID|OID, SCB_SCSIID;
H A Daic7xxx.reg202 mask OID 0x0f /* Our ID mask */
382 mask OID 0x0f /* Our ID mask */
1175 mask OID 0x0f
H A Daic7xxx_pci.c789 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_config()
791 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config()
H A Daic79xx.h74 ((scsiid) & OID)
H A Daic79xx_reg_print.c_shipped735 { "OID", 0x0f, 0x0f },
H A Daic7xxx_reg.h_shipped770 #define OID 0x0f
H A Daic7xxx_core.c2761 our_id = ahc_inb(ahc, TARGIDIN) & OID; in ahc_fetch_devinfo()
2763 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_fetch_devinfo()
2765 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_fetch_devinfo()
7714 scsiid_mask = 0x1 << (scsiid & OID); in ahc_update_scsiid()
H A Daic79xx_reg.h_shipped1700 #define OID 0x0f
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst433 type is what distinguishes the key even in binary form since the OID
451 The trusted key code only uses the TPM Sealed Data OID.

12