/titanic_52/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softMAC.h | 99 #define SOFT_MAC_INIT_CTX(HASH, mac_ctx, ipad, opad, len) \ argument 107 #define SOFT_MAC_UPDATE(HASH, mac_ctx, pPart, PartLen) \ argument 110 SOFT_MAC_FINAL(HASH,mac_ctx,mac) global() argument 115 SOFT_MAC_FINAL_2(HASH,mac_ctx,mac) global() argument [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libast/aso/ |
H A D | asohdr.h | 69 #define HASH(p,z) ((integralof(p)*FNV_MULT)%(z)) macro
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/hash/ |
H A D | hashlib.h | 84 #define HASH(r,n,h) if (r->local->hash) h = r->namesize ? (*r->local->hash)(n, r->namesize) : (*r->local->hash)(n);\ macro
|
/titanic_52/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 104 #define HASH hashm /* Multiplicative hash function */ macro 110 #define HASH hashd /* Division hashing routine */ macro
|
/titanic_52/usr/src/lib/libbc/libc/gen/common/ |
H A D | hsearch.c | 95 # define HASH hashm /* Multiplicative hash function */ macro 102 # define HASH hashd /* Division hashing routine */ macro
|
/titanic_52/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_hash.h | 69 #define HASH(cd, blk, table) \ macro
|
/titanic_52/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 53 HASH(void *datap, int datalen, int hsz) in HASH() function
|
/titanic_52/usr/src/tools/protocmp/ |
H A D | depend.c | 44 #define HASH(name) (hash(name) % HASH_SIZE) macro
|
/titanic_52/usr/src/cmd/lastcomm/ |
H A D | lc_utils.c | 39 #define HASH(d) (((int)d) % N_DEVS) /* hash function */ macro
|
/titanic_52/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPV1SSrvMsg.java | 65 final static char HASH = '#'; field in SLPV1SSrvMsg
|
H A D | AttributeVerifier.java | 63 private static final String HASH = "#"; field in AttributeVerifier
|
/titanic_52/usr/src/tools/stabs/ |
H A D | stabs.h | 60 #define HASH(NUM) ((int)(NUM & (BUCKETS - 1))) macro
|
/titanic_52/usr/src/uts/common/rpc/sec/ |
H A D | svcauthdes.c | 85 #define HASH(key) ((key) & (authdes_cachesz - 1)) macro
|
/titanic_52/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 85 #define HASH(u) ((uint_t)(u) % UHASH) macro
|
/titanic_52/usr/src/cmd/sgs/rtld/common/ |
H A D | _elf.h | 137 #define HASH(X) (((Rt_elfp *)(X)->rt_priv)->e_hash) macro
|
/titanic_52/usr/src/uts/common/nfs/ |
H A D | nfs4_db_impl.h | 135 #define HASH(idx, key) (idx->dbi_hash(key) % idx->dbi_table->dbt_len) macro
|
/titanic_52/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 124 #define HASH(s, r, m) {\ macro
|
/titanic_52/usr/src/tools/ctf/cvt/ |
H A D | st_parse.c | 42 #define HASH(NUM) ((int)(NUM & (BUCKETS - 1))) macro
|
/titanic_52/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 102 HASH = 0x0040, enumerator
|
/titanic_52/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 106 #define HASH(keynum, uid_num) \ macro
|
H A D | svc_rpcsec_gss.c | 113 #define HASH(key) ((key) % svc_rpc_gss_hashmod) macro
|
/titanic_52/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_bitmap.c | 110 #define HASH(p) (((p) / BMAP_CHUNK_BITS) % BMAP_HASH_SIZE) macro
|
/titanic_52/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 168 #define HASH(v, c) (v = (v)*31 + (unsigned int)(c)) macro
|
/titanic_52/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 135 typedef unsigned char HASH[HASHLEN + 1]; typedef [all...] |