/kernel/linux/linux-5.10/include/linux/ |
H A D | oid_registry.h | 2 /* ASN.1 Object identifier (OID) registry 19 enum OID { enum 129 extern enum OID look_up_OID(const void *data, size_t datasize); 130 extern int parse_OID(const void *data, size_t datasize, enum OID *oid); 132 extern int sprint_OID(enum OID, char *, size_t);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | oid_registry.h | 2 /* ASN.1 Object identifier (OID) registry 19 enum OID { enum 150 extern enum OID look_up_OID(const void *data, size_t datasize); 151 extern int parse_OID(const void *data, size_t datasize, enum OID *oid); 153 extern int sprint_OID(enum OID, char *, size_t);
|
/kernel/linux/linux-5.10/lib/ |
H A D | oid_registry.c | 2 /* ASN.1 Object identifier (OID) registry 17 MODULE_DESCRIPTION("OID Registry"); 22 * look_up_OID - Find an OID registration for the specified data 23 * @data: Binary representation of the OID 26 enum OID look_up_OID(const void *data, size_t datasize) in look_up_OID() 29 enum OID oid; in look_up_OID() 34 /* Hash the OID data */ in look_up_OID() 42 /* Binary search the OID registry. OIDs are stored in ascending order in look_up_OID() 73 * OID, so do the comparison in reverse. in look_up_OID() 97 * parse_OID - Parse an OID fro [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | oid_registry.c | 2 /* ASN.1 Object identifier (OID) registry 17 MODULE_DESCRIPTION("OID Registry"); 22 * look_up_OID - Find an OID registration for the specified data 23 * @data: Binary representation of the OID 26 enum OID look_up_OID(const void *data, size_t datasize) in look_up_OID() 29 enum OID oid; in look_up_OID() 34 /* Hash the OID data */ in look_up_OID() 42 /* Binary search the OID registry. OIDs are stored in ascending order in look_up_OID() 73 * OID, so do the comparison in reverse. in look_up_OID() 97 * parse_OID - Parse an OID fro [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | asn1.c | 25 enum OID oid; in cifs_gssapi_this_mech() 32 cifs_dbg(FYI, "Error decoding negTokenInit header: unexpected OID %s\n", in cifs_gssapi_this_mech() 44 enum OID oid; in cifs_neg_token_init_mech_type() 59 cifs_dbg(FYI, "Decoding negTokenInit: unsupported OID %s\n", in cifs_neg_token_init_mech_type()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | rndis.c | 169 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() [all...] |
H A D | rndis.h | 57 __le32 OID; member 76 __le32 OID; member
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | rndis.c | 169 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() [all...] |
H A D | rndis.h | 57 __le32 OID; member 76 __le32 OID; member
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | mscode_parser.c | 34 * Check the content type OID 40 enum OID oid; in mscode_note_content_type() 47 pr_err("Unknown OID: %s\n", buffer); in mscode_note_content_type() 58 pr_err("Unexpected content type OID %u\n", oid); in mscode_note_content_type() 66 * Note the digest algorithm OID 74 enum OID oid; in mscode_note_digest_algo() 102 pr_err("Unknown OID: %s\n", buffer); in mscode_note_digest_algo()
|
H A D | pkcs8_parser.c | 23 enum OID last_oid; /* Last OID encountered */ 24 enum OID algo_oid; /* Algorithm OID */ 30 * Note an OID when we find one for later processing when we know how to 44 pr_info("Unknown OID: [%lu] %s\n", in pkcs8_note_OID()
|
H A D | pkcs7_parser.h | 67 enum OID data_type; /* Type of Data */
|
H A D | x509_cert_parser.c | 27 enum OID key_algo; /* Public key algorithm */ 28 enum OID last_oid; /* Last OID encountered */ 29 enum OID algo_oid; /* Algorithm OID */ 152 * Note an OID when we find one for later processing when we know how 165 pr_debug("Unknown OID: [%lu] %s\n", in x509_note_OID() 488 enum OID oid; in x509_extract_key_data()
|
H A D | pkcs7_parser.c | 30 enum OID last_oid; /* Last OID encountered */ 201 * Note an OID when we find one for later processing when we know how 214 printk("PKCS7: Unknown OID: [%lu] %s\n", in pkcs7_note_OID() 459 * Extract the data from the message and store that and its content type OID in 485 enum OID content_type; in pkcs7_sig_note_authenticated_attr()
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | mscode_parser.c | 34 * Check the content type OID 40 enum OID oid; in mscode_note_content_type() 47 pr_err("Unknown OID: %s\n", buffer); in mscode_note_content_type() 58 pr_err("Unexpected content type OID %u\n", oid); in mscode_note_content_type() 66 * Note the digest algorithm OID 74 enum OID oid; in mscode_note_digest_algo() 102 pr_err("Unknown OID: %s\n", buffer); in mscode_note_digest_algo()
|
H A D | pkcs8_parser.c | 23 enum OID last_oid; /* Last OID encountered */ 24 enum OID algo_oid; /* Algorithm OID */ 30 * Note an OID when we find one for later processing when we know how to 44 pr_info("Unknown OID: [%lu] %s\n", in pkcs8_note_OID()
|
H A D | pkcs7_parser.h | 65 enum OID data_type; /* Type of Data */
|
H A D | x509_cert_parser.c | 26 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 */ 150 * Note an OID when we find one for later processing when we know how 163 pr_debug("Unknown OID: [%lu] %s\n", in x509_note_OID() 500 enum OID oid; in x509_extract_key_data()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ecrdsa.c | 35 enum OID algo_oid; /* overall public key oid */ 36 enum OID curve_oid; /* parameter */ 37 enum OID digest_oid; /* parameter */ 47 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid() 162 /* Optional. If present should match expected digest algo OID. */
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ecrdsa.c | 35 enum OID algo_oid; /* overall public key oid */ 36 enum OID curve_oid; /* parameter */ 37 enum OID digest_oid; /* parameter */ 47 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid() 162 /* Optional. If present should match expected digest algo OID. */
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_h323_types.c | 50 {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, BYT [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_h323_types.c | 50 {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, BYT [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | asn1.c | 165 enum OID oid; in ksmbd_gssapi_this_mech() 172 ksmbd_debug(AUTH, "Unexpected OID: %s\n", buf); in ksmbd_gssapi_this_mech() 184 enum OID oid; in ksmbd_neg_token_init_mech_type() 200 ksmbd_debug(AUTH, "Unexpected OID: %s\n", buf); in ksmbd_neg_token_init_mech_type()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | public_key.h | 26 enum OID algo;
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | public_key.h | 25 enum OID algo;
|