Searched refs:phash (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c131 phash[EVP_MAX_MD_SIZE]; local
204 if (!EVP_Digest((void *)param, plen, phash, NULL, md, NULL))
207 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, mdlen));
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c59 LIST_HEAD(phhead, phash);
61 struct phash { struct
62 LIST_ENTRY(phash) le;
84 static struct phhead phash[PHASH_SIZE]; variable in typeref:struct:phhead
761 struct phash *ph;
771 ph = emalloc(sizeof(struct phash));
774 LIST_INSERT_HEAD(&phash[pid % PHASH_SIZE], ph, le);
805 struct phash *ph, *tph;
810 LIST_FOREACH_SAFE(ph, &phash[i], le, tph)
827 struct phash *p
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dhash.c155 struct hash_entry ***plist, unsigned long *phash)
179 if (phash != NULL)
180 *phash = hash;
154 hash_lookup(struct hash_control *table, const char *key, size_t len, struct hash_entry ***plist, unsigned long *phash) argument
/freebsd-11-stable/crypto/openssl/ssl/
H A Dtls1.h324 int *psign, int *phash, int *psignandhash,
328 int *psign, int *phash, int *psignandhash,
H A Dt1_lib.c3981 int *psign, int *phash, int *psignhash,
3996 tls1_lookup_sigalg(phash, psign, psignhash, psig);
4002 int *psign, int *phash, int *psignhash,
4009 if (phash)
4010 *phash = shsigalgs->hash_nid;
3980 SSL_get_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) argument
4001 SSL_get_shared_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rhash) argument
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c582 for (st_first(cfg, nh, &nh->phash[i], &si);
593 nh->phash[i] = si.st->next;
1436 st->next = nh->phash[hval];
1437 nh->phash[hval] = st->cur;
1525 sidx = nh->phash[hval];
1652 memset(nh->phash, 0, sizeof(nh->phash));
H A Dnat64lsn.h72 struct st_ptr phash[NAT64LSN_HSIZE]; /* XXX: hardcoded size */ member in struct:nat64lsn_host
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c6088 ** phash -- pointer to hash value over queue dirs.
6101 multiqueue_cache(basedir, blen, qg, qn, phash)
6106 unsigned int *phash;
6347 *phash = hash_q(relpath, *phash);
6404 *phash = hash_q(qg->qg_qpaths[0].qp_name, *phash);

Completed in 121 milliseconds