Symbol: berval
usr/src/cmd/idmap/idmapd/directory_provider_ad.c
418
struct berval **bv;
usr/src/cmd/idmap/idmapd/directory_provider_ad.c
478
bv_list_dav(directory_values_rpc *lvals, struct berval **bv)
usr/src/cmd/idmap/idmapd/directory_provider_ad.c
512
dump_bv_list(const char *attr, struct berval **bv)
usr/src/cmd/idmap/idmapd/directory_provider_ad.c
64
struct berval **bv);
usr/src/cmd/idmap/idmapd/directory_provider_ad.c
73
static void dump_bv_list(const char *attr, struct berval **bv);
usr/src/cmd/ldap/common/common.c
1380
struct berval *data;
usr/src/cmd/ldap/common/common.c
1417
const struct berval *cred, LDAPControl **serverctrls,
usr/src/cmd/ldap/common/common.c
1418
LDAPControl **clientctrls, struct berval **servercredp, char *msg )
usr/src/cmd/ldap/common/common.c
1445
struct berval bv;
usr/src/cmd/ldap/common/common.c
1528
const struct berval *bvalue, LDAPControl **serverctrls,
usr/src/cmd/ldap/common/common.c
1572
wait4result( LDAP *ld, int msgid, struct berval **servercredp, char *msg )
usr/src/cmd/ldap/common/common.c
1605
parse_result( LDAP *ld, LDAPMessage *res, struct berval **servercredp,
usr/src/cmd/ldap/common/common.c
1984
ldaptool_berval_is_ascii( const struct berval *bvp )
usr/src/cmd/ldap/common/common.c
74
static int wait4result( LDAP *ld, int msgid, struct berval **servercredp,
usr/src/cmd/ldap/common/common.c
77
struct berval **servercredp, char *msg, int freeit );
usr/src/cmd/ldap/common/etest.c
135
if ( (bv = va_arg( ap, struct berval ** )) == NULL )
usr/src/cmd/ldap/common/fileurl.c
232
struct berval *bvp, int recognize_url_syntax, int always_try_file,
usr/src/cmd/ldap/common/fileurl.c
360
berval_from_file( const char *path, struct berval *bvp, int reporterrs )
usr/src/cmd/ldap/common/fileurl.c
49
static int berval_from_file( const char *path, struct berval *bvp,
usr/src/cmd/ldap/common/fileurl.h
66
struct berval *bvp, int recognize_url_syntax, int always_try_file,
usr/src/cmd/ldap/common/ldapmodify.c
270
struct berval bv, *retdata;
usr/src/cmd/ldap/common/ldapmodify.c
361
struct berval bv, *retdata;
usr/src/cmd/ldap/common/ldapmodify.c
910
struct berval *bvp;
usr/src/cmd/ldap/common/ldapmodify.c
952
if (( pmods[ i ]->mod_bvalues = (struct berval **)
usr/src/cmd/ldap/common/ldapmodify.c
954
(j + 2) * sizeof( struct berval * ))) == NULL ) {
usr/src/cmd/ldap/common/ldapmodify.c
959
if (( bvp = (struct berval *)malloc( sizeof( struct berval )))
usr/src/cmd/ldap/common/ldapmodify.c
989
struct berval *bvp;
usr/src/cmd/ldap/common/ldapsearch.c
951
struct berval **bvals;
usr/src/cmd/ldap/common/ldaptest.c
1109
struct berval **vals;
usr/src/cmd/ldap/common/ldaptest.c
152
struct berval **bvals;
usr/src/cmd/ldap/common/ldaptest.c
178
bvals = (struct berval **)calloc( i + 1,
usr/src/cmd/ldap/common/ldaptest.c
179
sizeof( struct berval *));
usr/src/cmd/ldap/common/ldaptest.c
181
bvals[i] = (struct berval *)malloc(
usr/src/cmd/ldap/common/ldaptest.c
182
sizeof( struct berval ));
usr/src/cmd/ldap/common/ldaptest.c
275
struct berval bv, cred, *srvcrds = NULL;
usr/src/cmd/ldap/common/ldaptest.c
98
file_read( char *path, struct berval *bv )
usr/src/cmd/ldap/common/ldaptool.h
180
int ldaptool_berval_is_ascii( const struct berval *bvp );
usr/src/cmd/ldap/common/ldaptool.h
182
const struct berval *cred, LDAPControl **serverctrls,
usr/src/cmd/ldap/common/ldaptool.h
183
LDAPControl **clientctrls, struct berval **servercredp, char *msg );
usr/src/cmd/ldap/common/ldaptool.h
196
const struct berval *bvalue, LDAPControl **serverctrls,
usr/src/head/lber.h
155
struct berval **bv);
usr/src/head/lber.h
167
LDAP_API(void) LDAP_CALL ber_bvfree(struct berval *bv);
usr/src/head/lber.h
168
LDAP_API(void) LDAP_CALL ber_bvecfree(struct berval **bv);
usr/src/head/lber.h
169
struct berval *LDAP_CALL ber_bvdup(const struct berval *bv);
usr/src/head/lber.h
172
LDAP_API(BerElement *) LDAP_CALL ber_init(const struct berval *bv);
usr/src/head/lber.h
196
struct berval **bvPtr);
usr/src/head/ldap.h
1168
struct berval **LDAP_CALL ldap_get_lang_values_len(LDAP *ld,
usr/src/head/ldap.h
1224
typedef const struct berval *(LDAP_C LDAP_CALLBACK
usr/src/head/ldap.h
1227
LDAP_KEYCMP_CALLBACK)(void *arg, const struct berval *,
usr/src/head/ldap.h
1228
const struct berval *);
usr/src/head/ldap.h
1230
LDAP_KEYFREE_CALLBACK)(void *arg, const struct berval *);
usr/src/head/ldap.h
153
struct berval **modv_bvals;
usr/src/head/ldap.h
165
struct berval ldctl_value;
usr/src/head/ldap.h
457
struct berval *cookie, char isCritical, LDAPControl **output);
usr/src/head/ldap.h
459
unsigned int *totalcount, struct berval **cookie);
usr/src/head/ldap.h
463
struct berval *cred, LDAPControl **serverctrls,
usr/src/head/ldap.h
467
struct berval *cred, LDAPControl **serverctrls,
usr/src/head/ldap.h
470
struct berval *cred, LDAPControl **serverctrls,
usr/src/head/ldap.h
556
struct berval **LDAP_CALL ldap_get_values_len(LDAP *ld,
usr/src/head/ldap.h
559
int LDAP_CALL ldap_count_values_len(struct berval **vals);
usr/src/head/ldap.h
561
LDAP_API(void) LDAP_CALL ldap_value_free_len(struct berval **vals);
usr/src/head/ldap.h
580
const char *mechanism, const struct berval *cred,
usr/src/head/ldap.h
583
const char *mechanism, const struct berval *cred,
usr/src/head/ldap.h
585
struct berval **servercredp);
usr/src/head/ldap.h
598
const char *attr, const struct berval *bvalue,
usr/src/head/ldap.h
601
const char *attr, const struct berval *bvalue,
usr/src/head/ldap.h
616
const char *requestoid, const struct berval *requestdata,
usr/src/head/ldap.h
619
const char *requestoid, const struct berval *requestdata,
usr/src/head/ldap.h
621
char **retoidp, struct berval **retdatap);
usr/src/head/ldap.h
630
LDAPMessage *res, struct berval **servercredp, int freeit);
usr/src/head/ldap.h
635
char **retoidp, struct berval **retdatap, int freeit);
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.h
245
struct berval **keys;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c
126
struct berval bv={0, NULL}, *servercreds=NULL;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1499
struct berval **ber_values;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1515
(*mods)[i]->mod_bvalues = malloc (sizeof(struct berval *) * (j+1));
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1520
(*mods)[i]->mod_bvalues[j] = calloc(1, sizeof(struct berval));
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1973
struct berval **bvalues = NULL;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
2150
struct berval **ber_tl_data = NULL;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_misc.h
122
krb5_add_ber_mem_ldap_mod(LDAPMod ***, char *, int, struct berval **);
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal.h
115
krb5_decode_krbsecretkey(krb5_context, krb5_db_entry *, struct berval **);
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal.h
118
berval2tl_data(struct berval *in, krb5_tl_data **out);
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1003
ber_tl_data = (struct berval **) calloc (count + 1,
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1004
sizeof (struct berval*));
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
1252
struct berval **bvalues;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
364
static struct berval **
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
366
struct berval **ret = NULL;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
380
ret = (struct berval **) calloc (num_versions + 1, sizeof (struct berval *));
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
397
ret[j] = malloc (sizeof (struct berval));
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
430
static krb5_error_code tl_data2berval (krb5_tl_data *in, struct berval **out) {
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
431
*out = (struct berval *) malloc (sizeof (struct berval));
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
462
struct berval **bersecretkey=NULL;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
476
struct berval **ber_tl_data = NULL;
usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c
53
berval2tl_data(struct berval *in, krb5_tl_data **out)
usr/src/lib/libadutils/common/addisc.c
864
struct berval **sid_ber;
usr/src/lib/libkmf/ber_der/common/clasn1.c
1273
struct berval *bvserno = NULL;
usr/src/lib/libkmf/ber_der/common/decode.c
297
ber_get_oid(BerElement *ber, struct berval *oid)
usr/src/lib/libkmf/ber_der/common/decode.c
319
ber_get_bigint(BerElement *ber, struct berval **bv)
usr/src/lib/libkmf/ber_der/common/decode.c
324
if ((*bv = (struct berval *)malloc(sizeof (struct berval)))
usr/src/lib/libkmf/ber_der/common/decode.c
367
kmfber_get_stringal(BerElement *ber, struct berval **bv)
usr/src/lib/libkmf/ber_der/common/decode.c
372
if ((*bv = (struct berval *)malloc(sizeof (struct berval)))
usr/src/lib/libkmf/ber_der/common/decode.c
481
kmfber_bvfree(struct berval *bv)
usr/src/lib/libkmf/ber_der/common/decode.c
492
kmfber_bvecfree(struct berval **bv)
usr/src/lib/libkmf/ber_der/common/decode.c
511
struct berval ***bv, **bvp, *bval;
usr/src/lib/libkmf/ber_der/common/decode.c
534
bval = va_arg(ap, struct berval *);
usr/src/lib/libkmf/ber_der/common/decode.c
559
bval = va_arg(ap, struct berval *);
usr/src/lib/libkmf/ber_der/common/decode.c
566
bvp = va_arg(ap, struct berval **);
usr/src/lib/libkmf/ber_der/common/decode.c
570
bvp = va_arg(ap, struct berval **);
usr/src/lib/libkmf/ber_der/common/decode.c
627
bv = va_arg(ap, struct berval ***);
usr/src/lib/libkmf/ber_der/common/decode.c
636
*bv = (struct berval **)malloc(
usr/src/lib/libkmf/ber_der/common/decode.c
637
2 * sizeof (struct berval *));
usr/src/lib/libkmf/ber_der/common/decode.c
639
*bv = (struct berval **)realloc(*bv,
usr/src/lib/libkmf/ber_der/common/decode.c
640
(j + 2) * sizeof (struct berval *));
usr/src/lib/libkmf/ber_der/common/decode.c
711
bval = va_arg(ap, struct berval *);
usr/src/lib/libkmf/ber_der/common/decode.c
713
(void) memset(bval, 0, sizeof (struct berval));
usr/src/lib/libkmf/ber_der/common/decode.c
717
bvp = va_arg(ap, struct berval **);
usr/src/lib/libkmf/ber_der/common/decode.c
747
bv = va_arg(ap, struct berval ***);
usr/src/lib/libkmf/ber_der/common/decode.c
773
struct berval *
usr/src/lib/libkmf/ber_der/common/decode.c
774
kmfber_bvdup(const struct berval *bv)
usr/src/lib/libkmf/ber_der/common/decode.c
776
struct berval *new;
usr/src/lib/libkmf/ber_der/common/decode.c
778
if ((new = (struct berval *)malloc(sizeof (struct berval)))
usr/src/lib/libkmf/ber_der/common/encode.c
228
ber_put_oid(BerElement *ber, struct berval *oid, ber_tag_t tag)
usr/src/lib/libkmf/ber_der/common/encode.c
604
struct berval **bv, *oid;
usr/src/lib/libkmf/ber_der/common/encode.c
631
if ((oid = va_arg(ap, struct berval *)) == NULL)
usr/src/lib/libkmf/ber_der/common/encode.c
692
if ((bv = va_arg(ap, struct berval **)) == NULL)
usr/src/lib/libkmf/ber_der/common/io.c
304
kmfber_flatten(BerElement *ber, struct berval **bvPtr)
usr/src/lib/libkmf/ber_der/common/io.c
306
struct berval *new;
usr/src/lib/libkmf/ber_der/common/io.c
310
new = (struct berval *)malloc((size_t)(sizeof (struct berval)));
usr/src/lib/libkmf/ber_der/common/io.c
314
(void) memset(new, 0, sizeof (struct berval));
usr/src/lib/libkmf/ber_der/common/io.c
342
kmfder_init(const struct berval *bv)
usr/src/lib/libkmf/ber_der/common/io.c
370
kmfber_init(const struct berval *bv)
usr/src/lib/libkmf/ber_der/inc/ber_der.h
105
void kmfber_bvfree(struct berval *);
usr/src/lib/libkmf/ber_der/inc/ber_der.h
106
void kmfber_bvecfree(struct berval **);
usr/src/lib/libkmf/ber_der/inc/ber_der.h
107
struct berval *kmfber_bvdup(const struct berval *);
usr/src/lib/libkmf/ber_der/inc/ber_der.h
113
extern int kmfber_flatten(BerElement *, struct berval **);
usr/src/lib/libkmf/ber_der/inc/ber_der.h
92
BerElement *kmfder_init(const struct berval *bv);
usr/src/lib/libkmf/ber_der/inc/ber_der.h
93
BerElement *kmfber_init(const struct berval *bv);
usr/src/lib/libldap5/include/ldap/solaris-int.h
381
ber_tag_t tag, const char *dn, const struct berval *creds,
usr/src/lib/libldap5/include/ldap/solaris-int.h
390
const struct berval *value);
usr/src/lib/libldap5/sources/ldap/ber/decode.c
296
ber_get_stringal( BerElement *ber, struct berval **bv )
usr/src/lib/libldap5/sources/ldap/ber/decode.c
301
if ( (*bv = (struct berval *)NSLBERI_MALLOC( sizeof(struct berval) ))
usr/src/lib/libldap5/sources/ldap/ber/decode.c
433
struct berval ***bv, **bvp, *bval;
usr/src/lib/libldap5/sources/ldap/ber/decode.c
485
bval = va_arg( ap, struct berval * );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
491
bvp = va_arg( ap, struct berval ** );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
543
bv = va_arg( ap, struct berval *** );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
551
*bv = (struct berval **)NSLBERI_MALLOC(
usr/src/lib/libldap5/sources/ldap/ber/decode.c
552
2 * sizeof(struct berval *) );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
554
*bv = (struct berval **)NSLBERI_REALLOC(
usr/src/lib/libldap5/sources/ldap/ber/decode.c
556
(j + 2) * sizeof(struct berval *) );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
630
bval = va_arg( ap, struct berval * );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
632
memset(bval, 0, sizeof(struct berval));
usr/src/lib/libldap5/sources/ldap/ber/decode.c
636
bvp = va_arg( ap, struct berval ** );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
662
bv = va_arg( ap, struct berval *** );
usr/src/lib/libldap5/sources/ldap/ber/decode.c
691
ber_bvfree( struct berval *bv )
usr/src/lib/libldap5/sources/ldap/ber/decode.c
703
ber_bvecfree( struct berval **bv )
usr/src/lib/libldap5/sources/ldap/ber/decode.c
715
struct berval *
usr/src/lib/libldap5/sources/ldap/ber/decode.c
717
ber_bvdup( const struct berval *bv )
usr/src/lib/libldap5/sources/ldap/ber/decode.c
719
struct berval *new;
usr/src/lib/libldap5/sources/ldap/ber/decode.c
721
if ( (new = (struct berval *)NSLBERI_MALLOC( sizeof(struct berval) ))
usr/src/lib/libldap5/sources/ldap/ber/encode.c
566
struct berval *bval, **bv;
usr/src/lib/libldap5/sources/ldap/ber/encode.c
608
if( ( bval = va_arg( ap, struct berval * ) ) == NULL )
usr/src/lib/libldap5/sources/ldap/ber/encode.c
645
if ( (bv = va_arg( ap, struct berval ** )) == NULL )
usr/src/lib/libldap5/sources/ldap/ber/io.c
1230
ber_flatten( BerElement *ber, struct berval **bvPtr )
usr/src/lib/libldap5/sources/ldap/ber/io.c
1232
struct berval *new;
usr/src/lib/libldap5/sources/ldap/ber/io.c
1236
if ( (new = (struct berval *)NSLBERI_MALLOC( sizeof(struct berval) ))
usr/src/lib/libldap5/sources/ldap/ber/io.c
1273
ber_init( const struct berval *bv )
usr/src/lib/libldap5/sources/ldap/common/cache.c
68
struct berval bv;
usr/src/lib/libldap5/sources/ldap/common/cache.c
69
struct berval *bvp[2];
usr/src/lib/libldap5/sources/ldap/common/compare.c
151
struct berval bv;
usr/src/lib/libldap5/sources/ldap/common/compare.c
162
const struct berval *bvalue, LDAPControl **serverctrls,
usr/src/lib/libldap5/sources/ldap/common/compare.c
51
struct berval bv;
usr/src/lib/libldap5/sources/ldap/common/compare.c
69
const struct berval *bvalue, LDAPControl **serverctrls,
usr/src/lib/libldap5/sources/ldap/common/control.c
447
struct berval *bvp;
usr/src/lib/libldap5/sources/ldap/common/countvalues.c
49
ldap_count_values_len( struct berval **vals )
usr/src/lib/libldap5/sources/ldap/common/cram_md5.c
65
struct berval *cred,
usr/src/lib/libldap5/sources/ldap/common/cram_md5.c
70
struct berval *challenge = NULL;
usr/src/lib/libldap5/sources/ldap/common/cram_md5.c
71
struct berval resp;
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
661
struct berval *cred,
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
665
struct berval *challenge = NULL;
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
668
struct berval resp;
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
738
struct berval *cred,
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
744
struct berval *challenge = NULL;
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
745
struct berval resp;
usr/src/lib/libldap5/sources/ldap/common/digest_md5.c
786
struct berval *cred,
usr/src/lib/libldap5/sources/ldap/common/extendop.c
142
const struct berval *requestdata,
usr/src/lib/libldap5/sources/ldap/common/extendop.c
146
struct berval **retdatap
usr/src/lib/libldap5/sources/ldap/common/extendop.c
182
struct berval **retdatap, /* may be NULL */
usr/src/lib/libldap5/sources/ldap/common/extendop.c
190
struct berval *rdata;
usr/src/lib/libldap5/sources/ldap/common/extendop.c
38
const struct berval *exdata,
usr/src/lib/libldap5/sources/ldap/common/freevalues.c
47
ldap_value_free_len( struct berval **vals )
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
451
struct berval **
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
455
return( (struct berval **) internal_ldap_get_values( ld, entry, target,
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
468
struct berval **
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
473
return( (struct berval **) internal_ldap_get_lang_values( ld, entry,
usr/src/lib/libldap5/sources/ldap/common/sasl.c
658
struct berval ccred;
usr/src/lib/libldap5/sources/ldap/common/sasl.c
731
struct berval *scred;
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
116
struct berval tmpcred;
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
177
const struct berval *cred,
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
180
struct berval **servercredp
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
216
struct berval **servercredp,
usr/src/lib/libldap5/sources/ldap/common/saslbind.c
48
const struct berval *cred,
usr/src/lib/libldap5/sources/ldap/common/sbind.c
99
struct berval bv;
usr/src/lib/libldap5/sources/ldap/common/sort.c
59
const struct berval *kt_key;
usr/src/lib/libldap5/sources/ldap/common/spagectrl.c
22
int ldap_create_page_control(LDAP *ld, unsigned int pagesize, struct berval *cookie, char isCritical, LDAPControl **output)
usr/src/lib/libldap5/sources/ldap/common/spagectrl.c
49
int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie)
usr/src/lib/libnisdb/ldap_op.c
1357
struct berval *spCookie = 0;
usr/src/lib/libnisdb/ldap_op.c
1639
struct berval **val;
usr/src/lib/libnisdb/ldap_op.c
1833
struct berval **b = m->mod_bvalues;
usr/src/lib/libnisdb/ldap_op.c
586
struct berval ber_cred;
usr/src/lib/libnisdb/ldap_op.c
593
struct berval ber_cred;
usr/src/lib/libnisdb/ldap_print.c
427
struct berval **bv = m->mod_bvalues;
usr/src/lib/libnisdb/ldap_val.c
350
struct berval *bv = 0;
usr/src/lib/libnisdb/ldap_val.c
434
struct berval bv;
usr/src/lib/libnisdb/ldap_val.c
469
struct berval *bv = am(myself, sizeof (*bv));
usr/src/lib/libnisdb/nis_parse_ldap_conf.c
815
struct berval cred;
usr/src/lib/libnisdb/nis_parse_ldap_conf.h
672
struct berval *cred,
usr/src/lib/libsldap/common/ns_connect.c
2440
struct berval cred;
usr/src/lib/libsldap/common/ns_connect.c
66
extern int ldap_sasl_cram_md5_bind_s(LDAP *, char *, struct berval *,
usr/src/lib/libsldap/common/ns_internal.h
686
struct berval *ctrlCookie;
usr/src/lib/libsldap/common/ns_wrapper.c
106
char *dn, char *attr, struct berval *bvalue,
usr/src/lib/libsldap/common/ns_wrapper.c
117
char *dn, char *attr, struct berval *bvalue,
usr/src/lib/libsldap/common/ns_writes.c
168
struct berval **bmodval;
usr/src/lib/libsldap/common/ns_writes.c
179
bmodval = (struct berval **)calloc(2, sizeof (struct berval *));
usr/src/lib/libsldap/common/ns_writes.c
185
bmodval[0] = (struct berval *)calloc(1, sizeof (struct berval));
usr/src/lib/smbsrv/libsmbns/common/smbns_ads.c
1702
struct berval *bvp[2];
usr/src/lib/smbsrv/libsmbns/common/smbns_ads.c
1703
struct berval bval;