Searched refs:bvalues (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadutils.c350 idmap_bv_objclass2sidtype(BerValue **bvalues, int *sid_type) argument
355 if (bvalues == NULL)
363 for (cbval = bvalues; *cbval != NULL; cbval++) {
388 BerValue **bvalues; local
406 bvalues = ldap_get_values_len(ld, res, OBJCLASS);
407 if (bvalues == NULL) {
415 ok = idmap_bv_objclass2sidtype(bvalues, &sid_type);
416 ldap_value_free_len(bvalues);
433 bvalues = ldap_get_values_len(ld, res, attr);
434 if (bvalues !
[all...]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c55 static char *adutils_sid_ber2str(BerValue *bvalues);
63 char *(*ber2str)(BerValue *bvalues);
1141 BerValue **bvalues = NULL; local
1212 bvalues =
1214 if (bvalues == NULL)
1216 ap->num_values = ldap_count_values_len(bvalues);
1218 ldap_value_free_len(bvalues);
1219 bvalues = NULL;
1230 binattrs[b].ber2str(bvalues[j]);
1234 ldap_value_free_len(bvalues);
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1251 krb5_decode_krbsecretkey(context, entries, bvalues)
1254 struct berval **bvalues;
1264 for (i=0; bvalues[i] != NULL; ++i) {
1270 if (bvalues[i]->bv_len == 0)
1272 in.length = bvalues[i]->bv_len;
1273 in.data = bvalues[i]->bv_val;
1304 ldap_value_free_len(bvalues);
H A Dldap_misc.c1973 struct berval **bvalues = NULL; local
2111 if ((bvalues=ldap_get_values_len(ld, ent, "krbprincipalkey")) != NULL) {
2113 if ((st=krb5_decode_krbsecretkey(context, entry, bvalues)) != 0)

Completed in 68 milliseconds