Home
last modified time | relevance | path

Searched refs:LBER_SET (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/liblber/
H A Dencode.c432 tag = LBER_SET; in ber_start_set()
/netbsd/external/bsd/openldap/dist/include/
H A Dlber.h92 #define LBER_SET ((ber_tag_t) 0x31UL) /* constructed */ macro
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dtls2.c1512 tag == LBER_SET; in ldap_X509dn2bv()
1529 if ( tag != LBER_SET ) in ldap_X509dn2bv()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dautoca.c157 ber_start_set( ber, LBER_SET ); in autoca_dnbv2der()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c637 if ( tag == LBER_SET ) { /* Optional Attributes */ in privateKeyValidate()