Home
last modified time | relevance | path

Searched refs:ihash (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/libressl/crypto/ct/
H A Dct_vfy.c91 if (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL) in sct_ctx_update()
110 if (!CBB_add_bytes(&cbb, sctx->ihash, sctx->ihashlen)) in sct_ctx_update()
159 sctx->ihash == NULL)) { in SCT_CTX_verify()
H A Dct_sct_ctx.c91 free(sctx->ihash); in SCT_CTX_free()
298 return ct_public_key_hash(pubkey, &sctx->ihash, &sctx->ihashlen); in SCT_CTX_set1_issuer_pubkey()
H A Dct_local.h131 unsigned char *ihash; member
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcslex.c238 register unsigned ihash; /* index into hashtable */ local
244 ihash = 0;
246 ihash = (ihash<<2) + *sp++;
247 ihash %= hshsize;
249 for (p = &hshtab[ihash]; ; p = &n->nexthsh)
256 VOID printf("\nEntered: %s at %u ", str, ihash);
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_admin.c519 which = ((unsigned int)ip1->ihash + in hammer2_xop_start_except()
533 which = (unsigned int)ip1->ihash % hammer2_xop_xgroups; in hammer2_xop_start_except()
542 ng = (unsigned int)ip1->ihash % in hammer2_xop_start_except()
H A Dhammer2_inode.c921 nip->ihash = (int)hammer2_icrc32(&nnip, sizeof(nnip)); in hammer2_inode_get()
H A Dhammer2.h705 int ihash; /* xop worker distribution */ member
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_inode.c928 nip->ihash = (int)hammer2_icrc32(&nnip, sizeof(nnip)); in hammer2_inode_get()
H A Dhammer2.h748 int ihash; /* xop worker distribution */ member