Home
last modified time | relevance | path

Searched refs:calc_key (Results 1 – 8 of 8) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dcasper.c37 static unsigned calc_key(h2o_http2_casper_t *casper, const char *path, size_t path_len) in calc_key() function
78 unsigned key = calc_key(casper, path, path_len); in h2o_http2_casper_lookup()
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/lib/http2/
H A Dcasper.c39 unsigned key = calc_key(casper, H2O_STRLIT("/index.html")), expected; in test_calc_key()
/dports/security/stoken/stoken-0.92/src/
H A Dsdtid.c710 static void calc_key(uint8_t *result, const char *str0, const char *str1, in calc_key() function
771 calc_key(s->batch_mac_key, "BatchMAC", name, key1, batch_mac_iv); in generate_all_keys()
772 calc_key(s->token_mac_key, "TokenMAC", s->sn, key1, token_mac_iv); in generate_all_keys()
773 calc_key(s->token_enc_key, "TokenEncrypt", s->sn, key1, token_enc_iv); in generate_all_keys()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-uds.c441 calc_key(guint32 addr, guint16 id) { in calc_key() function
452 *key = calc_key(data[i].address, data[i].id); in post_update_one_id_string_template_cb()
467 guint64 tmp = calc_key(addr, id); in generic_lookup_addr_id()
475 tmp = calc_key(G_MAXUINT32, id); in generic_lookup_addr_id()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-uds.c441 calc_key(guint32 addr, guint16 id) {
452 *key = calc_key(data[i].address, data[i].id);
467 guint64 tmp = calc_key(addr, id);
475 tmp = calc_key(G_MAXUINT32, id);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-uds.c441 calc_key(guint32 addr, guint16 id) { in calc_key() function
452 *key = calc_key(data[i].address, data[i].id); in post_update_one_id_string_template_cb()
467 guint64 tmp = calc_key(addr, id); in generic_lookup_addr_id()
475 tmp = calc_key(G_MAXUINT32, id); in generic_lookup_addr_id()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-uds.c441 calc_key(guint32 addr, guint16 id) { in calc_key() function
452 *key = calc_key(data[i].address, data[i].id); in post_update_one_id_string_template_cb()
467 guint64 tmp = calc_key(addr, id); in generic_lookup_addr_id()
475 tmp = calc_key(G_MAXUINT32, id); in generic_lookup_addr_id()
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c530 static uint64_t calc_key(const struct pos *pos, bool mirror) { in calc_key() function
604 key = calc_key(pos, false); in probe_wdl_table()
704 uint64_t key = calc_key(pos, false); in probe_dtz_table()
736 uint64_t key1 = calc_key(pos, mirror); in probe_dtz_table()
737 uint64_t key2 = calc_key(pos, !mirror); in probe_dtz_table()
1574 size_t count = calc_key(pos, !pos->turn) % num_draw; in probe_root()