Searched refs:berval (Results 1 - 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcountvalues.c51 ldap_count_values_len( struct berval **vals )
H A Dfreevalues.c49 ldap_value_free_len( struct berval **vals )
H A Dllib-lldap50 int ldap_sasl_bind(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp);
52 int ldap_sasl_bind_s(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, struct berval **servercredp);
65 int ldap_compare_ext(LDAP *ld, const char *dn, const char *attr, const struct berval *bvalue, LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp);
67 int ldap_compare_ext_s(LDAP *ld, const char *dn, const char *attr, const struct berval *bvalue, LDAPControl ** serverctrls, LDAPControl **clientctrls) ;
175 int ldap_count_values_len( struct berval **vals );
177 void ldap_value_free_len( struct berval **vals );
179 struct berval **ldap_get_values_len(LDAP *ld, LDAPMessage *entry, const char *target);
183 struct berval **ldap_get_lang_values_len(LDAP *ld, LDAPMessage *entry, const char *target, char **type);
203 int ldap_parse_sasl_bind_result(LDAP *ld, LDAPMessage *res, struct berval **servercred
[all...]
H A Dcompare.c53 struct berval bv;
71 const struct berval *bvalue, LDAPControl **serverctrls,
153 struct berval bv;
164 const struct berval *bvalue, LDAPControl **serverctrls,
H A Dspagectrl.c24 int ldap_create_page_control(LDAP *ld, unsigned int pagesize, struct berval *cookie, char isCritical, LDAPControl **output)
51 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berval **cookie)
H A Dextendop.c28 * struct berval exdata;
40 const struct berval *exdata,
133 * struct berval exdata, exretval;
144 const struct berval *requestdata,
148 struct berval **retdatap
184 struct berval **retdatap, /* may be NULL */
192 struct berval *rdata;
H A Dsaslbind.c36 * struct berval creds;
50 const struct berval *cred,
118 struct berval tmpcred;
168 * struct berval creds;
179 const struct berval *cred,
182 struct berval **servercredp
218 struct berval **servercredp,
H A Dcram_md5.c67 struct berval *cred,
72 struct berval *challenge = NULL;
73 struct berval resp;
H A Dcache.c70 struct berval bv;
71 struct berval *bvp[2];
H A Dgetvalues.c453 struct berval **
457 return( (struct berval **) internal_ldap_get_values( ld, entry, target,
470 struct berval **
475 return( (struct berval **) internal_ldap_get_lang_values( ld, entry,
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.h66 struct berval *bvp, int recognize_url_syntax, int always_try_file,
H A Dldaptool.h180 int ldaptool_berval_is_ascii( const struct berval *bvp );
182 const struct berval *cred, LDAPControl **serverctrls,
183 LDAPControl **clientctrls, struct berval **servercredp, char *msg );
196 const struct berval *bvalue, LDAPControl **serverctrls,
H A Dfileurl.c48 static int berval_from_file( const char *path, struct berval *bvp,
231 struct berval *bvp, int recognize_url_syntax, int always_try_file,
359 berval_from_file( const char *path, struct berval *bvp, int reporterrs )
H A Detest.c135 if ( (bv = va_arg( ap, struct berval ** )) == NULL )
H A Dldapmodify.c270 struct berval bv, *retdata;
361 struct berval bv, *retdata;
910 struct berval *bvp;
952 if (( pmods[ i ]->mod_bvalues = (struct berval **)
954 (j + 2) * sizeof( struct berval * ))) == NULL ) {
959 if (( bvp = (struct berval *)malloc( sizeof( struct berval )))
989 struct berval *bvp;
/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dber_der.h85 typedef struct berval { struct
92 BerElement *kmfder_init(const struct berval *bv);
93 BerElement *kmfber_init(const struct berval *bv);
105 void kmfber_bvfree(struct berval *);
106 void kmfber_bvecfree(struct berval **);
107 struct berval *kmfber_bvdup(const struct berval *);
113 extern int kmfber_flatten(BerElement *, struct berval **);
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c297 ber_get_oid(BerElement *ber, struct berval *oid)
319 ber_get_bigint(BerElement *ber, struct berval **bv)
324 if ((*bv = (struct berval *)malloc(sizeof (struct berval)))
367 kmfber_get_stringal(BerElement *ber, struct berval **bv)
372 if ((*bv = (struct berval *)malloc(sizeof (struct berval)))
481 kmfber_bvfree(struct berval *bv)
492 kmfber_bvecfree(struct berval **bv)
511 struct berval ***b
[all...]
H A Dio.c294 * The kmfber_flatten routine allocates a struct berval whose contents
296 * points to the returned berval, which must be freed using
300 * berval whose contents are not a valid BER encoding.
304 kmfber_flatten(BerElement *ber, struct berval **bvPtr)
306 struct berval *new;
309 /* allocate a struct berval */
310 new = (struct berval *)malloc((size_t)(sizeof (struct berval)));
314 (void) memset(new, 0, sizeof (struct berval));
318 * into the berval structur
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Ddecode.c300 ber_get_stringal( BerElement *ber, struct berval **bv )
305 if ( (*bv = (struct berval *)NSLBERI_MALLOC( sizeof(struct berval) ))
437 struct berval ***bv, **bvp, *bval;
488 case 'o': /* octet string in a supplied berval */
489 bval = va_arg( ap, struct berval * );
495 bvp = va_arg( ap, struct berval ** );
547 bv = va_arg( ap, struct berval *** );
555 *bv = (struct berval **)NSLBERI_MALLOC(
556 2 * sizeof(struct berval *) );
[all...]
/illumos-gate/usr/src/head/
H A Dlber.h88 typedef struct berval { struct
157 struct berval **bv);
169 LDAP_API(void) LDAP_CALL ber_bvfree(struct berval *bv);
170 LDAP_API(void) LDAP_CALL ber_bvecfree(struct berval **bv);
171 struct berval *LDAP_CALL ber_bvdup(const struct berval *bv);
174 LDAP_API(BerElement *) LDAP_CALL ber_init(const struct berval *bv);
198 struct berval **bvPtr);
H A Dldap.h153 struct berval **modv_bvals;
165 struct berval ldctl_value;
457 struct berval *cookie, char isCritical, LDAPControl **output);
459 unsigned int *totalcount, struct berval **cookie);
463 struct berval *cred, LDAPControl **serverctrls,
467 struct berval *cred, LDAPControl **serverctrls,
470 struct berval *cred, LDAPControl **serverctrls,
556 struct berval **LDAP_CALL ldap_get_values_len(LDAP *ld,
559 int LDAP_CALL ldap_count_values_len(struct berval **vals);
561 LDAP_API(void) LDAP_CALL ldap_value_free_len(struct berval **val
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.h117 krb5_decode_krbsecretkey(krb5_context, krb5_db_entry *, struct berval **);
120 berval2tl_data(struct berval *in, krb5_tl_data **out);
H A Dldap_misc.h124 krb5_add_ber_mem_ldap_mod(LDAPMod ***, char *, int, struct berval **);
H A Dldap_principal2.c55 berval2tl_data(struct berval *in, krb5_tl_data **out)
366 static struct berval **
368 struct berval **ret = NULL;
382 ret = (struct berval **) calloc (num_versions + 1, sizeof (struct berval *));
399 ret[j] = malloc (sizeof (struct berval));
432 static krb5_error_code tl_data2berval (krb5_tl_data *in, struct berval **out) {
433 *out = (struct berval *) malloc (sizeof (struct berval));
464 struct berval **bersecretke
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_ad.c64 struct berval **bv);
73 static void dump_bv_list(const char *attr, struct berval **bv);
418 struct berval **bv;
470 * Given a struct berval, populate a directory attribute value (which is a
478 bv_list_dav(directory_values_rpc *lvals, struct berval **bv)
512 dump_bv_list(const char *attr, struct berval **bv)

Completed in 1853 milliseconds

12