Searched refs:hashtype (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/isakmpd/
H A Dhash.c102 hash_get(enum hashes hashtype) argument
107 hashtype));
110 if (hashtype == hashes[i].type)
/openbsd-current/lib/libkeynote/
H A Dsignature.c633 int hashtype, enc, intenc, alg = KEYNOTE_ALGORITHM_NONE, hashlen = 0; local
647 alg = keynote_get_sig_algorithm(as->as_signature, &hashtype, &enc,
666 switch (hashtype)
789 int slen, i, hashlen = 0, hashtype, alg, encoding, internalenc; local
811 alg = keynote_get_sig_algorithm(sigalg, &hashtype, &encoding,
837 switch (hashtype)
864 (hashtype == KEYNOTE_HASH_SHA1) &&
885 ((hashtype == KEYNOTE_HASH_SHA1) ||
886 (hashtype == KEYNOTE_HASH_MD5)) &&
908 (hashtype
1056 int i, alg, hashtype, encoding, internalenc; local
[all...]
/openbsd-current/sys/dev/pci/
H A Dif_igc.c1319 uint16_t hashtype; local
1350 hashtype = le16toh(rxdesc->wb.lower.lo_dword.hs_rss.pkt_info) &
1407 if (hashtype != IGC_RXDADV_RSSTYPE_NONE) {
H A Dif_ix.c3139 uint16_t hashtype; local
3167 hashtype =
3248 if (hashtype != IXGBE_RXDADV_RSSTYPE_NONE) {
H A Dif_ngbe.c4288 uint16_t hashtype; local
4317 hashtype = le16toh(rxdesc->wb.lower.lo_dword.hs_rss.pkt_info) &
4374 if (hashtype != NGBE_RXD_RSSTYPE_NONE) {

Completed in 208 milliseconds