Home
last modified time | relevance | path

Searched defs:bvdn (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c415 struct berval bvdn, bvtu; in certificateListValidate() local
3723 struct berval issuer_dn = BER_BVNULL, bvdn; in certificateExactNormalize() local
4216 struct berval issuer_dn = BER_BVNULL, bvdn, in certificateListExactNormalize() local
4884 struct berval issuer_dn = BER_BVNULL, bvdn; in attributeCertificateExactNormalize() local
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls2.c538 struct berval bvdn; in ldap_pvt_tls_get_peer_dn() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c3278 static dnlist *dnl_alloc( Operation *op, struct berval *bvdn ) in dnl_alloc()