Searched refs:OID (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | OID.pm | 8 # Author note: this is originally RL::ASN1::OID, 11 package OpenSSL::OID; 35 OpenSSL::OID - an OBJECT IDENTIFIER parser / encoder 48 use OpenSSL::OID; 53 # This gives the array of DER encoded bytes for the OID, i.e. 57 # This registers a name with an OID. It's saved internally and 63 use OpenSSL::OID qw(:DEFAULT encode_oid_nums); 82 # examples of 1 (these are all the OID for rsaEncrypted): 122 ######## NAME TO OID REPOSITORY 177 croak "Empty OID elemen [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | OID.pm | 8 # Author note: this is originally RL::ASN1::OID, 11 package OpenSSL::OID; 35 OpenSSL::OID - an OBJECT IDENTIFIER parser / encoder 48 use OpenSSL::OID; 53 # This gives the array of DER encoded bytes for the OID, i.e. 57 # This registers a name with an OID. It's saved internally and 63 use OpenSSL::OID qw(:DEFAULT encode_oid_nums); 82 # examples of 1 (these are all the OID for rsaEncrypted): 122 ######## NAME TO OID REPOSITORY 177 croak "Empty OID elemen [all...] |
/third_party/node/deps/openssl/openssl/providers/common/der/ |
H A D | oids_to_c.pm | 16 use OpenSSL::OID; 50 croak "Unsupported OID size (>127 bytes)" if $oid_size > 127;
|
/third_party/openssl/providers/common/der/ |
H A D | oids_to_c.pm | 16 use OpenSSL::OID; 50 croak "Unsupported OID size (>127 bytes)" if $oid_size > 127;
|
/third_party/backends/backend/ |
H A D | magicolor.h | 105 const char *OID; member
|
H A D | magicolor.c | 130 "FIXME", /* FIXME: fill in the correct OID! */ 1548 if ((strcmp (magicolor_cap[n].model, ident) == 0) || (strcmp (magicolor_cap[n].OID, ident) == 0)) in mc_get_device_from_identification() 1898 /* System Object ID (Unique OID identifying model) in mc_network_discovery_handle() 1906 DBG (3, "%s: SystemObjectID does not return an OID, device is not a magicolor device\n", __func__); in mc_network_discovery_handle() 1923 DBG (5, "%s: Device appears to be a magicolor device (OID=%s)\n", __func__, device); in mc_network_discovery_handle()
|
Completed in 5 milliseconds