Searched refs:ber_uint_t (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/include/
H A Dlutil_md5.h34 ber_uint_t buf[4];
35 ber_uint_t bits[2];
56 ber_uint_t buf[4],
H A Dlutil_hash.h30 ber_uint_t hash;
37 ber_uint_t hash;
/netbsd-current/external/bsd/openldap/include/
H A Dlber_types.h47 typedef unsigned LBER_INT_T ber_uint_t; typedef
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dhash.c55 ber_uint_t h;
76 ber_uint_t h = ctx->hash;
H A Dmd5.c61 depend on the size of datatypes such as ber_uint_t, nor do they require
66 static ber_uint_t
74 putu32( ber_uint_t data, unsigned char *addr )
109 ber_uint_t t;
114 if ((ctx->bits[0] = (t + ((ber_uint_t)len << 3)) & 0xffffffff) < t)
216 lutil_MD5Transform( ber_uint_t *buf, const unsigned char *inraw )
218 register ber_uint_t a, b, c, d;
219 ber_uint_t in[16];
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinber.d39 alias uint ber_uint_t, ber_len_t, ber_tag_t;
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dencode.c76 typedef ber_uint_t ber_elem_size_t; /* normally 32 bits */
180 ber_uint_t unum;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c341 static const ber_uint_t crctab[256] = {
402 ber_uint_t crc = 0xffffffff;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dldap-int.h257 ber_uint_t ldo_tcp_user_timeout;

Completed in 225 milliseconds