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

1 2 3

  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/
pw-pbkdf2.c 173 if(!ber_bvcmp(scheme, &pbkdf2_scheme)){
176 }else if(!ber_bvcmp(scheme, &pbkdf2_sha1_scheme)){
179 }else if(!ber_bvcmp(scheme, &pbkdf2_sha256_scheme)){
182 }else if(!ber_bvcmp(scheme, &pbkdf2_sha512_scheme)){
189 if(!ber_bvcmp(scheme, &pbkdf2_scheme)){
195 }else if(!ber_bvcmp(scheme, &pbkdf2_sha1_scheme)){
201 }else if(!ber_bvcmp(scheme, &pbkdf2_sha256_scheme)){
207 }else if(!ber_bvcmp(scheme, &pbkdf2_sha512_scheme)){
298 if(!ber_bvcmp(scheme, &pbkdf2_scheme)){
301 }else if(!ber_bvcmp(scheme, &pbkdf2_sha1_scheme))
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
extended.c 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 48 if( ber_bvcmp( exop_table[i].oid, &op->oq_extended.rs_reqoid ) == 0 ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
dncache.c 66 return ber_bvcmp( &cc1->dn, &cc2->dn);
86 return ( ber_bvcmp( &cc1->dn, &cc2->dn ) == 0 ) ? -1 : 0;
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
dncache.c 66 return ber_bvcmp( &cc1->dn, &cc2->dn);
86 return ( ber_bvcmp( &cc1->dn, &cc2->dn ) == 0 ) ? -1 : 0;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
otp.c 547 if ( !ber_bvcmp( &oid_hmacwithSHA1, oid ) ) {
549 } else if ( !ber_bvcmp( &oid_hmacwithSHA224, oid ) ) {
551 } else if ( !ber_bvcmp( &oid_hmacwithSHA256, oid ) ) {
553 } else if ( !ber_bvcmp( &oid_hmacwithSHA384, oid ) ) {
555 } else if ( !ber_bvcmp( &oid_hmacwithSHA512, oid ) ) {
684 if ( !ber_bvcmp( &out, &client_otp ) ) {
792 if ( !ber_bvcmp( &out, &client_otp ) ) {
seqmod.c 55 return ber_bvcmp( &m1->mt_op->o_req_ndn, &m2->mt_op->o_req_ndn );
syncprov.c 423 return ber_bvcmp( &m1->mt_dn, &m2->mt_dn );
431 return ber_bvcmp( left, right );
438 int ret = ber_bvcmp( &left->se_csn, &right->se_csn );
440 ret = ber_bvcmp( &left->se_uuid, &right->se_uuid );
600 if ( a && ber_bvcmp( &a->a_vals[0], maxcsn ) > 0 &&
815 if ( ber_bvcmp( &si->si_ctxcsn[maxid], &maxcsn )) {
1929 cmp = ber_bvcmp( &csn[0], &srs->sr_state.ctxcsn[i] );
1946 cmp = ber_bvcmp( &csn[0], &uuid_progress->ctxcsn[i] );
2049 if ( ber_bvcmp( mincsn, &sl->sl_mincsn[i] ) >= 0 )
2105 ndel = ber_bvcmp( &se->se_csn, &srs->sr_state.ctxcsn[k] )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
aci.c 503 if ( ber_bvcmp( &scope, &aci_bv[ ACI_BV_ENTRY ] ) != 0
511 if ( ber_bvcmp( &scope, &aci_bv[ ACI_BV_CHILDREN ] ) != 0
541 if ( ber_bvcmp( &aci_bv[ ACI_BV_PUBLIC ], &type ) == 0 ) {
551 if ( ber_bvcmp( &aci_bv[ ACI_BV_USERS ], &type ) == 0 ) {
577 if ( ber_bvcmp( &aci_bv[ ACI_BV_ACCESS_ID ], &type ) == 0 ) {
580 } else if ( ber_bvcmp( &aci_bv[ ACI_BV_SUBTREE ], &type ) == 0 ) {
583 } else if ( ber_bvcmp( &aci_bv[ ACI_BV_ONELEVEL ], &type ) == 0 ) {
590 } else if ( ber_bvcmp( &aci_bv[ ACI_BV_CHILDREN ], &type ) == 0 ) {
593 } else if ( ber_bvcmp( &aci_bv[ ACI_BV_SELF ], &type ) == 0 ) {
596 } else if ( ber_bvcmp( &aci_bv[ ACI_BV_DNATTR ], &type ) == 0 )
    [all...]
cancel.c 45 assert( ber_bvcmp( &slap_EXOP_CANCEL, &op->ore_reqoid ) == 0 );
passwd.c 70 assert( ber_bvcmp( &slap_EXOP_MODIFY_PASSWD, &op->ore_reqoid ) == 0 );
  /src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c 273 if (ber_bvcmp(&servers[i].csn_curr.vals[j],
302 if (ber_bvcmp(&servers[i].csn_curr.vals[j],
362 if ( !ber_bvcmp( &bv, &at_monitorOpCompleted ) && bvals ) {
480 if (!ber_bvcmp( &bv, &at_namingContexts ) && bvals ) {
493 if (!ber_bvcmp( &bv, &at_olmMDBEntries )) {
536 if ( !ber_bvcmp( &bv, &at_contextCSN )) {
751 if ( !ber_bvcmp( &bv, &at_olmMDBEntries )) {
794 if ( !ber_bvcmp( &bv, &at_contextCSN )) {
slapd-bind.c 446 if ( ber_bvcmp( &value, &cleartext ) == 0 ) {
  /src/external/bsd/openldap/dist/servers/lloadd/
extended.c 188 return ber_bvcmp( &l->oid, &r->oid );
bind.c 319 if ( !ber_bvcmp( &mech, &mech_external ) ) {
334 } else if ( ber_bvcmp( &mech, &client->c_sasl_bind_mech ) ) {
477 } else if ( ber_bvcmp( &upstream->c_sasl_bind_mech, &mech ) ) {
operation.c 100 return ber_bvcmp( &l->oid, &r->oid );
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
cache.c 61 return ber_bvcmp( &cc1->mc_ndn, &cc2->mc_ndn );
78 return ber_bvcmp( &cc1->mc_ndn, &cc2->mc_ndn ) == 0 ? -1 : 0;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
schema-map.c 60 return ber_bvcmp( &m1->bom_oc->soc_cname, &m2->bom_oc->soc_cname );
86 return ber_bvcmp( &m1->bam_ad->ad_type->sat_cname, &m2->bam_ad->ad_type->sat_cname );
93 return ber_bvcmp( &m1->bam_ad->ad_cname, &m2->bam_ad->ad_cname );
107 assert( ber_bvcmp( &m1->bam_ad->ad_type->sat_cname, &m2->bam_ad->ad_type->sat_cname ) == 0 );
114 assert( ber_bvcmp( &m1->bam_ad->ad_cname, &m2->bam_ad->ad_cname ) == 0 );
back-sql.h 376 #define BACKSQL_NCMP(v1,v2) ber_bvcmp((v1),(v2))
  /src/external/bsd/openldap/dist/include/
lber_pvt.h 160 #define ber_bvstrcmp(v1,v2) ber_bvcmp((v1),(v2))
lber.h 676 #define ber_bvcmp(v1,v2) \ macro
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
extended.c 185 isproxy = ber_bvcmp( &ndn, &op->o_ndn );
distproc.c 264 return ber_bvcmp( &li1->li_bvuri[ 0 ], &li2->li_bvuri[ 0 ] );
282 if ( ber_bvcmp( &li1->li_bvuri[ 0 ], &li2->li_bvuri[ 0 ] ) == 0 ) {
  /src/external/bsd/openldap/dist/libraries/libldap/
dnssrv.c 77 || ber_bvcmp( &ava->la_attr, &DCOID ) == 0 ) )
ldif.c 431 || ber_bvcmp( &must_b64_encode[i].oid, &bv ) == 0 )

Completed in 78 milliseconds

1 2 3