HomeSort by: relevance | last modified time | path
    Searched refs:oid (Results 1 - 25 of 121) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttrType.cpp 15 oid = string ();
66 oid = string ();
68 oid = at_oid;
75 void LDAPAttrType::setSuperiorOid( const char *oid ){
76 if ( oid )
77 superiorOid = oid;
80 void LDAPAttrType::setEqualityOid( const char *oid ){
81 if ( oid )
82 equalityOid = oid;
85 void LDAPAttrType::setOrderingOid( const char *oid ){
    [all...]
LDAPAttrType.h 25 std::string desc, oid, superiorOid, equalityOid; member in class:LDAPAttrType
60 * Returns attribute oid
96 void setSuperiorOid( const char *oid );
97 void setEqualityOid( const char *oid );
98 void setOrderingOid( const char *oid );
99 void setSubstringOid( const char *oid );
100 void setSyntaxOid( const char *oid );
LDAPExtResult.cpp 20 char* oid = 0; local
23 int err=ldap_parse_extended_result(lc, msg, &oid, &data, 0);
26 ldap_memfree(oid);
29 m_oid=string(oid);
30 ldap_memfree(oid);
LDAPControl.h 23 * @param oid: The Object Identifier of the Control
29 LDAPCtrl(const char *oid, bool critical=false, const char *data=0,
34 * @param oid: The Object Identifier of the Control
39 LDAPCtrl(const std::string& oid, bool critical,
53 * @return The OID of the control
LDAPControl.cpp 13 LDAPCtrl::LDAPCtrl(const char *oid, bool critical, const char* data,
17 " oid:" << oid << endl << " critical:" << critical << endl);
18 m_oid = oid;
29 LDAPCtrl::LDAPCtrl(const string& oid, bool critical, const string& data){
32 " oid:" << oid << endl << " critical:" << critical << endl);
33 m_oid=oid;
LDAPObjClass.cpp 15 oid = string ();
27 oid = oc.oid;
89 oid = string ();
91 oid = oc_oid;
95 return oid;
LDAPExtRequest.cpp 26 LDAPExtRequest::LDAPExtRequest(const string& oid, const string& data,
32 " oid:" << oid << endl);
33 m_oid=oid;
LDAPExtRequest.h 18 LDAPExtRequest(const std::string& oid, const std::string& data,
  /src/external/bsd/wpa/dist/src/tls/
x509v3.c 207 if (asn1_get_oid(pos, end - pos, &id->oid, &pos))
290 struct asn1_oid oid; local
342 if (asn1_get_oid(seq_pos, seq_end - seq_pos, &oid, &seq_pos)) {
371 if (oid.len == 4 &&
372 oid.oid[0] == 2 && oid.oid[1] == 5 && oid.oid[2] == 4)
1177 struct asn1_oid oid; local
1275 struct asn1_oid oid; local
1360 struct asn1_oid oid; local
1847 struct asn1_oid oid; local
    [all...]
pkcs8.c 24 struct asn1_oid oid; local
72 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) {
73 wpa_printf(MSG_DEBUG, "PKCS #8: Failed to parse OID "
78 asn1_oid_to_str(&oid, obuf, sizeof(obuf));
81 if (oid.len != 7 ||
82 oid.oid[0] != 1 /* iso */ ||
83 oid.oid[1] != 2 /* member-body */ ||
84 oid.oid[2] != 840 /* us */ |
    [all...]
tlsv1_cred.c 335 static int oid_is_rsadsi(struct asn1_oid *oid)
337 return oid->len >= 4 &&
338 oid->oid[0] == 1 /* iso */ &&
339 oid->oid[1] == 2 /* member-body */ &&
340 oid->oid[2] == 840 /* us */ &&
341 oid->oid[3] == 113549 /* rsadsi */
447 struct asn1_oid oid; local
610 struct asn1_oid oid; local
742 struct asn1_oid oid; local
849 struct asn1_oid oid; local
889 struct asn1_oid oid; local
    [all...]
asn1.c 16 .oid = { 1, 3, 14, 3, 2, 26 },
21 .oid = { 2, 16, 840, 1, 101, 3, 4, 2, 1 },
26 .oid = { 1, 2, 840, 10045, 2, 1 },
31 .oid = { 1, 2, 840, 10045, 3, 1, 7 },
36 .oid = { 1, 3, 132, 0, 34 },
41 .oid = { 1, 3, 132, 0, 35 },
46 .oid = { 1, 3, 36, 3, 3, 2, 8, 1, 1, 7 },
51 .oid = { 1, 3, 36, 3, 3, 2, 8, 1, 1, 11 },
56 .oid = { 1, 3, 36, 3, 3, 2, 8, 1, 1, 13 },
61 .oid = { 1, 2, 840, 113549, 1, 9, 16, 3, 22 }
    [all...]
pkcs5.c 38 static int oid_is_rsadsi(struct asn1_oid *oid)
40 return oid->len >= 4 &&
41 oid->oid[0] == 1 /* iso */ &&
42 oid->oid[1] == 2 /* member-body */ &&
43 oid->oid[2] == 840 /* us */ &&
44 oid->oid[3] == 113549 /* rsadsi */
95 struct asn1_oid oid; local
266 struct asn1_oid oid; local
    [all...]
x509v3.h 15 struct asn1_oid oid; member in struct:x509_algorithm_identifier
159 int x509_sha1_oid(struct asn1_oid *oid);
160 int x509_sha256_oid(struct asn1_oid *oid);
161 int x509_sha384_oid(struct asn1_oid *oid);
162 int x509_sha512_oid(struct asn1_oid *oid);
tlsv1_client_ocsp.c 34 static int is_oid_basic_ocsp_resp(struct asn1_oid *oid)
36 return oid->len == 10 &&
37 oid->oid[0] == 1 /* iso */ &&
38 oid->oid[1] == 3 /* identified-organization */ &&
39 oid->oid[2] == 6 /* dod */ &&
40 oid->oid[3] == 1 /* internet */ &
654 struct asn1_oid oid; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
extended.c 31 struct berval *oid; member in struct:exop
51 if( ber_bvcmp( exop_table[i].oid, &op->oq_extended.rs_reqoid ) == 0 ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
extended.c 36 struct berval *oid; member in struct:exop
48 if( ber_bvcmp( exop_table[i].oid, &op->oq_extended.rs_reqoid ) == 0 ) {
  /src/external/bsd/tcpdump/dist/
makemib 50 * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer
61 oid["iso"]=1
192 if (oid[parent] == "") {
198 if (oid[new] > 0 && oid[new] != value) {
200 inn(FILENAME), parent, new, value, oid[new]
206 if (oid[sib] == value) {
217 oid[new]=value
231 # newitem=sofar"."item"("oid[item]")"
244 item, item, oid[item], c,
    [all...]
  /src/external/bsd/wpa/dist/src/common/
dpp_backup.c 114 const struct asn1_oid *oid; local
119 oid = &asn1_prime256v1_oid;
122 oid = &asn1_secp384r1_oid;
125 oid = &asn1_secp521r1_oid;
128 oid = &asn1_brainpoolP256r1_oid;
131 oid = &asn1_brainpoolP384r1_oid;
134 oid = &asn1_brainpoolP512r1_oid;
143 asn1_put_oid(params, oid); /* namedCurve */
218 const struct asn1_oid *oid; local
235 oid = &asn1_pbkdf2_hmac_sha256_oid
375 const struct asn1_oid *oid; local
541 struct asn1_oid oid; local
732 struct asn1_oid oid; local
864 struct asn1_oid oid; local
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
tmem.h 77 uint64_t oid[3]; member in struct:xen_tmem_oid
98 uint64_t oid[3]; member in struct:tmem_op::__anon6676::__anon6678
100 xen_tmem_oid_t oid;
  /src/external/bsd/openldap/dist/servers/slapd/
oidm.c 39 /* Replace an OID Macro invocation with its full numeric OID.
44 oidm_find(char *oid)
48 /* OID macros must start alpha */
49 if ( OID_LEADCHAR( *oid ) ) {
50 return oid;
61 int pos = dscompare(names->bv_val, oid, ':');
64 int suflen = strlen(oid + pos);
76 strcpy(tmp+suflen, oid+pos+1);
107 char *oid, *oidv local
    [all...]
extended.c 49 struct berval oid; member in struct:extop_list
62 const struct berval *oid; member in struct:__anon5496
76 struct extop_list *list, struct berval *oid );
92 return &ext->oid;
109 vals[0] = ext->oid;
163 Debug( LDAP_DEBUG_STATS, "%s EXT oid=%s\n",
225 Debug( LDAP_DEBUG_ARGS, "do_extended: oid=%s\n",
303 if ( bvmatch( ext_oid, &ext->oid ) ) {
317 ext->oid.bv_val = (char *)(ext + 1);
318 AC_MEMCPY( ext->oid.bv_val, ext_oid->bv_val, ext_oid->bv_len )
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
extended.c 149 "no OID present in extended request\n" );
155 needle.oid = bv;
160 "handling exop OID %.*s internally\n",
167 rneedle.oid = bv;
188 return ber_bvcmp( &l->oid, &r->oid );
194 for ( ; !BER_BVISNULL( &handler->oid ); handler++ ) {
196 "registering handler for exop oid=%s\n",
197 handler->oid.bv_val );
201 "failed to register handler for exop oid=%s\n"
    [all...]
  /src/usr.sbin/mrouted/
snmp.c 144 * Place an IP address into an OID starting at element n
148 oid *name;
160 /* Get an IP address from an OID starting at element n */
163 oid *name;
192 oid *name; /* IN/OUT - input name requested, output name found */
193 int *length; /* IN/OUT - length of input and output oid's */
206 (int)vp->namelen * sizeof(oid));
288 oid *name; /* IN/OUT - input name requested, output name found */
289 int *length; /* IN/OUT - length of input and output oid's */
297 oid newname[MAX_NAME_LEN]
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
authorityKeyIdentifier.h 58 int MatchingComponentOtherName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
82 int MatchingComponentORAddress PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
105 int MatchingComponentAttributeTypeAndValue PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
142 int MatchingComponentDirectoryString PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
165 int MatchingComponentEDIPartyName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
180 int MatchingComponentRelativeDistinguishedName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
195 int MatchingComponentRDNSequence PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
224 int MatchingComponentName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
269 int MatchingComponentGeneralName PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ));
284 int MatchingComponentGeneralNames PROTO (( char *oid, ComponentSyntaxInfo *, ComponentSyntaxInfo *v2 ))
    [all...]

Completed in 42 milliseconds

1 2 3 4 5