HomeSort by: relevance | last modified time | path
    Searched refs:LBER_BITSTRING (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblber/
encode.c 293 tag = LBER_BITSTRING;
  /src/external/bsd/openldap/dist/include/
lber.h 87 #define LBER_BITSTRING ((ber_tag_t) 0x03UL)
  /src/external/bsd/openldap/dist/libraries/libldap/
tls2.c 1669 case LBER_BITSTRING:
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 393 if ( tag != LBER_BITSTRING ) return LDAP_INVALID_SYNTAX;
477 if ( tag != LBER_BITSTRING ) return LDAP_INVALID_SYNTAX;
570 if ( tag == LBER_BITSTRING ) { /* issuerUniqueID */
590 if ( tag == LBER_BITSTRING ) { /* Signature */

Completed in 42 milliseconds